The Cassandra team is pleased to announce the release of the Cassandra GoCQL Driver version 2.1.0.
The source release is available here: https://dlcdn.apache.org/cassandra/cassandra-gocql-driver/2.1.0/ You can add the driver to your project with the "v2.1.0" tag: go get github.com/apache/cassandra/cassandra-gocql-driver/[email protected] Feel free to check the changelog[1] and documentation[2] for this release. Let us know[3] if you encounter any issues. Thanks [1]: https://github.com/apache/cassandra-gocql-driver/blob/trunk/CHANGELOG.md#210 [2]: https://pkg.go.dev/github.com/apache/cassandra-gocql-driver/[email protected] [3]: https://issues.apache.org/jira/browse/CASSGO
