Skip to content

Tags: digital-s/tarantool-python

Tags

0.6.6

Toggle 0.6.6's commit message
## 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).

0.6.5

Toggle 0.6.5's commit message
## 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).

0.6.4

Toggle 0.6.4's commit message
	Changes for new release

0.6.3

Toggle 0.6.3's commit message
Fix for tarantool 1.10.x and new version bumped

0.6.2

Toggle 0.6.2's commit message
	New version bumped

0.6.1

Toggle 0.6.1's commit message
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

0.5.5

Toggle 0.5.5's commit message
tarantool-python 0.5.5

0.5.4

Toggle 0.5.4's commit message
Tarantool-Python 0.5.4

Release for PyPI

0.5.3

Toggle 0.5.3's commit message
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

0.5.2

Toggle 0.5.2's commit message
Minor fixes for tarantool-python driver.