Skip to content

Releases: launchdarkly/apex-server-sdk

1.3.0

23 Jan 18:15
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

1.0.0-beta.2

21 Jan 03:40
fdbd444
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

[1.0.0-beta.2] - 2021-01-20

Added:

  • Added support for JWT based authentication in the bridge daemon with the OAUTH_JWT_KEY environment variable
  • Added support for HTTP timeout configuration in the bridge daemon with the HTTP_TIMEOUT environment variable

Fixed:

  • Fixed OAuth token expiration handling in the bridge daemon

1.0.0-beta.1

18 Nov 23:05
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

[1.0.0-beta.1] - 2020-11-18

This is the first public release of the LaunchDarkly Apex server-side SDK. The SDK is considered to be in beta until release 1.0.0. Do not use this SDK in production environments.