Skip to content

8.1.2

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 01:55

Release Date: June 25, 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

  • If binNames array is specified and empty, read all bins. [CLIENT-2933]
  • Remove unnecessary imports. [CLIENT-2962]
  • Make metrics classes public in javadoc. [CLIENT-2971]
  • Allow scan to work in a mixed cluster of server 5.7 and 6.4 nodes. [CLIENT-2972]
  • Support new server 7.1 info command error response strings. [CLIENT-2978]
  • Change ReadModeSC doc from server to client perspective. [CLIENT-3002]
  • Upgrade netty version to 4.1.110.Final per snyk.
  • Upgrade commons-cli to 1.8.0 per snyk.

Full Changelog: 8.1.1...8.1.2