Releases: launchdarkly/flutter-client-sdk
Releases · launchdarkly/flutter-client-sdk
v4.5.0
4.5.0 (2024-04-23)
Features
3.1.0
[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
4.4.0 (2024-03-27)
Features
- Support latest versions of the plus plugins. (#148) (98dbbed)
v4.3.0
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
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
1.2.0 (2024-03-18)
Features
- Update common-client to use common 1.2.0 (#144) (cd704ec)
v4.2.0
4.2.0 (2024-03-07)
Features
launchdarkly_dart_common: v1.1.0
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
1.1.0 (2024-03-06)
Features
- Update common-client to use common 1.1.0 (#138) (c54c90e)
v4.1.0
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)