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.1.0 release #5

Merged
merged 63 commits into from
Dec 13, 2019
Merged

prepare 3.1.0 release #5

merged 63 commits into from
Dec 13, 2019

Conversation

LaunchDarklyCI
Copy link
Contributor

[3.1.0] - 2019-12-13

Added:

  • Configuration options wrapperName and wrapperVersion.
  • Platform option httpFallbackPing (to be used for the browser image mechanism - see below).

Fixed:

  • When calling identify, the current user (as reported by getUser()) was being updated before the SDK had received the new flag values for that user, causing the client to be temporarily in an inconsistent state where flag evaluations would be associated with the wrong user in analytics events. Now, the current-user state will stay in sync with the flags and change only when they have finished changing. (Thanks, edvinerikson!)

Removed:

  • Logic for sending a one-way HTTP request in a browser by creating an image has been moved to the browser-specific code (js-client-sdk).

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 24 commits December 6, 2019 16:21
(1) use new test helpers + misc test cleanup
…-types

clearer way to model the config option defaults/types
add wrapper metadata options and fix custom header logic
remove image-loading logic from common code, replace it with an abstraction
@LaunchDarklyCI LaunchDarklyCI merged commit 2741a7b into master Dec 13, 2019
@LaunchDarklyCI LaunchDarklyCI deleted the release-3.1.0 branch December 13, 2019 22:12
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.

5 participants