Skip to content

Releases: aerospike/aerospike-client-python

1.0.39 Note

19 Mar 00:08
Compare
Choose a tag to compare
1.0.39 Note Pre-release
Pre-release
  • Pre-release for 1.0.40

1.0.38 Changes

06 Mar 07:08
Compare
Choose a tag to compare
  • Upgraded to C client 3.1.8
  • Fixed Issue 38
  • Fixed Issue 40
  • Fixed Issue 41. The increment() method is modified to reflect the behavior of the C client (aka upsert)
  • Fixed bugs where batch-operations were not showing the digest part of the key tuple. Requires server version >= 3.5.3

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