Skip to content

Commit 88fc872

Browse files
committed
Update changelog
1 parent 216167b commit 88fc872

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Added
10-
- Changelog
11-
- StreamObserver and StreamObserverContext interfaces to allow observing CQL streams
10+
- Changelog.
11+
- StreamObserver and StreamObserverContext interfaces to allow observing CQL streams.
1212
- ClusterConfig.WriteTimeout option now allows to specify a write-timeout different from read-timeout.
13+
- TypeInfo.NewWithError method.
1314

1415
### Changed
1516
- Supported versions of Go that we test against are now Go 1.17 and Go 1.18.
1617
- The driver now returns an error if SetWriteDeadline fails. If you need to run gocql on
1718
a platform that does not support SetWriteDeadline, set WriteTimeout to zero to disable the timeout.
1819
- Creating streams on a connection that is closing now fails early.
20+
- HostFilter now also applies to control connections.
21+
- TokenAwareHostPolicy now panics immediately during initialization instead of at random point later
22+
if you reuse the TokenAwareHostPolicy between multiple sessions. Reusing TokenAwareHostPolicy between
23+
sessions was never supported.
1924

2025
### Fixed
2126
- The driver no longer resets the network connection if a write fails with non-network-related error.
2227
- Blocked network write to a network could block other goroutines, this is now fixed.
28+
- Fixed panic in unmarshalUDT when trying to unmarshal a user-defined-type to a non-pointer Go type.
29+
- Fixed panic when trying to unmarshal unknown/custom CQL type.
30+
31+
## Deprecated
32+
- TypeInfo.New, please use TypeInfo.NewWithError instead.
2333

2434
## [1.0.0] - 2022-03-04
2535
### Changed

0 commit comments

Comments
 (0)