3.4.0
aerospikerobertmarks
released this
11 Jul 15:30
·
1450 commits
to master
since this release
Features
- Added new package
aerospike_helpers
The packages contains helper functions to simplify using the Aerospike client. Initially it contains a subpackageoperations
which contains helper functions for creating the arguments for theclient.operate
andclient.operate_ordered
methods. - Added new list operations:
OP_LIST_GET_BY_INDEX
OP_LIST_GET_BY_INDEX_RANGE
,OP_LIST_GET_BY_RANK
,
OP_LIST_GET_BY_RANK_RANGE
,OP_LIST_GET_BY_VALUE
,OP_LIST_GET_BY_VALUE_LIST
,OP_LIST_GET_BY_VALUE_RANGE
,
OP_LIST_REMOVE_BY_INDEX
,OP_LIST_REMOVE_BY_INDEX_RANGE
,OP_LIST_REMOVE_BY_RANK
,OP_LIST_REMOVE_BY_RANK_RANGE
,
OP_LIST_REMOVE_BY_VALUE
,OP_LIST_REMOVE_BY_VALUE_LIST
,OP_LIST_REMOVE_BY_VALUE_RANGE
,OP_LIST_SET_ORDER
,OP_LIST_SORT
. - Added new map operations
OP_MAP_GET_BY_VALUE_LIST
andOP_MAP_GET_BY_KEY_LIST
- Added inverted key to certain map operations.
- Update to C Client version 4.3.13 .
- Added new entry to TLS configuration dictionary
keyfile_pw
- Add
fail_on_cluster_change
option to query_policy dictionary