Skip to content

Releases: launchdarkly/js-client-sdk

v3.8.1

30 May 19:50
5a23c6e
Compare
Choose a tag to compare

3.8.1 (2025-05-30)

Bug Fixes

  • Update to js-sdk-common 5.7.1 for updated docs (#324) (5be94b1)

v3.8.0

27 May 16:02
23fcb47
Compare
Choose a tag to compare

3.8.0 (2025-05-23)

Features

  • Add support for per-context summary events. (#321) (f5a1f80)

v3.7.0

29 Apr 22:12
7859252
Compare
Choose a tag to compare

3.7.0 (2025-04-29)

Features

  • Add plugin support. (3e3b7cc)
  • Add support for the afterTrack stage for hooks. (3e3b7cc)

v3.6.1

25 Apr 20:24
23139da
Compare
Choose a tag to compare

3.6.1 (2025-04-25)

Bug Fixes

  • Update configuration to expect hooks. (#317) (574dec8)

v3.6.0

21 Apr 17:20
ed39a5c
Compare
Choose a tag to compare

3.6.0 (2025-04-21)

Features

  • Add hooks support. (46f4571)
  • Inline contexts in custom events. (46f4571)

v3.5.0

18 Oct 17:32
9efd8bb
Compare
Choose a tag to compare

3.5.0 (2024-10-18)

Features

  • Add support for client-side prerequisite events. (#306) (fe51da0)

3.4.0

20 Jun 16:30
Compare
Choose a tag to compare

[3.4.0] - 2024-06-20

Changed:

  • Updated to launchdarkly-js-sdk-common 5.3.0 which supports synchronous inspectors.

3.3.0

01 May 17:32
Compare
Choose a tag to compare

[3.3.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.

3.2.0

19 Mar 19:00
Compare
Choose a tag to compare

[3.2.0] - 2024-03-19

Changed:

  • Redact anonymous attributes within feature events
  • Always inline contexts for feature events

3.1.4

06 Sep 23:02
Compare
Choose a tag to compare

[3.1.4] - 2023-09-06

Fixed:

  • #283 Catch xhr errors on page close and ignore them to reduce noise.