launchdarkly_event_source_client 1.1.0
launchdarkly_event_source_client: ^1.1.0 copied to clipboard
Server-sent events (SSE) client implementation for dart and flutter.
Change log #
All notable changes to the LaunchDarkly Event Source Client SDK will be documented in this file. This project adheres to Semantic Versioning.
1.1.0 (2025-04-18) #
Features #
- deps: Update minimum required Flutter version to 3.22.0 and minimum required Dart version to 3.4.0 (#186) (1b36324)
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)
0.0.3 (2024-01-23) #
Bug Fixes #
- Fix sink not closed lint. (#66) (051fd9c)
- Remove flutter dependency from event source. (#65) (d557692)
[0.0.1] - 2024-01-22 #
Initial alpha version.