Skip to content

4.1 changelog

injectives edited this page Mar 25, 2022 · 11 revisions

4.1.5

This is a refinement release that brings several general improvements and dependency update.

👏 Improvements


  • 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

🔧 Dependency Management


4.1.4

  • Daemonize event loop threads #922
  • Update withTrustStrategy javadoc #929
  • Fix RxSession.beginTransaction returning an empty Publisher #934
  • Update dependencies #937

4.1.3

  • Fix NettyChannelTracker race condition when tracking new channels #906
  • Update dependencies #908

4.1.2

  • 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

4.1.1

  • Fix native compilation with Netty 4.1.50 on GraalVM #742
  • Bump Netty to 4.1.51-Final #745

4.1.0

  • Improve channel tracking #740

4.1.0-rc01

No changes

4.1.0-beta01

  • Fix retries for transaction functions #737
  • Update dependencies #726

4.1.0-alpha01

  • The very first alpha release
  • Add ability to customize user_agent #724
  • Add address field when calling routing procedure #704
  • Add routing_context to HELLO 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 to 4.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
Clone this wiki locally