Skip to content

1.0.57

Compare
Choose a tag to compare
@rbotzer rbotzer released this 10 Dec 00:07
· 1804 commits to master since this release

Features

  • Added aerospike.null to be used for removing bins with write operations. Using this value with an aerospike.Client.put is equivalent to calling aerospike.Client.remove_bin on that bin.
  • Added a config param strict_types (default: True) for controlling whether the client does type checking for write operations. CLIENT-582, CLIENT-574
  • Updated the documentation for multi-ops and regarding seed nodes.

Fixes