Skip to content

Releases: launchdarkly/js-sdk-common

v5.7.1

30 May 19:41
78f6f7e
Compare
Choose a tag to compare

5.7.1 (2025-05-30)

Bug Fixes

  • updating identify code documentation (82c6071)

v5.7.0

22 May 16:49
9bed951
Compare
Choose a tag to compare

5.7.0 (2025-05-22)

Features

  • Add support for per-context summary events. (#126) (05f7d4e)

v5.6.0

29 Apr 22:03
7f488c2
Compare
Choose a tag to compare

5.6.0 (2025-04-29)

Features

v5.5.1

25 Apr 17:03
9a7dd27
Compare
Choose a tag to compare

5.5.1 (2025-04-25)

Bug Fixes

  • Add hooks to default options to prevent warning. (#121) (9c04081)

v5.5.0

21 Apr 16:34
d22d82e
Compare
Choose a tag to compare

5.5.0 (2025-04-21)

Features

v5.4.0

18 Oct 16:22
0422c50
Compare
Choose a tag to compare

5.4.0 (2024-10-18)

Features

  • Add support for client-side prerequisite events. (#112) (9d1708b)

5.3.0

20 Jun 15:31
5352af8
Compare
Choose a tag to compare

5.3.0 (2024-06-18)

Features

5.2.0

01 May 16:58
Compare
Choose a tag to compare

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

5.1.0

19 Mar 18:21
Compare
Choose a tag to compare

[5.1.0] - 2024-03-19

Changed:

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

Fixed:

  • Pin dev version of node to compatible types.

Removed:

  • HTTP fallback ping

5.0.3

21 Mar 18:20
Compare
Choose a tag to compare

[5.0.3] - 2023-03-21

Changed:

  • Update LDContext to allow for key to be optional. This is used when making an anonymous context with a generated key.