Skip to content

Releases: launchdarkly/apex-server-sdk

v1.5.0

29 May 19:36
Immutable release. Only release title and notes can be modified.
2b55c7e

Choose a tag to compare

1.5.0 (2026-05-26)

Features

  • add X-LaunchDarkly-Instance-Id header (SDK-2352) (#51) (5eb7561)

This PR was generated with Release Please. See documentation.

v1.4.1

07 Aug 20:43
e08fcd8

Choose a tag to compare

1.4.1 (2025-08-07)

Bug Fixes

  • Fix Salesforce Governor limit when syncing from bridge (#33) (70ba7ea)

v1.4.0

14 Apr 21:14
c8bfcc2

Choose a tag to compare

1.4.0 (2025-04-02)

Features

  • Add caching data store and batching event sink (#25) (6bee005)

1.3.0

23 Jan 18:15

Choose a tag to compare

[1.3.0] - 2024-01-23

Added:

  • Added additional unit tests to meet 75% minimum coverage required by Salesforce. Thanks, @estebanefi!

1.2.0

27 Sep 21:50

Choose a tag to compare

[1.2.0] - 2022-09-27

Fixed:

  • Fixed name collision between internal Event type and Salesforce Event type. The SDK Event type is now named LDEvent.

Changed:

  • Updated scratch-org definition for CircleCI unit tests.

1.1.1

31 May 21:27

Choose a tag to compare

[1.1.1] - 2022-05-31

Changed:

  • Updated some error message strings to be more specific.

Fixed:

  • Fixed nil pointer crash when invalid PEM is used as private key (OAUTH_JWT_KEY).

1.1.0

21 Jul 02:15

Choose a tag to compare

[1.1.0] - 2021-07-20

Added:

  • The SDK now supports the ability to control the proportion of traffic allocation to an experiment. This works in conjunction with a new platform feature now available to early access customers.

1.0.1

14 Jun 21:49

Choose a tag to compare

[1.0.1] - 2021-06-14

Fixed:

  • Fixed the OAUTH_URI environment variable not being respected by the bridge.

1.0.0

08 Jun 20:39

Choose a tag to compare

[1.0.0] - 2021-06-08

Fixed:

  • Fixed rollout bucketing behavior when targeting a user attribute that does not exist.

1.0.0-beta.3

04 Feb 20:26

Choose a tag to compare

1.0.0-beta.3 Pre-release
Pre-release

[1.0.0-beta.3] - 2021-02-04

Added:

  • Added the alias method. This can be used to associate two user objects for analytics purposes by generating an alias event.