Tags: digital-s/tarantool-python
Tags
## Breaking changes This release should not break existing code. ## New features * Added ability to configure a MeshConnection object to periodically update instances list from tarantool (tarantool#134). ## Bugfixes * Fixed the deprecation warning due to deprecated way to import abstract collections. * Fixed SchemaReloadException raising after reconnection with non-actual schema id (tarantool#141). * Fixed a string representation of a Response object without data (say, authentication response) (tarantool#139).
## Breaking changes This release should not break existing code. ## New features * Added MeshConnection that allows to switch between nodes from a user provided list if a current node is down using round-robin strategy (tarantool#106). * Added connection_timeout parameter to Connection (tarantool#115). ## Bugfixes * Fixed auto-reconnection in Connection. * Eliminated deprecation warnings on Python 3 (tarantool#114). * Added TCP_NODEPLAY back (it was removed in 0.6.4) (tarantool#127).
tarantool-python 0.6.1 Release for PyPI with some incompatible changes: * `str`/`repr` of tuples now shows not yaml, but `json` (incompat) * supports now CALL 1.7.1 by default (incompat) * added support for unix sockets * getting rid of six dependency * packages for centos 6/7 should now be ok
Tarantool-Python 0.5.3 * Adding support for python3, again. * Update docstrings for tarantool.Connection and tarnatool.Space mehods * Modify tarantool.Space methods for simplicity * Add support for Upsert command * Fix some errors * Fix compatibility when migrating from 1.6.4 to 1.6.7 or more
PreviousNext