Skip to content

Commit

Permalink
release: 0.12.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DifferentialOrange committed Feb 13, 2023
1 parent 9681228 commit 4f6c5d1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ 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
## 0.12.0 - 2023-02-13

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

### Changed

### Fixed
- Error code on socket error (#279).

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.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 Down

0 comments on commit 4f6c5d1

Please sign in to comment.