Skip to content

v1.14.0

Compare
Choose a tag to compare
@sylwiaszunejko sylwiaszunejko released this 23 May 10:51
· 220 commits to master since this release
7f7905d

What's Changed

This release adds LOAD_BALANCING_POLICY_SLOW_AVOIDANCE functionality, which makes the driver avoid the slowest node improving the latency. It is based on functionality already present in java-driver. Additionally couple of bug fixes were added.

  • Do not try to query peers_v2 table upon connection against a ScyllaDB cluster by @mykaul in #171
  • Send heartbeat OPTIONS message less frequent and enable keep alive by @sylwiaszunejko in #169
  • Use newFramerWithExts instead of newFramer to utilize protocol extensions by @sylwiaszunejko in #173
  • Add LOAD_BALANCING_POLICY_SLOW_AVOIDANCE funtionality by @sylwiaszunejko in #168

New Contributors

Full Changelog: v1.13.0...v1.14.0