Releases: launchdarkly/apex-server-sdk
Releases · launchdarkly/apex-server-sdk
v1.5.0
Immutable
release. Only release title and notes can be modified.
v1.4.1
v1.4.0
1.3.0
[1.3.0] - 2024-01-23
Added:
- Added additional unit tests to meet 75% minimum coverage required by Salesforce. Thanks, @estebanefi!
1.2.0
[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
[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
[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
[1.0.1] - 2021-06-14
Fixed:
- Fixed the OAUTH_URI environment variable not being respected by the bridge.
1.0.0
[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
[1.0.0-beta.3] - 2021-02-04
Added:
- Added the
aliasmethod. This can be used to associate two user objects for analytics purposes by generating an alias event.