Aerospike Ruby Client Release 2.23.0 (October 25, 2022)

Aerospike Ruby client version 2.23.0 was released on October 25, 2022.

  • Notice: This version of the client only supports Aerospike Server v4.9 and later. Some features will work for the older server versions, but they are not tested, nor officially supported.
  • Debian 9 Stretch LTS has reached its End of Life on June 30 2022. We will drop support for Debian 9 in an upcoming client release.

New Features

  • [CLIENT-1752] - Add ‘EXISTS’ return type for CDT read operations.
  • [CLIENT-1195] - Support partition scans.
  • [CLIENT-1238] - Support max_records on partition scans.
  • [CLIENT-1940] - Lint and Clean up using Rubocop.