3.2.0
LaunchDarklyReleaseBot
released this
01 May 20:27
·
8 commits
to main
since this release
[3.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 theidentify
method. - Upgraded to launchdarkly-eventsource version 2.0.2. This version contains performance improvements and logging improvements compared the the version that was in use.