Skip to content

Commit 4f6c5d1

Browse files
release: 0.12.0
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.
1 parent 9681228 commit 4f6c5d1

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## 0.12.0 - 2023-02-13
88

99
### Added
1010
- Support `fetch_schema` parameter for a connection (#219).
1111

12-
### Changed
13-
1412
### Fixed
1513
- Error code on socket error (#279).
1614

debian/changelog

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
python3-tarantool (0.12.0-0) unstable; urgency=medium
2+
3+
## Overview
4+
5+
This release introduces the support of `fetch_schema` connection
6+
option to disable schema fetch and various fixes.
7+
8+
### Breaking changes
9+
10+
This release should not break any existing behavior.
11+
12+
### New features
13+
- `fetch_schema` parameter for a connection (#219).
14+
15+
### Bugfixes
16+
- Error code on socket error (#279).
17+
18+
### Thanks
19+
We want to thank @bekhzod91 for a bugfix contribution.
20+
21+
-- Georgy Moiseev <[email protected]> Mon, 13 Feb 2023 11:43:30 +0300
22+
123
python3-tarantool (0.11.0-0) unstable; urgency=medium
224

325
## Overview

0 commit comments

Comments
 (0)