You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue when trying to register an empty or non-existent lua file. CLIENT-883CLIENT-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.