Releases: launchdarkly/flutter-client-sdk
Releases · launchdarkly/flutter-client-sdk
v4.0.3
4.0.3 (2024-01-31)
Bug Fixes
- Decrease package_info_plus version requirements. (#126) (2e650e5)
v4.0.2
4.0.2 (2024-01-31)
Bug Fixes
v4.0.1
4.0.1 (2024-01-31)
Bug Fixes
- Remove beta notice. Improve publishing. (#118) (ccd1b28)
v4.0.0
4.0.0 (2024-01-31)
This version of the SDK has been re-written in dart and now supports Android, iOS, Windows, macOS, Linux, and Web.
The previous versions were wrappers which utilized our native Android and iOS SDKs.
A migration guide will be available in our docs.
Features
Bug Fixes
- Check for network state on resume. (#95) (c1cb489)
- Correct timeout handling in example. (#97) (dc18529)
- Flutter client should depend only on common client. (#113) (edfd06d)
- Mac entitlements. Clarifications. (#107) (077e9aa)
launchdarkly_common_client: v1.0.2
1.0.2 (2024-01-31)
Bug Fixes
- Change LDAttributesBuilder visibility. (#123) (e25803a)
launchdarkly_event_source_client: v1.0.0
1.0.0 (2024-01-30)
Features
- Add restart support to the SSE client. (#102) (a4c1ede)
- Implement backoff, with jitter, for web targets. (#105) (9a0d618)
- Implement LDClient methods. (#38) (a105bed)
- Implement streaming data source. (#33) (5931665)
- Implement support for REPORT for streaming. (#96) (1de6079)
- initial support for sse client (f7168aa)
Bug Fixes
- Fix sink not closed lint. (#66) (051fd9c)
- Remove flutter dependency from event source. (#65) (d557692)
- Use event source reset on invalid payloads. (#103) (53ab27d)
launchdarkly_dart_common: v1.0.0
1.0.0 (2024-01-30)
Features
- Implement support for REPORT for streaming. (#96) (1de6079)
Bug Fixes
launchdarkly_common_client: v1.0.1
1.0.1 (2024-01-30)
Bug Fixes
- Flutter client should depend only on common client. (#113) (edfd06d)
launchdarkly_common_client: v1.0.0
1.0.0 (2024-01-30)
Features
- Implement support for REPORT for streaming. (#96) (1de6079)
- Update common client to release packages. (#111) (4ae05a5)
Bug Fixes
- anonymous context keys and auto env context keys are now in separate namespaces (#104) (06fb955)
- Collect attributes once. (#98) (45dcab1)
- making context builder easier to use (#106) (28f0370)
- Use event source reset on invalid payloads. (#103) (53ab27d)
v4.0.0-alpha.1
Features
- Update common client dependenct to 0.1.0 (#89) (7dcb687)
- Update common/client/event source dependencies. (#87) (9acbab3)
Bug Fixes
- Fix sink not closed lint. (#66) (051fd9c)
- Remove flutter dependency from event source. (#65) (d557692)