Skip to content

Releases: launchdarkly/flutter-client-sdk

v4.1.0

15 Feb 21:56
f06fd6b

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)

v4.0.3

31 Jan 23:36
05d45e4

Choose a tag to compare

4.0.3 (2024-01-31)

Bug Fixes

  • Decrease package_info_plus version requirements. (#126) (2e650e5)

v4.0.2

31 Jan 21:13
af3fa29

Choose a tag to compare

4.0.2 (2024-01-31)

Bug Fixes

v4.0.1

31 Jan 19:05
ee14e77

Choose a tag to compare

4.0.1 (2024-01-31)

Bug Fixes

  • Remove beta notice. Improve publishing. (#118) (ccd1b28)

v4.0.0

31 Jan 18:38
2159638

Choose a tag to compare

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

31 Jan 21:04
7971d48

Choose a tag to compare

1.0.2 (2024-01-31)

Bug Fixes

  • Change LDAttributesBuilder visibility. (#123) (e25803a)

launchdarkly_event_source_client: v1.0.0

30 Jan 21:24
0ddfd30

Choose a tag to compare

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

30 Jan 21:36
da4c9c7

Choose a tag to compare

1.0.0 (2024-01-30)

Features

  • Implement support for REPORT for streaming. (#96) (1de6079)

Bug Fixes

launchdarkly_common_client: v1.0.1

30 Jan 23:51
b8a736e

Choose a tag to compare

1.0.1 (2024-01-30)

Bug Fixes

  • Flutter client should depend only on common client. (#113) (edfd06d)

launchdarkly_common_client: v1.0.0

30 Jan 23:17
05aafa5

Choose a tag to compare

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)