tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Release 0.10.0 #258

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Overview

This release introduces the support of extention types (decimal, uuid, error, datetime, interval) in MessagePack, various IProto features support (feature discovery and push protocol) and major infrastructure updates (scm version computation, full documentation for external and internal API both as code docstrings and readthedocs HTML, deb and RPM packages, and everything is processed with CI/CD pipelines).

Breaking changes

This release should not break any existing behavior.

New features

Bugfixes

Infrastructure