Aerospike Java Client Release 6.1.3 (October 19, 2022)

Aerospike Java client version 6.1.3 was released on October 19, 2022.

Fixes

  • CLIENT-1842 Throw exception when a read operation is used in a background query (execute()) or any operation is used in a foreground query (query()).
  • CLIENT-1860 Throw exception in estimateSizeUtf8() when the string is malformed.
  • CLIENT-1860 Use Charset “StandardCharsets.UTF_8” instead or charset name “UTF8” in UTF8 conversion methods.
  • CLIENT-1861 Validate that asyncMaxConnsPerNode >= event loop count.