Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 3.8.2 release #78

Merged
merged 188 commits into from
Oct 20, 2022
Merged

prepare 3.8.2 release #78

merged 188 commits into from
Oct 20, 2022

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

@LaunchDarklyReleaseBot LaunchDarklyReleaseBot commented Oct 20, 2022

[3.8.2] - 2022-10-20

Added:

  • Implemented 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).

Changed:

eli-darkly and others added 30 commits October 29, 2019 17:51
Update babel config to work in `test` without `useBuiltIns`
initial move of code from js-client-sdk-private
use spread operator instead of Object.assign
re-add deprecation comment on samplingInterval
eli-darkly and others added 25 commits October 15, 2021 12:26
* better error handling for local storage operations

* lint

* fix obsolete comments
…g slash or not (#61)

* make URL path concatenation work right whether base URL has a trailing slash or not

* lint
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot deleted the release-3.8.2 branch October 20, 2022 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.