Commit 1427094
committed
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
2 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
1 | 21 | | |
2 | 22 | | |
3 | 23 | | |
| |||
0 commit comments