The Cassandra team is pleased to announce the release of the Cassandra GoCQL Driver version 2.0.0.
The source release is available here: https://dlcdn.apache.org/cassandra/cassandra-gocql-driver/2.0.0/ You can add the driver to your project with the "v2.0.0" tag: go get github.com/apache/cassandra/cassandra-gocql-driver/[email protected] The changelog for this release can be found at: https://github.com/apache/cassandra-gocql-driver/blob/trunk/CHANGELOG.md#200 Comprehensive documentation for the driver will be available at: https://pkg.go.dev/github.com/apache/cassandra-gocql-driver/[email protected] Please note that it may take some time for the documentation to appear on pkg.go.dev after the release. This release marks a major milestone for GoCQL. As a major release, it introduces a broader set of changes than recent versions and is the first under the new module name, which now matches the project’s new home following its donation to the Apache Software Foundation. We sincerely thank everyone who contributed through code, reviews, testing, documentation, and feedback, as well as everyone who helped with the donation process itself. Thanks
