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).