Releases: launchdarkly/android-client-sdk
Releases · launchdarkly/android-client-sdk
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.
5.0.2
[5.0.2] - 2023-09-19
Fixed:
- Fixed a rare bug in key generation in some contexts generated by the Auto Environment Attributes feature.
5.0.1
[5.0.1] - 2023-08-25
Fixed:
- Updated how Auto Environment Attributes sanitizes and validates provided values to provide a more user friendly experience.
5.0.0
[5.0.0] - 2023-08-03
Added:
- Added Automatic Mobile Environment Attributes functionality which makes it simpler to target your mobile customers based on application name or version, or on device characteristics including manufacturer, model, operating system, locale, and so on. To learn more, read Automatic environment attributes.
Removed
- Removed LDUser and related functionality. Use LDContext instead. To learn more, read https://docs.launchdarkly.com/home/contexts.
4.3.0
[4.3.0] - 2023-08-03
Changed:
- Deprecated LDUser and related functionality. Use LDContext instead. To learn more, read https://docs.launchdarkly.com/home/contexts.
4.2.3
[4.2.3] - 2023-06-07
Fixed:
- Streaming data connection to a relax proxy now calls the callback correctly after fetching the flag data.
- Flag listeners are now called correctly after
identify
results in flag value changes.
4.2.2
[4.2.2] - 2023-05-17
Fixed:
- Fixed NPE when closing a LDClient in certain cases.
- Fixed NPE when creating a multi-context that included one invalid context.
4.2.1
[4.2.1] - 2023-03-15
Fixed:
- Fixed an issue where the allFlagsListener would be not be informed of changed flags. Now the allFlagsListener will be called correctly. This issue was introduced in 4.0.0 .
4.2.0
[4.2.0] - 2023-01-11
Added:
LDConfig.Builder.applicationInfo()
, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.
3.6.0
[3.6.0] - 2023-01-11
Added:
LDConfig.Builder.applicationInfo()
, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.