martin-sucha commented on code in PR #1826: URL: https://github.com/apache/cassandra-gocql-driver/pull/1826#discussion_r1772806760
########## CHANGELOG.md: ########## @@ -12,6 +12,15 @@ 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 +- DRIVER_NAME parameter in STARTUP messages changed to new project URL after donation. This should provide Review Comment: **suggestion**: Should the pull request number and/or Cassandra issue number be mentioned as well? For previous versions the pull request numbers were mentioned in case a user is interested in more details. **nitpick**: Technically, the value in the STARTUP message is not a proper URL, as it lacks `//` in the beginning (if parsed as URL, everything goes to the path component). It is not a new module path either as we haven't changed the module path yet. Perhaps `new project path` or `new project name` would be more accurate? -- 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]

