Skip to content

Commit 1427094

Browse files
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 2ed19f1 commit 1427094

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+1-1
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

+20
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 <[email protected]> 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)