Skip to content

Commit

Permalink
release: 0.11.0
Browse files Browse the repository at this point in the history
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
DifferentialOrange committed Dec 30, 2022
1 parent fe68814 commit 30d5fca
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
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

0 comments on commit 30d5fca

Please sign in to comment.