tarantool-python 1.1.0
DifferentialOrange
released this
30 Jun 09:39
·
38 commits
to master
since this release
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.) Usemsgpack
instead.
Added
- Allow to require specific server protocol version and features (#267).
Fixed
- Parsing of E-notation Tarantool decimals with positive exponent (PR #298).