Skip to content

release: 0.12.0 #280

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 3 commits into from
Feb 13, 2023
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
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
26 changes: 24 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 13 Feb 2023 11:43:30 +0300

python3-tarantool (0.11.0-0) unstable; urgency=medium

## Overview
Expand All @@ -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 <admin@tarantool.org> Sat, 31 Dec 2022 02:09:03 +0300
-- Georgy Moiseev <georgy.moiseev@tarantool.org> Sat, 31 Dec 2022 02:09:03 +0300

python3-tarantool (0.10.0-0) unstable; urgency=medium

Expand Down Expand Up @@ -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 <[email protected]> Wed, 09 Nov 2022 13:14:20 +0300
-- Georgy Moiseev <[email protected]> Wed, 09 Nov 2022 13:14:20 +0300

tarantool-python (0.9.0-0) unstable; urgency=medium
## Overview
Expand Down