Aerospike Java Client Release 6.1.1 (August 18, 2022)

Aerospike Java client version 6.1.1 was released on August 18, 2022.

Features

  • CLIENT-1805 Add “Value.ReturnMapForKeyValue” boolean. If true, the client will always return a map when “MapReturnType.KEY_VALUE” is specified in a map read operation and the server returns a list of key/value pairs. The default is false.

Fixes

  • Remove check for 0x04 map extension bit in unpackMap() because the server never sends it.
  • Remove link to non-existent screenshot in examples readme.
  • DOCS-633 Add constraint “indexBitCount + minHashBitCount must be <= 64” to HLL api doc.
  • DOCS-766 Improve api doc for “BatchPolicy.maxConcurrentThreads”.
  • Mention that PartitionFilter is both a filter and a cursor in api doc.
  • Extend api doc for MapExp.put().