absurdfarce commented on code in PR #1826: URL: https://github.com/apache/cassandra-gocql-driver/pull/1826#discussion_r1774166621
########## 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) Review Comment: @martin-sucha Does this wording make more sense to you? I tried to stay away from discussion about what the format of the string was (or is, for that matter) and focused more on the intent behind the change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

