Skip to content

3.2.0

Compare
Choose a tag to compare
@aerospikerobertmarks aerospikerobertmarks released this 01 May 17:17
· 1424 commits to master since this release
c7b4793

Features

  • Update to C Client version 4.3.11 .
  • Support LDAP authentication for future server versions.
  • Add auth_mode, and login_timeout_ms as config parameters for the client constructor.
  • Add for_login_only config option as an optional field in the TLS config dictionary.
  • Added client.map_get_by_value_list method.
  • Added client. map_get_by_key_list method.

Fixes

  • Fix u_int32_t type preventing installation on Alpine.
  • Fix possible crash when client object is created without using a non default constructor.