This is an automated email from the ASF dual-hosted git repository.
absurdfarce pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git
The following commit(s) were added to refs/heads/trunk by this push:
new 953e0df Update changelog for 1.7.0
953e0df is described below
commit 953e0df999cabb3f5eef714df9921c00e9f632c2
Author: absurdfarce <[email protected]>
AuthorDate: Mon Sep 23 13:56:53 2024 -0500
Update changelog for 1.7.0
patch by Bret McGuire; reviewed by Martin Sucha
reference: https://github.com/apache/cassandra-gocql-driver/pull/1826
---
CHANGELOG.md | 10 ++++++++++
README.md | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8dfb228..cf02cf0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,16 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
### Fixed
+## [1.7.0] - 2024-09-23
+
+This release is the first after the donation of gocql to the Apache Software
Foundation (ASF)
+
+### Changed
+- Update DRIVER_NAME parameter in STARTUP messages to a different value
intended to clearly identify this
+ driver as an ASF driver. This should clearly distinguish this release (and
future gocql-cassandra-driver
+ releases) from prior versions. (#1824)
+- Supported Go versions updated to 1.23 and 1.22 to conform to gocql's sunset
model. (#1825)
+
## [1.6.0] - 2023-08-28
### Added
diff --git a/README.md b/README.md
index 81d34b2..24dfe63 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra
that are tested with
| Go/Cassandra | 4.0.x | 4.1.x |
|--------------|-------|-------|
-| 1.19 | yes | yes |
-| 1.20 | yes | yes |
+| 1.22 | yes | yes |
+| 1.23 | yes | yes |
Gocql has been tested in production against many versions of Cassandra. Due to
limits in our CI setup we only
test against the latest 2 GA releases.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]