From 30d5fcae577ea1fd40477dafa77195df63d4574f Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Sat, 31 Dec 2022 02:06:55 +0300 Subject: [PATCH] release: 0.11.0 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](https://github.com/tarantool/crud) 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). --- CHANGELOG.md | 12 ++++++++---- debian/changelog | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e17ae139..5fb88ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +### Changed + +### Fixed + +## 0.11.0 - 2022-12-31 + ### Added - Support custom packer and unpacker factories (#191). - Support [crud module](https://github.com/tarantool/crud) native API (#205). @@ -14,10 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support specifying authentication method with `auth_type` and Tarantool EE `pap-sha256` authentication method (#269). -### Changed - -### Fixed - ## 0.10.0 - 2022-11-09 ### Added diff --git a/debian/changelog b/debian/changelog index 5847995a..0c13aaea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +python3-tarantool (0.11.0-0) unstable; urgency=medium + + ## 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](https://github.com/tarantool/crud) 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). + + -- Georgy.moiseev Sat, 31 Dec 2022 02:09:03 +0300 + python3-tarantool (0.10.0-0) unstable; urgency=medium ## Overview