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 2.7.4 release #125

Merged
merged 15 commits into from
Nov 22, 2018
Merged

prepare 2.7.4 release #125

merged 15 commits into from
Nov 22, 2018

Conversation

eli-darkly
Copy link
Contributor

[2.7.4] - 2018-11-21

Fixed:

  • When using the event-source-polyfill package to allow streaming mode in browsers with no native EventSource support, the polyfill was using a default read timeout of 45 seconds, so if no updates arrived within 45 seconds it would log an error and reconnect the stream. The SDK now sets its own timeout (5 minutes) which will be used if this particular polyfill is active. LaunchDarkly normally sends a heartbeat every 3 minutes, so you should not see a timeout happen unless the connection has been lost.
  • The SDK's use of the "Base64" package caused problems for build tools that strictly enforce the lowercase package name rule. It now uses the "base64-js" package instead. (#124)

@eli-darkly eli-darkly requested a review from apucacao November 22, 2018 00:18
@eli-darkly eli-darkly merged commit 56cd1e4 into master Nov 22, 2018
@eli-darkly eli-darkly deleted the 2.7.4 branch November 22, 2018 00:27
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.

2 participants