Skip to content

3.4.0

Compare
Choose a tag to compare
@aerospikerobertmarks aerospikerobertmarks released this 11 Jul 15:30
· 1450 commits to master since this release
09d3b0e

Features

  • Added new package aerospike_helpers The packages contains helper functions to simplify using the Aerospike client. Initially it contains a subpackage operations which contains helper functions for creating the arguments for the client.operate and client.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 and OP_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