Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0307044

Browse files
committedJun 30, 2023
release 1.1.0
Overview This release introduces API to request server protocol version and feature, as well as introduce decimal bugfix. Breaking changes - Drop `msgpack-python` support. (Package not supported since 2019.) Use `msgpack` instead. Added - Allow to require specific server protocol version and features (#267). Fixed - Parsing of E-notation Tarantool decimals with positive exponent (PR #298).
1 parent 71f140f commit 0307044

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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+
## 1.1.0 - 2023-06-30
88

99
### Added
1010
- Allow to require specific server protocol version and features (#267).

‎debian/changelog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
python3-tarantool (1.1.0-0) unstable; urgency=medium
2+
3+
## Overview
4+
5+
This release introduces API to request server protocol version and
6+
feature, as well as introduce decimal bugfix.
7+
8+
## Breaking changes
9+
10+
- Drop `msgpack-python` support. (Package not supported since 2019.)
11+
Use `msgpack` instead.
12+
13+
## Added
14+
- Allow to require specific server protocol version and features (#267).
15+
16+
## Fixed
17+
- Parsing of E-notation Tarantool decimals with positive exponent (PR #298).
18+
19+
-- Georgy Moiseev <georgy.moiseev@tarantool.org> Fri, 30 Jun 2023 10:00:00 +0300
20+
121
python3-tarantool (1.0.0-0) unstable; urgency=medium
222

323
## Overview

0 commit comments

Comments
 (0)
Please sign in to comment.