Aerospike Ruby Client Release 2.9.1 (April 3, 2019)

Aerospike Ruby client version 2.9.1 was released on April 3, 2019.

This minor release adds updates and fixes an important bug.

Bug Fixes

  • Query fails if one or more cluster nodes do not have records in the set [#77].

Updates

  • Change admin message version to 2 (from 0).
  • Remove unused BIN_EXISTS_ERROR (6) and BIN_NOT_FOUND (17) error codes.
  • Tests: Support setting user/password when running specs.