Skip to content

Commit 640e5ff

Browse files
committed
Update changelog for 1.5.0
1 parent e943e60 commit 640e5ff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)