Skip to content

prepare 5.2.0 release #102

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

Merged
merged 304 commits into from
May 1, 2024
Merged

prepare 5.2.0 release #102

merged 304 commits into from
May 1, 2024

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[5.2.0] - 2024-05-01

Added:

  • Added an optional timeout to the waitForInitialization method. When a timeout is specified the returned promise will be rejected after the timeout elapses if the client has not finished initializing within that time. When no timeout is specified the returned promise will not be resolved or rejected until the initialization either completes or fails.

Changed:

  • The track method now validates that the provided metricValue is a number. If a metric value is provided, and it is not a number, then a warning will be logged.

Fixed:

  • Fixed the documentation for evaluationReasons for the identify method.

eli-darkly and others added 30 commits December 11, 2019 17:31
…pper

# Conflicts:
#	src/EventProcessor.js
#	src/EventSender.js
#	src/Stream.js
#	src/__tests__/EventSender-test.js
#	src/configuration.js
#	typings.d.ts
…-wrapper

# Conflicts:
#	src/EventProcessor.js
#	src/EventSender.js
#	src/__tests__/EventSender-test.js
add wrapper metadata options and fix custom header logic
remove image-loading logic from common code, replace it with an abstraction
change exact dependencies to best-compatible
# Conflicts:
#	src/EventSender.js
#	src/__tests__/EventSender-test.js
#	src/__tests__/configuration-test.js
keelerm84 and others added 26 commits March 18, 2024 13:24
This pins the dev typings of node to allow the typescript check to pass.

This is temporary to keep this code working until it is replaced by a
TypeScript implementation.
Co-authored-by: Molly <molly.jones@launchdarkly.com>
I only added Promise.race to `waitForInitialization`. Additionally I
updated jest and prettier, resulting in some collateral changes but the
main change is in
[index.js](https://github.com/launchdarkly/js-sdk-common-private/pull/117/files#r1575446941).
This is just a small PR so that no stderr messages are logged during the
unit tests.
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot requested a review from a team May 1, 2024 16:30
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot merged commit 2fd329f into main May 1, 2024
1 check passed
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot deleted the release-5.2.0 branch May 1, 2024 16:56
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.