Skip to content

8.1.3

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 01:55

Release Date: August 09, 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

  • Read the entire response from the sync command's socket even when the command (write, delete, …) only needs to parse the response header. This fixes client parsing when the server returns an empty bin on a delete when “respond all ops” is enabled on the client and “bin convergence” is enabled on the server. [CLIENT-3069]
  • Upgrade jackson-databind library to version 2.17.2 per synk. [CLIENT-3059]
  • Upgrade netty library to version 4.1.111.Final per snyk.

Full Changelog: 8.1.2...8.1.3