v1.13.0
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.
- Introduce support for tablets by @sylwiaszunejko in #137
- Update CI to use new way of initializing keyspace with tablets by @sylwiaszunejko in #156
- Fix checking if tablets should be used in scyllaConnPicker Pick by @sylwiaszunejko in #158
Full Changelog: v1.12.0...v1.13.0