You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments