All notable changes to the LaunchDarkly Common Client will be documented in this file. This project adheres to Semantic Versioning.
- Change hook data values to
dynamic
from LDValue
. (d7720f3)
- Export required plugin meta-data types. (d7720f3)
- improves handling of invalid contexts and adds SSE Client logging. (#207) (fcab81f)
- Bump launchdarkly_dart_common to v1.6.0 (#201) (122a72b)
- Add support for WASM (#191) (33431eb)
- deps: Update depdendency versions for launchdarkly_common_client (#196) (0646c2a)
- deps: Update minimum required Flutter version to 3.22.0 and minimum required Dart version to 3.4.0 (#186) (1b36324)
- Adds support for client-side prerequisite events (#172) (7a042c2)
- Use correct flag version in evaluation events. (#166) (5d3e826)
- Add support for waiting for non-cached values. (#160) (28f7efa)
- Update common-client to use common 1.2.0 (#144) (cd704ec)
- Update common-client to use common 1.1.0 (#138) (c54c90e)
- Change LDAttributesBuilder visibility. (#123) (e25803a)
- Flutter client should depend only on common client. (#113) (edfd06d)
- Implement support for REPORT for streaming. (#96) (1de6079)
- Update common client to release packages. (#111) (4ae05a5)
- 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)
- Update common/client/event source dependencies. (#87) (9acbab3)
- Fix sink not closed lint. (#66) (051fd9c)
- Remove flutter dependency from event source. (#65) (d557692)
- Updated dependency for event source client to
0.0.2
.