Skip to content

Commit 567e0fa

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.3.0
1 parent 265726b commit 567e0fa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the LaunchDarkly client-side JavaScript SDKs will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.3.0] - 2024-05-01
6+
### Added:
7+
- 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.
8+
9+
### Changed:
10+
- 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.
11+
12+
### Fixed:
13+
- Fixed the documentation for `evaluationReasons` for the `identify` method.
14+
515
## [3.2.0] - 2024-03-19
616
### Changed:
717
- Redact anonymous attributes within feature events

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-js-client-sdk",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)