-
Notifications
You must be signed in to change notification settings - Fork 155
4.1 changelog
injectives edited this page Mar 25, 2022
·
11 revisions
This is a refinement release that brings several general improvements and dependency update.
- Introduce support for logging debug entries with Throwable #950
- Update console formatter to include exception in the formatting #952
- Remove stacktrace from recoverable discovery log warnings #954
- Remove stacktrace from connection acquisition attempts in LoadBalancer #956
- Move dependency versions to properties #961
- Add server shutdown to DatabaseExtension #1042
- Added value conversion for char[] and short[] #1018
- Daemonize event loop threads #922
- Update withTrustStrategy javadoc #929
- Fix RxSession.beginTransaction returning an empty Publisher #934
- Update dependencies #937
- Bump Netty to
4.1.63-Final
and update other dependencies #890 - Fix netty substitutions #845
- Copyright update #827
- Remove protocol 1 and 2 #769
- Exclude reactor.core.* from imported packages in OSGI environments #751
- Improve channel tracking #740
No changes
- The very first alpha release
- Add ability to customize
user_agent
#724 - Add
address
field when calling routing procedure #704 - Add
routing_context
toHELLO
message #701 - Remove reliance on
server_agent
and use the bolt protocol version to retrieve server version #718 - Removing Bolt V2 from handshake options #707
- Update netty from
4.1.45-final
to4.1.50-final
#705 - Fix hostname verification for extended
+s
and+ssc
schemes #723 - Fix javadoc issue on JDK 11 #702
- Do not expect package com.oracle.svm at OSGi runtime #699
- Update boltkit testing tool to 4.1 #721 #703