Skip to content

Releases: aerospike/aerospike-client-python

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