Skip to content

release: 0.11.0 #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down
22 changes: 22 additions & 0 deletions debian/changelog
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
Expand Down