tarantool-python 0.11.0
·
190 commits
to master
since this release
Overview
This release introduces the support of crud module API, encoding and decoding customization and various security features for Tarantool EE.
Breaking changes
This release should not break any existing behavior.
New features
- Support custom packer and unpacker factories (#191).
- Support crud module native API (#205).
- Support
ssl_passwordandssl_password_fileoptions to decrypt private SSL key file (#224). - Support specifying authentication method with
auth_typeand Tarantool EEpap-sha256authentication method (#269).