Skip to content

Commit 74a9c7d

Browse files
chore(main): release launchdarkly_common_client 1.8.0 (#236)
🤖 I have created a release *beep* *boop* --- ## [1.8.0](launchdarkly_common_client-v1.7.0...launchdarkly_common_client-v1.8.0) (2025-11-05) ### Features * Add support for ping stream. ([3f6fd2b](3f6fd2b)) ### Bug Fixes * Expose polling configuration type. ([3f6fd2b](3f6fd2b)) --- 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] > Release common_client 1.8.0 adding ping stream support and exposing polling configuration type, with manifest/pubspec version bumps. > > - **launchdarkly_common_client 1.8.0**: > - **Features**: add support for `ping` stream. > - **Bug Fixes**: expose polling configuration type. > - **Versioning**: > - Bump `packages/common_client` to `1.8.0` in `packages/common_client/pubspec.yaml` and `.release-please-manifest.json`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d75d084. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 3f6fd2b commit 74a9c7d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/common":"1.6.1","packages/common_client":"1.7.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.13.0"}
1+
{"packages/common":"1.6.1","packages/common_client":"1.8.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.13.0"}

packages/common_client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.8.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.7.0...launchdarkly_common_client-v1.8.0) (2025-11-05)
6+
7+
8+
### Features
9+
10+
* Add support for ping stream. ([3f6fd2b](https://github.com/launchdarkly/flutter-client-sdk/commit/3f6fd2b1ace248441b3e59e6892ed404b5cfe286))
11+
12+
13+
### Bug Fixes
14+
15+
* Expose polling configuration type. ([3f6fd2b](https://github.com/launchdarkly/flutter-client-sdk/commit/3f6fd2b1ace248441b3e59e6892ed404b5cfe286))
16+
517
## [1.7.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.6.2...launchdarkly_common_client-v1.7.0) (2025-09-12)
618

719

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.7.0
3+
version: 1.8.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)