Skip to content

Commit

Permalink
Update changelog for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sucha committed Jun 12, 2023
1 parent e943e60 commit 640e5ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Fixed

## [1.5.0] - 2023-06-12

### 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)

### Fixed
- Potential panic on deserialization (#1695)
- Unmarshalling of dates outside of `[1677-09-22, 2262-04-11]` range. (#1692)
Expand Down

0 comments on commit 640e5ff

Please sign in to comment.