Skip to content

Commit 30d5fca

Browse files
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).
1 parent fe68814 commit 30d5fca

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## 0.11.0 - 2022-12-31
16+
917
### Added
1018
- Support custom packer and unpacker factories (#191).
1119
- 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
1422
- Support specifying authentication method with `auth_type`
1523
and Tarantool EE `pap-sha256` authentication method (#269).
1624

17-
### Changed
18-
19-
### Fixed
20-
2125
## 0.10.0 - 2022-11-09
2226

2327
### Added

debian/changelog

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
python3-tarantool (0.11.0-0) unstable; urgency=medium
2+
3+
## Overview
4+
5+
This release introduces the support of crud module API, encoding and
6+
decoding customization and various security features for Tarantool EE.
7+
8+
## Breaking changes
9+
10+
This release should not break any existing behavior.
11+
12+
## New features
13+
- Support custom packer and unpacker factories (#191).
14+
- Support [crud module](https://github.com/tarantool/crud) native API
15+
(#205).
16+
- Support `ssl_password` and `ssl_password_file` options
17+
to decrypt private SSL key file (#224).
18+
- Support specifying authentication method with `auth_type`
19+
and Tarantool EE `pap-sha256` authentication method (#269).
20+
21+
-- Georgy.moiseev <[email protected]> Sat, 31 Dec 2022 02:09:03 +0300
22+
123
python3-tarantool (0.10.0-0) unstable; urgency=medium
224

325
## Overview

0 commit comments

Comments
 (0)