Skip to content

Commit

Permalink
v4.1.2 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Picciano committed Jan 21, 2023
1 parent ca99d67 commit 402e619
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Changelog from v4.0.0 and up. v3 changelog can be found in its branch.

# v4.1.2

* Fixed `Sentinel` not creating connections to new secondaries properly. (#336)

* Complete refactor of `Conn`, code is simpler and a few cases where `Conn` was
getting out of sync with its writes/reads are now handled properly.

* Fixed calls to `Unsubscribe` and `PSubscribe` not correctly clearing all
subscriptions. (#318)

* Fixed the subscriptions made with `PSubscribe` not working correctly. (#333)

# v4.1.1

* Fixed `NewCluster` not returning an error if it can't connect to any of the
Expand Down

0 comments on commit 402e619

Please sign in to comment.