Skip to content

tarantool-python 1.1.0

Compare
Choose a tag to compare
@DifferentialOrange 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.) 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).