-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information
1 parent
e8bb5a3
commit 2056c5c
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
python3-tarantool (1.1.0-0) unstable; urgency=medium | ||
|
||
## 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). | ||
|
||
-- Georgy Moiseev <[email protected]> Fri, 30 Jun 2023 10:00:00 +0300 | ||
|
||
python3-tarantool (1.0.0-0) unstable; urgency=medium | ||
|
||
## Overview | ||
|