tarantool-python 0.11.0
DifferentialOrange
released this
30 Dec 23:35
·
189 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_password
andssl_password_file
options to decrypt private SSL key file (#224). - Support specifying authentication method with
auth_type
and Tarantool EEpap-sha256
authentication method (#269).