File tree 2 files changed +12
-2
lines changed
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
12
12
13
13
### Fixed
14
14
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
+
15
25
## [ 1.6.0] - 2023-08-28
16
26
17
27
### 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
19
19
20
20
| Go/Cassandra | 4.0.x | 4.1.x |
21
21
| --------------| -------| -------|
22
- | 1.19 | yes | yes |
23
- | 1.20 | yes | yes |
22
+ | 1.22 | yes | yes |
23
+ | 1.23 | yes | yes |
24
24
25
25
Gocql has been tested in production against many versions of Cassandra. Due to limits in our CI setup we only
26
26
test against the latest 2 GA releases.
You can’t perform that action at this time.
0 commit comments