Skip to content

Commit 1bdb0ce

Browse files
chore(main): release launchdarkly_common_client 1.14.0 (#303)
🤖 I have created a release *beep* *boop* --- ## [1.14.0](launchdarkly_common_client-v1.13.0...launchdarkly_common_client-v1.14.0) (2026-06-29) ### Features * add an initial connection mode to the FDv2 data system config ([#318](#318)) ([5b980ab](5b980ab)) * Add FDv2 payload application via FlagManager.applyChanges ([#299](#299)) ([66c2554](66c2554)) * Add FDv2 payload handling to the data source event handler ([#305](#305)) ([761ed9d](761ed9d)) * Add FDv2 source manager ([#298](#298)) ([43d899e](43d899e)) * Add FDv2 streaming source factories and query-parameter authentication ([7b46ac6](7b46ac6)) * Add FDv2 synchronizer fallback and recovery conditions ([#297](#297)) ([17f7b4e](17f7b4e)) * Add the FDv2 data source orchestrator ([#307](#307)) ([eb9a35f](eb9a35f)) * Add the FDv2 data system and expose it through configuration ([#310](#310)) ([61a1e59](61a1e59)) * Centralize platform credential handling in CredentialConfig ([#300](#300)) ([c677c3d](c677c3d)) * honor the FDv1 fallback directive on success, error, and goodbye ([#312](#312)) ([1c35867](1c35867)) * Translate FDv2 payloads at the data source layer ([7b46ac6](7b46ac6)) * Update launchdarkly_event_source_client to version 2.2.0 ([#302](#302)) ([cb6a5c0](cb6a5c0)) * Update launchdarkly_event_source_client to version 3.0.0 ([#317](#317)) ([15861f8](15861f8)) ### Bug Fixes * Close the final initializer on exhaustion; document the source manager contract ([#304](#304)) ([b20c35e](b20c35e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version and changelog metadata only; no application logic changes in the diff. > > **Overview** > Release Please bumps **`launchdarkly_common_client`** from **1.13.0** to **1.14.0** with no runtime code changes in this PR. > > Updates **`.release-please-manifest.json`**, **`packages/common_client/pubspec.yaml`**, and adds a **1.14.0** section to **`CHANGELOG.md`** that documents the FDv2 data system work, credential centralization, event-source client upgrades, and related fixes already merged on main. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 458f0b6. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent c2f9216 commit 1bdb0ce

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/common":"1.8.1","packages/common_client":"1.13.0","packages/event_source_client":"3.0.0","packages/flutter_client_sdk":"4.19.0"}
1+
{"packages/common":"1.8.1","packages/common_client":"1.14.0","packages/event_source_client":"3.0.0","packages/flutter_client_sdk":"4.19.0"}

packages/common_client/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to the LaunchDarkly Common Client will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5+
## [1.14.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.13.0...launchdarkly_common_client-v1.14.0) (2026-06-29)
6+
7+
8+
### Features
9+
10+
* add an initial connection mode to the FDv2 data system config ([#318](https://github.com/launchdarkly/flutter-client-sdk/issues/318)) ([5b980ab](https://github.com/launchdarkly/flutter-client-sdk/commit/5b980abac0ee1d66b3e20978efd84c5a37686794))
11+
* Add FDv2 payload application via FlagManager.applyChanges ([#299](https://github.com/launchdarkly/flutter-client-sdk/issues/299)) ([66c2554](https://github.com/launchdarkly/flutter-client-sdk/commit/66c255498f852fa534569a6afc33ef24272c3fa4))
12+
* Add FDv2 payload handling to the data source event handler ([#305](https://github.com/launchdarkly/flutter-client-sdk/issues/305)) ([761ed9d](https://github.com/launchdarkly/flutter-client-sdk/commit/761ed9dae238d9ee6f897e54e2872858cd759270))
13+
* Add FDv2 source manager ([#298](https://github.com/launchdarkly/flutter-client-sdk/issues/298)) ([43d899e](https://github.com/launchdarkly/flutter-client-sdk/commit/43d899e7f675612cf67a53e3e5338ce3cf1dc3d1))
14+
* Add FDv2 streaming source factories and query-parameter authentication ([7b46ac6](https://github.com/launchdarkly/flutter-client-sdk/commit/7b46ac6a05a97cba9aaeed098ecef4227883fc96))
15+
* Add FDv2 synchronizer fallback and recovery conditions ([#297](https://github.com/launchdarkly/flutter-client-sdk/issues/297)) ([17f7b4e](https://github.com/launchdarkly/flutter-client-sdk/commit/17f7b4e61af746b3775ddf481ae4de182e3c9937))
16+
* Add the FDv2 data source orchestrator ([#307](https://github.com/launchdarkly/flutter-client-sdk/issues/307)) ([eb9a35f](https://github.com/launchdarkly/flutter-client-sdk/commit/eb9a35f746d7dc172c388841c59714a0585066e7))
17+
* Add the FDv2 data system and expose it through configuration ([#310](https://github.com/launchdarkly/flutter-client-sdk/issues/310)) ([61a1e59](https://github.com/launchdarkly/flutter-client-sdk/commit/61a1e59ddd7095599f3645a7b9fbfedf8ed94dd7))
18+
* Centralize platform credential handling in CredentialConfig ([#300](https://github.com/launchdarkly/flutter-client-sdk/issues/300)) ([c677c3d](https://github.com/launchdarkly/flutter-client-sdk/commit/c677c3d19d010194ca6036fc6830d30d8e6f2129))
19+
* honor the FDv1 fallback directive on success, error, and goodbye ([#312](https://github.com/launchdarkly/flutter-client-sdk/issues/312)) ([1c35867](https://github.com/launchdarkly/flutter-client-sdk/commit/1c358670b8b85f9278c94d6e1bc98955ffdc5446))
20+
* Translate FDv2 payloads at the data source layer ([7b46ac6](https://github.com/launchdarkly/flutter-client-sdk/commit/7b46ac6a05a97cba9aaeed098ecef4227883fc96))
21+
* Update launchdarkly_event_source_client to version 2.2.0 ([#302](https://github.com/launchdarkly/flutter-client-sdk/issues/302)) ([cb6a5c0](https://github.com/launchdarkly/flutter-client-sdk/commit/cb6a5c0a3fa0fb68aeb6bf72a52fdd0191cbaa7e))
22+
* Update launchdarkly_event_source_client to version 3.0.0 ([#317](https://github.com/launchdarkly/flutter-client-sdk/issues/317)) ([15861f8](https://github.com/launchdarkly/flutter-client-sdk/commit/15861f8cc62a7b8e0b33435382bddff1fc7a9426))
23+
24+
25+
### Bug Fixes
26+
27+
* Close the final initializer on exhaustion; document the source manager contract ([#304](https://github.com/launchdarkly/flutter-client-sdk/issues/304)) ([b20c35e](https://github.com/launchdarkly/flutter-client-sdk/commit/b20c35ea34c1618bbf66684e9b2f301145542a33))
28+
529
## [1.13.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.12.0...launchdarkly_common_client-v1.13.0) (2026-06-09)
630

731

packages/common_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launchdarkly_common_client
22
description: Client-side SDK code for dart. This is an internal package not designed for general use.
3-
version: 1.13.0
3+
version: 1.14.0
44
homepage: https://github.com/launchdarkly/flutter-client-sdk
55
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client
66

0 commit comments

Comments
 (0)