Skip to content

Commit 953e0df

Browse files
committed
Update changelog for 1.7.0
patch by Bret McGuire; reviewed by Martin Sucha reference: #1826
1 parent 034d688 commit 953e0df

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2525
Gocql has been tested in production against many versions of Cassandra. Due to limits in our CI setup we only
2626
test against the latest 2 GA releases.

0 commit comments

Comments
 (0)