Skip to content

Releases: aerospike/aerospike-client-python

1.0.37 Changes

19 Feb 16:58
Compare
Choose a tag to compare

Features

  • Upgraded to the C client 3.1.2
  • Removed dependency on Lua as a prerequisite.
  • CentOS 7 support.
  • Large Data Types added.
  • Documentation and examples enhanced.

Fixes

  • Issue 32 Fixed. Unicode strings work as input to the various methods.
  • keyword args for put() changed to ‘meta’ (not ‘metadata’) and 'bins' (not 'record') for API consistency.

1.0.36 Changes

22 Jan 19:43
Compare
Choose a tag to compare
  • Expanded the API documentation
  • Tied the Python client to a specific version of the C client (currently 3.0.94)
  • Fixed bug in Unicode string handling

1.0.34

31 Dec 02:41
Compare
Choose a tag to compare
  • Added bin operations client.append(), prepend(), increment()
  • Added Issue 16 Record multi-ops using client.operate()
  • Fixed Issue 24 Support for Linux Mint

1.0.31

03 Dec 22:16
Compare
Choose a tag to compare
  • Fixes Issue #21