Skip to content

8.0.2

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 01:56

Release Date: February 05, 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.

New Features

  • Support persistent list indexes. [CLIENT-2764]

Bug Fixes

  • Do not use batch repeat flag on batch writes when sendKey policy is true. [CLIENT-2775]
  • Return error when command line object spec is invalid in benchmarks. Also, cleanup DBObjectSpec class and fix random generation when run multiple times. [CLIENT-2755]
  • Upgrade netty version to 4.1.104.Final and netty io_uring version to 0.0.24.Final per Snyk.
  • Update add() docs to mention that the record/bin will be created by default when the record/bin does not already exist.

Full Changelog: 8.0.1...8.0.2