diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1028fc..62a69014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased -- Support `fetch_schema` parameter for a connection (#219). +## 0.12.0 - 2023-02-13 ### Added - -### Changed +- Support `fetch_schema` parameter for a connection (#219). ### Fixed - Error code on socket error (#279). diff --git a/debian/changelog b/debian/changelog index 0c13aaea..e862fd59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +python3-tarantool (0.12.0-0) unstable; urgency=medium + + ## Overview + + This release introduces the support of `fetch_schema` connection + option to disable schema fetch and various fixes. + + ### Breaking changes + + This release should not break any existing behavior. + + ### New features + - `fetch_schema` parameter for a connection (#219). + + ### Bugfixes + - Error code on socket error (#279). + + ### Thanks + We want to thank @bekhzod91 for a bugfix contribution. + + -- Georgy Moiseev Mon, 13 Feb 2023 11:43:30 +0300 + python3-tarantool (0.11.0-0) unstable; urgency=medium ## Overview @@ -18,7 +40,7 @@ python3-tarantool (0.11.0-0) unstable; urgency=medium - 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 + -- Georgy Moiseev Sat, 31 Dec 2022 02:09:03 +0300 python3-tarantool (0.10.0-0) unstable; urgency=medium @@ -223,7 +245,7 @@ python3-tarantool (0.10.0-0) unstable; urgency=medium - Pack and publish pip, RPM and deb packages with GitHub Actions (#164, #198). - Publish on readthedocs with CI/CD (including PRs) (#67). - -- Georgy.moiseev Wed, 09 Nov 2022 13:14:20 +0300 + -- Georgy Moiseev Wed, 09 Nov 2022 13:14:20 +0300 tarantool-python (0.9.0-0) unstable; urgency=medium ## Overview