-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information
1 parent
fe68814
commit 30d5fca
Showing
2 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Sat, 31 Dec 2022 02:09:03 +0300 | ||
|
||
python3-tarantool (0.10.0-0) unstable; urgency=medium | ||
|
||
## Overview | ||
|