Skip to content

2.0.13

Compare
Choose a tag to compare
@jboone100 jboone100 released this 15 May 22:34
· 1583 commits to master since this release

Fixes

  • Fix issue when trying to register an empty or non-existent lua file. CLIENT-883 CLIENT-884
  • Python 2.7 unicode bin names in select are not returned. CLIENT-485
  • Memory corruption on operation_destroy. CLIENT-885
  • Fix for null fields in exceptions.
  • Fixes for two byte issues, change to always return bytearray for unsupported bytes type.
  • Improved error messages for client constructor.
  • Treat key as bytes if unicode decoding fails. (Thanks @mluscon!)

New Behavior

  • Previous versions of Python client would attempt to share the aerospike object automatically. If this behavior is desired, you now must enable sharing via the use_shared_connection parameter. See docs.