Skip to content

Commit

Permalink
Releasing version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Apr 3, 2020
1 parent 972fb11 commit 531b685
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 329 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change log

All notable changes to this package will be documented in this file.

## [1.2.0] - 2020-04-03
### Added:
- 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).
- New event types: `end` (the server has closed the connection), `retrying` (provides information about upcoming connection retries).
- See `README.md` for more about these features.
This project adheres to [Semantic Versioning](http://semver.org).

## [1.1.0] - 2019-07- 09
Expand Down
Loading

0 comments on commit 531b685

Please sign in to comment.