Skip to content

8.1.4

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 01:55

Release Date: September 17, 2024

  • The aerospike-client package has been split into aerospike-client-jdk8 and aerospike-client-jdk21. aerospike-client-jdk8 requires JDK versions 8+. aerospike-client-jdk21 supports virtual threads and requires JDK versions 21+. The dependency artifactId in your pom file must be changed accordingly.

Bug Fixes

  • Replace an existing node in the cluster when a new peer has the same node name, but a different IP address. The existing node must also have recent cluster tend failures and not be a localhost IP address (127.0.0.1) for the node replacement to proceed. [CLIENT-3117]
  • Support both old and new (introduced in server 7.2) error response formats in UDF register(). [CLIENT-3115]
  • Add XDR_KEY_BUSY result code. [CLIENT-3097]
  • Upgrade gRPC version to 1.65.1 for the proxy client. [CLIENT-3081]
  • Upgrade to netty 4.1.112.Final and commons-cli 1.9.0 per snyk.

Full Changelog: 8.1.3...8.1.4