Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Apr 26, 2023
1 parent d8dfba3 commit e38bcc2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
## 8.0.0
## 8.1.0

### Fixed

* Sending envelopes now properly jumps to next node in query plan, if current one is unreachable.

### New

* `InvalidProtocol` special error for a case when a node doesn't accept requested protocol during handshake.
* `ConnectionPoolConfigBuilder` for building configuration easily.
* Configurable heartbeat messages to keep connection alive in the pool.

### Changed

* Due to an edge case with reconnecting to a seemingly downed node, internal reconnection handling mechanism has been improved.
* Hidden internal structures, which were public but not usable in any way.

## 8.0.0 (unavailable)

### Changed

Expand Down

0 comments on commit e38bcc2

Please sign in to comment.