File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
1313### Fixed
1414
15+ ## [ 1.7.0] - 2024-09-23
16+
17+ This release is the first after the donation of gocql to the Apache Software Foundation (ASF)
18+
19+ ### Changed
20+ - Update DRIVER_NAME parameter in STARTUP messages to a different value intended to clearly identify this
21+ driver as an ASF driver. This should clearly distinguish this release (and future gocql-cassandra-driver
22+ releases) from prior versions. (#1824 )
23+ - Supported Go versions updated to 1.23 and 1.22 to conform to gocql's sunset model. (#1825 )
24+
1525## [ 1.6.0] - 2023-08-28
1626
1727### Added
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra that are tested with
1919
2020| Go/Cassandra | 4.0.x | 4.1.x |
2121| --------------| -------| -------|
22- | 1.19 | yes | yes |
23- | 1.20 | yes | yes |
22+ | 1.22 | yes | yes |
23+ | 1.23 | yes | yes |
2424
2525Gocql has been tested in production against many versions of Cassandra. Due to limits in our CI setup we only
2626test against the latest 2 GA releases.
You can’t perform that action at this time.
0 commit comments