Releases: launchdarkly/android-client-sdk
Releases · launchdarkly/android-client-sdk
v5.1.0
v5.0.5
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.
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.