Skip to content

Commit

Permalink
Releasing version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Dec 19, 2022
1 parent 5ee8607 commit 98222eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the LaunchDarkly Client-Side SDK for Node.js will be documented in this file.

## [2.2.2] - 2022-12-19
### Fixed:
- Upgraded to `js-sdk-common` version `4.3.3` which fixed this [issue](https://github.com/launchdarkly/js-sdk-common/issues/84): Warning: Accessing non-existent property 'messages' of module exports inside circular dependency

## [2.2.1] - 2022-10-21
### Changed:
- Upgraded to `js-sdk-common` version `4.3.2` which includes implementations of `jitter` and `backoff` for streaming connections. When a connection fails the retry will start at the `streamReconnectDelay` and will double on each unsuccessful consecutive connection attempt (`backoff`) to a max of 30 seconds. The delay will be adjusted from 50%-100% of the calculated delay to prevent many clients from attempting to reconnect at the same time (`jitter`).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-node-client-sdk",
"version": "2.2.1",
"version": "2.2.2",
"description": "LaunchDarkly Client-Side SDK for Node.js",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 98222eb

Please sign in to comment.