Aerospike Ruby Client Release 2.21.0 (June 7, 2022)

Aerospike Ruby client version 2.21.0 was released on June 7, 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.

New Features

  • Add support for new user management features. Adds Client#query_role, Client#query_roles, Client#create_role, Client#drop_role, Client#grant_privileges, Client#revoke_privileges. Adds the ‘Role’ class. Adds UserRoles#read_info, UserRoles#write_info, UserRoles#conns_in_use to the UserRoles class.

Improvements

  • Do not run PredExp tests for server v6+.