Aerospike Ruby Client Release 2.22.0 (July 13, 2022)

Aerospike Ruby client version 2.22.0 was released on July 13, 2022.

  • 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.

  • 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.

Bug Fixes

  • [CLIENT-1785] - Fix Client#read_users to avoid error. PR #112 Thanks to Dotan Mor.
  • [CLIENT-1787] - Support multiple DNS IPs during connection.
  • [CLIENT-1789] - Fix an issue where authentication retry fails in certain conditions.