Releases: aerospike/aerospike-client-ruby
Releases · aerospike/aerospike-client-ruby
Major feature 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.
- Improvements
- [CLIENT-1940] Lint and Clean up using Rubocop.
Fix Release
Hotfix Release
This s hotfix release. It is recommended to upgrade your client if you use authentication.
- Bug Fixes
- Fix called function name in Authenticate.
Minor feature release
-
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. AddsUserRoles#read_info
,UserRoles#write_info
,UserRoles#conns_in_use
to theUserRoles
class.
- Add support for new user management features. Adds
-
Improvements
- Do not run PredExp tests for server v6+.
Minor Improvements release
- Add basic support for the new authentication protocol.
Major Breaking 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.
-
New Features
- [CLIENT-1467] Support native Boolean type for server v5.6+.
-
Improvements
- Add basic support for server v4.9+ scan/queries.
- Don't check for key equality in Batch command results.
Minor Improvements
Minor Fix and Improvements
Minor feature release
-
New Features
- [CLIENT-1246] Adds missing API for
Context#list_index_create
andContext#map_key_create
- [CLIENT-1246] Adds missing API for
-
Bug Fixes
- Fixed an issue were MsgPack extensions were not recursively cleared from the CDTs during unpacking.
Major Feature Release
-
New Features
- [CLIENT-1173], [CLIENT-1246] Support Nested CDT operations with Context.
- [CLIENT-1179] Support Bitwise operations.
-
Changes
ListSortFlags
now has anASCENDING
option, withDEFAULT
mapping to it.