Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed May 21, 2019
1 parent 685b648 commit 455eafe
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
@@ -1,5 +1,18 @@
# Change History

## May 21 2019: v2.2.0
Minor Fixes and improvements release.

* **Fixes**

- Fixes an issue where an empty connection pool would cause a lock contention that would in turn lead to high CPU load.
- Fixes an issue where in some circumstances connection pool would be depleted of connections.
- Fixes an issue where the replica node would not be selected in case of master-node failure in `Policy.ReplicaPolicy.SEQUENCE` for reads.

* **Improvements**

- Transactions will not count a lack of connection in the node's connection pool as an iteration anymore.

## April 25 2019: v2.1.1
Minor Fixes and improvements release.

Expand Down

0 comments on commit 455eafe

Please sign in to comment.