Skip to content

8.0.1

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 01:56

Release Date: January 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

  • JDK8 Rename artifactId from aerospike-client to aerospike-client-jdk8. [CLIENT-2754]
  • JDK21 Rename artifactId from aerospike-client to aerospike-client-jdk21. [CLIENT-2754]
  • Release new version to keep in sync with the native java client release. The proxy client requires JDK 8+ and does not have a JDK 21 specific release because the proxy client does not use virtual threads. [CLIENT-2754]
  • JDK21 Restore policy fields that were removed in version 8.0.0. The fields are ignored and deprecated since they are not necessary in the virtual threads implementation. This is done to preserve api compatibility between the new aerospike-client-jdk8 and aerospike-client-jdk21 packages. [CLIENT-2753]

Full Changelog: 8.0.0...8.0.1