Skip to content

tarantool-python 0.6.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Totktonada Totktonada released this 19 Mar 00:49
· 370 commits to master since this release
2bb581a

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 (#106).
  • Added connection_timeout parameter to Connection (#115).

Bugfixes

  • Fixed auto-reconnection in Connection.
  • Eliminated deprecation warnings on Python 3 (#114).
  • Added TCP_NODELAY back (it was removed in 0.6.4) (#127).