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](http://pythonhosted.org/aerospike/aerospike.html).