File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111### Changed
1212
13+ ### Fixed
14+
15+ ## [ 1.5.0] - 2023-06-12
16+
17+ ### Added
18+
19+ - gocql now advertises the driver name and version in the STARTUP message to the server.
20+ The values are taken from the Go module's path and version
21+ (or from the replacement module, if used). (#1702 )
22+ That allows the server to track which fork of the driver is being used.
23+ - Query.Values() to retrieve the values bound to the Query.
24+ This makes writing wrappers around Query easier. (#1700 )
25+
1326### Fixed
1427- Potential panic on deserialization (#1695 )
1528- Unmarshalling of dates outside of ` [1677-09-22, 2262-04-11] ` range. (#1692 )
You can’t perform that action at this time.
0 commit comments