Skip to content

Commit 23372f9

Browse files
chore(main): release launchdarkly_common_client 1.10.0 (#256)
🤖 I have created a release *beep* *boop* --- ## [1.10.0](launchdarkly_common_client-v1.9.0...launchdarkly_common_client-v1.10.0) (2026-05-29) ### Features * Add FDv2 connection mode, resolved-mode, and resolution types ([#274](#274)) ([bf5b165](bf5b165)) * add FDv2 protocol foundation types and state machine ([#253](#253)) ([543fc65](543fc65)) * add FDv2 requestor and polling base ([9ce5fdf](9ce5fdf)) * add Initializer and Synchronizer source contracts ([9ce5fdf](9ce5fdf)) * add polling and cache sources for FDv2 ([#261](#261)) ([2841cc6](2841cc6)) * add SSECapability surface to SSEClient ([#266](#266)) ([c78480c](c78480c)) * FDv2 streaming base, initializer, and synchronizer ([#267](#267)) ([2d2f223](2d2f223)) * safeGetPluginHooks helper in common_client ([#282](#282)) ([08f0538](08f0538)) * Update launchdarkly_event_source_client to version 2.1.0 ([#276](#276)) ([52455aa](52455aa)) ### Bug Fixes * Correct conditional-request header and sanitize network error log in FDv1 polling requestor ([#263](#263)) ([18d78ce](18d78ce)) * Update launchdarkly_dart_common to version 1.8.1 ([#277](#277)) ([0e5301d](0e5301d)) --- 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** > No application source changes; only version, changelog, and release manifest updates. > > **Overview** > This PR **bumps** `launchdarkly_common_client` from **1.9.0** to **1.10.0** in `packages/common_client/pubspec.yaml` and syncs **Release Please** via `.release-please-manifest.json`. > > It **adds** the **1.10.0** section to `packages/common_client/CHANGELOG.md`, documenting features and fixes already merged on main (not new code in this diff). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit c430588. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 08f0538 commit 23372f9

3 files changed

Lines changed: 23 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.9.0","packages/event_source_client":"2.1.0","packages/flutter_client_sdk":"4.16.0"}
1+
{"packages/common":"1.8.1","packages/common_client":"1.10.0","packages/event_source_client":"2.1.0","packages/flutter_client_sdk":"4.16.0"}

packages/common_client/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.10.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.9.0...launchdarkly_common_client-v1.10.0) (2026-05-29)
6+
7+
8+
### Features
9+
10+
* Add FDv2 connection mode, resolved-mode, and resolution types ([#274](https://github.com/launchdarkly/flutter-client-sdk/issues/274)) ([bf5b165](https://github.com/launchdarkly/flutter-client-sdk/commit/bf5b165727ed87994ee01ed41fc8b876bf6003fb))
11+
* add FDv2 protocol foundation types and state machine ([#253](https://github.com/launchdarkly/flutter-client-sdk/issues/253)) ([543fc65](https://github.com/launchdarkly/flutter-client-sdk/commit/543fc65d4505a8dcbc4e9671a54e3061f0d98807))
12+
* add FDv2 requestor and polling base ([9ce5fdf](https://github.com/launchdarkly/flutter-client-sdk/commit/9ce5fdf2d86a26fe6536663033c08f1a7249a802))
13+
* add Initializer and Synchronizer source contracts ([9ce5fdf](https://github.com/launchdarkly/flutter-client-sdk/commit/9ce5fdf2d86a26fe6536663033c08f1a7249a802))
14+
* add polling and cache sources for FDv2 ([#261](https://github.com/launchdarkly/flutter-client-sdk/issues/261)) ([2841cc6](https://github.com/launchdarkly/flutter-client-sdk/commit/2841cc63a758f6deb7e41c0ea4d0151352587b1a))
15+
* add SSECapability surface to SSEClient ([#266](https://github.com/launchdarkly/flutter-client-sdk/issues/266)) ([c78480c](https://github.com/launchdarkly/flutter-client-sdk/commit/c78480c5cb6a7196d5c3d0e25c75eb56a77b043c))
16+
* FDv2 streaming base, initializer, and synchronizer ([#267](https://github.com/launchdarkly/flutter-client-sdk/issues/267)) ([2d2f223](https://github.com/launchdarkly/flutter-client-sdk/commit/2d2f2235fccb3bce1f3e4e82c4b6b85cfdf3357c))
17+
* safeGetPluginHooks helper in common_client ([#282](https://github.com/launchdarkly/flutter-client-sdk/issues/282)) ([08f0538](https://github.com/launchdarkly/flutter-client-sdk/commit/08f0538cfe01c22d0119fe6d5798fb7799ccda85))
18+
* Update launchdarkly_event_source_client to version 2.1.0 ([#276](https://github.com/launchdarkly/flutter-client-sdk/issues/276)) ([52455aa](https://github.com/launchdarkly/flutter-client-sdk/commit/52455aa9987750388b7c6c4d86b76e15ebe54059))
19+
20+
21+
### Bug Fixes
22+
23+
* Correct conditional-request header and sanitize network error log in FDv1 polling requestor ([#263](https://github.com/launchdarkly/flutter-client-sdk/issues/263)) ([18d78ce](https://github.com/launchdarkly/flutter-client-sdk/commit/18d78ce9ae724aa6af40aeffffed4e441fdbfe47))
24+
* Update launchdarkly_dart_common to version 1.8.1 ([#277](https://github.com/launchdarkly/flutter-client-sdk/issues/277)) ([0e5301d](https://github.com/launchdarkly/flutter-client-sdk/commit/0e5301d1b61830b0fb3892932aaca0b1b1609014))
25+
526
## [1.9.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.8.0...launchdarkly_common_client-v1.9.0) (2026-02-10)
627

728

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.9.0
3+
version: 1.10.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)