Skip to content

Commit d3e6d39

Browse files
chore(main): release launchdarkly_event_source_client 2.2.0 (#301)
🤖 I have created a release *beep* *boop* --- ## [2.2.0](launchdarkly_event_source_client-v2.1.0...launchdarkly_event_source_client-v2.2.0) (2026-06-11) ### Features * Support per-attempt URIs and typed unrecoverable status errors in the SSE client ([#296](#296)) ([a97e9af](a97e9af)) --- 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-only changes with no code in the diff; low risk for consumers unless they upgrade to 2.2.0 and depend on the new SSE behavior from the prior feature merge. > > **Overview** > **Release Please** bumps `launchdarkly_event_source_client` from **2.1.0** to **2.2.0** in `pubspec.yaml` and `.release-please-manifest.json`, and adds the **2.2.0** section to `CHANGELOG.md`. > > That release documents the already-merged feature from [#296](#296): **per-attempt URIs** and **typed unrecoverable HTTP status errors** in the SSE client. No runtime or library source changes appear in this diff—only version and changelog metadata. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 90a38b9. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent a97e9af commit d3e6d39

3 files changed

Lines changed: 9 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":"2.1.0","packages/flutter_client_sdk":"4.19.0"}
1+
{"packages/common":"1.8.1","packages/common_client":"1.13.0","packages/event_source_client":"2.2.0","packages/flutter_client_sdk":"4.19.0"}

packages/event_source_client/CHANGELOG.md

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

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

5+
## [2.2.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_event_source_client-v2.1.0...launchdarkly_event_source_client-v2.2.0) (2026-06-11)
6+
7+
8+
### Features
9+
10+
* Support per-attempt URIs and typed unrecoverable status errors in the SSE client ([#296](https://github.com/launchdarkly/flutter-client-sdk/issues/296)) ([a97e9af](https://github.com/launchdarkly/flutter-client-sdk/commit/a97e9aff72b3bef65541025a3bff767bcecceaef))
11+
512
## [2.1.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_event_source_client-v2.0.1...launchdarkly_event_source_client-v2.1.0) (2026-05-26)
613

714

packages/event_source_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launchdarkly_event_source_client
22
description: Server-sent events (SSE) client implementation for dart and flutter.
3-
version: 2.1.0
3+
version: 2.2.0
44
homepage: https://github.com/launchdarkly/flutter-client-sdk
55
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/event_source_client
66

0 commit comments

Comments
 (0)