Added
- gocql now advertises the driver name and version in the STARTUP message to the server.
The values are taken from the Go module's path and version
(or from the replacement module, if used). (#1702)
That allows the server to track which fork of the driver is being used. - Query.Values() to retrieve the values bound to the Query.
This makes writing wrappers around Query easier. (#1700)