Skip to content

Releases: launchdarkly/android-client-sdk

5.0.3

02 Feb 15:33
Compare
Choose a tag to compare

[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

19 Sep 19:03
Compare
Choose a tag to compare

[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

25 Aug 17:54
Compare
Choose a tag to compare

[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

03 Aug 21:29
Compare
Choose a tag to compare

[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

4.3.0

03 Aug 19:03
Compare
Choose a tag to compare

[4.3.0] - 2023-08-03

Changed:

4.2.3

07 Jun 14:27
Compare
Choose a tag to compare

[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

17 May 21:41
Compare
Choose a tag to compare

[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

15 Mar 22:12
Compare
Choose a tag to compare

[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

12 Jan 01:28
Compare
Choose a tag to compare

[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

11 Jan 23:18
Compare
Choose a tag to compare

[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.