Releases: launchdarkly/android-client-sdk
Releases · launchdarkly/android-client-sdk
v5.4.0
5.4.0 (2024-10-18)
Features
- Adds support for client-side prerequisite events (#279) (8d59b96)
v5.3.1
5.3.1 (2024-07-10)
Bug Fixes
- registered LDStatusListeners are now sent updates that result from a call to LDClient.identify(...) (#274) (a648213)
v5.3.0
5.3.0 (2024-05-13)
Features
- improved streaming behavior by decreasing maximum retry interval (#268) (81f1912)
v5.2.0
5.2.0 (2024-04-25)
Features
- deprecating init without timeout (1e46f0d)
v5.1.1
5.1.1 (2024-03-26)
Bug Fixes
- improved LDClient.identify(...) behavior when offline (#261) (24ce942)
v5.1.0
5.1.0 (2024-03-14)
Features
- Always inline contexts for feature events (2a88ef6)
- Redact anonymous attributes within feature events (2a88ef6)
Bug Fixes
- Bump launchdarklyJavaSdkInternal to 1.3.0 (#257) (2a88ef6)
v5.0.5
5.0.5 (2024-03-07)
Bug Fixes
- propagating NPE fix for ContextBuilder.fromContext bug (#246) (3205005)
4.3.1
[4.3.1] - 2024-02-29
Fixed:
- Improved thread usage in streaming connections.
5.0.4
[5.0.4] - 2024-02-27
Fixed:
- Improved thread usage in streaming connections.
5.0.3
[5.0.3] - 2024-02-02
Fixed:
- Fixes a rare bug (one occurrence) in which a race condition between identify and network state change could result in a crash.