Skip to content

Commit 531b685

Browse files
Releasing version 1.2.0
1 parent 972fb11 commit 531b685

File tree

3 files changed

+761
-329
lines changed

3 files changed

+761
-329
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change log
22

33
All notable changes to this package will be documented in this file.
4+
5+
## [1.2.0] - 2020-04-03
6+
### Added:
7+
- New configuration options: `errorFilter` (determines how errors should be handled), `initialRetryDelayMillis` (delay interval for connection retries), `jitterRatio` (enables delay jitter), `maxBackoffMillis` (enables exponential backoff), `retryResetIntervalMillis` (enables reset of backoff).
8+
- New event types: `end` (the server has closed the connection), `retrying` (provides information about upcoming connection retries).
9+
- See `README.md` for more about these features.
410
This project adheres to [Semantic Versioning](http://semver.org).
511

612
## [1.1.0] - 2019-07- 09

0 commit comments

Comments
 (0)