Skip to content

Releases: launchdarkly/flutter-client-sdk

v4.5.0

23 Apr 21:42
cf80871
Compare
Choose a tag to compare

4.5.0 (2024-04-23)

Features

3.1.0

09 Apr 18:26
c22164f
Compare
Choose a tag to compare

[3.1.0] - 2024-04-09

Changed:

  • Android: Always inline contexts for feature events
  • Android: Redact anonymous attributes within feature events

Fixed:

  • Android: Improves LDClient.identify(...) behavior when offline
  • Android: Improves thread usage in streaming connections.

v4.4.0

28 Mar 17:35
cf27a16
Compare
Choose a tag to compare

4.4.0 (2024-03-27)

Features

  • Support latest versions of the plus plugins. (#148) (98dbbed)

v4.3.0

18 Mar 17:19
55b5a2b
Compare
Choose a tag to compare

4.3.0 (2024-03-18)

Features

  • Update flutter-client to use common-client 1.2.0 (#146) (0746d4a)

launchdarkly_dart_common: v1.2.0

18 Mar 16:04
7ce6d8a
Compare
Choose a tag to compare

1.2.0 (2024-03-14)

Features

  • Always inline contexts for feature events (#76) (b2ebcbf)
  • Redact anonymous attributes within feature events (#77) (4387375)

launchdarkly_common_client: v1.2.0

18 Mar 16:51
e7a35e0
Compare
Choose a tag to compare

1.2.0 (2024-03-18)

Features

  • Update common-client to use common 1.2.0 (#144) (cd704ec)

v4.2.0

08 Mar 18:38
1e61574
Compare
Choose a tag to compare

4.2.0 (2024-03-07)

Features

launchdarkly_dart_common: v1.1.0

06 Mar 18:06
f3e77dc
Compare
Choose a tag to compare

1.1.0 (2024-03-05)

Features

  • Add LDContext equality comparison. (#135) (3591ddc)
  • Support converting LDValue to/from dynamic. (#134) (2a7ebf9)

launchdarkly_common_client: v1.1.0

06 Mar 22:51
270e622
Compare
Choose a tag to compare

1.1.0 (2024-03-06)

Features

  • Update common-client to use common 1.1.0 (#138) (c54c90e)

v4.1.0

15 Feb 21:56
f06fd6b
Compare
Choose a tag to compare

4.1.0 (2024-02-15)

Features

  • web based applications will now flush events before closing to ensure events are sent (#129) (c1e2828)

Bug Fixes

  • backgrounded and offline apps no longer attempt to send events (#130) (f8244ab)