Skip to content

tarantool-python 0.11.0

Compare
Choose a tag to compare
@DifferentialOrange 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 and ssl_password_file options to decrypt private SSL key file (#224).
  • Support specifying authentication method with auth_type and Tarantool EE pap-sha256 authentication method (#269).