Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Apr 11, 2019
1 parent 4f1e98e commit fc12421
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change History

## April 11 2019: v2.1.0
Minor Feature and Improvements release.

* **New Features**

- Adds `WarmUp` method for `Client`, `Cluster` and `Node`. This method will fill the connection queue to ensure maximum and smooth performance on start up.

* **Improvements**

- Simplify connection Timeout calculation and floor the min timeout to 1ms.
- Simplify resetting server timeout for each iteration.
- Adds a few pre-defined errors to avoid allocating them during runtime.

* **Changes**

- Adds a TLS connection example.
- Adds Cap method to connectionHeap.

## March 19 2019: v2.0.0
Major release. There are some breaking changes, both syntactically and semantically.
Most changes are minor, and can be fixed with relative ease.
Expand Down

0 comments on commit fc12421

Please sign in to comment.