Releases: launchdarkly/js-client-sdk
Releases · launchdarkly/js-client-sdk
v3.9.1
Immutable
release. Only release title and notes can be modified.
3.9.1 (2026-04-06)
Bug Fixes
- add deprecation notice to README (b692931)
This PR was generated with Release Please. See documentation.
Note
Low Risk
Low risk release bookkeeping only: version/manifest bumps and changelog text updates, with no runtime code changes.
Overview
Bumps the package and release manifest versions from 3.9.0 to 3.9.1.
Updates CHANGELOG.md with a 3.9.1 entry that announces the rename to @launchdarkly/js-client-sdk and directs users to the new repository and issue tracker for future releases.
Reviewed by Cursor Bugbot for commit 9591a6c. Bugbot is set up for automated code reviews on this repo. Configure here.
v3.9.0
v3.8.1
v3.8.0
v3.7.0
v3.6.1
v3.6.0
v3.5.0
3.4.0
[3.4.0] - 2024-06-20
Changed:
- Updated to launchdarkly-js-sdk-common 5.3.0 which supports synchronous inspectors.
3.3.0
[3.3.0] - 2024-05-01
Added:
- Added an optional timeout to the
waitForInitializationmethod. 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
evaluationReasonsfor theidentifymethod.