Skip to content

v1.13.0

Compare
Choose a tag to compare
@avelanarius avelanarius released this 27 Mar 14:09
· 10 commits to master since this release
3c32c6c

What's Changed

This release brings support for tablets to ScyllaDB's fork of gocql driver. Tablet support is an upcoming feature in ScyllaDB that changes the replication algorithm used in ScyllaDB. Drivers without support for tablets (for example old gocql versions) will continue to work, but the token awareness will not work properly in them, negatively affecting performance. gocql v1.13.0 is tablet-aware, meaning the driver will correctly route requests in tablet-enabled keyspaces.

Full Changelog: v1.12.0...v1.13.0