Skip to content

Commit df64f8e

Browse files
chore(main): release launchdarkly_event_source_client 3.0.0 (#313)
🤖 I have created a release *beep* *boop* --- ## [3.0.0](launchdarkly_event_source_client-v2.2.0...launchdarkly_event_source_client-v3.0.0) (2026-06-25) ### ⚠ BREAKING CHANGES * report every SSE error response with status, headers, and recoverability ([#311](#311)) ### Features * report every SSE error response with status, headers, and recoverability ([#311](#311)) ([0707b60](0707b60)) --- 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** > This PR only updates version, changelog, and Release Please manifest; runtime risk depends on the already-merged #311 change, not these files. > > **Overview** > Release Please bumps **`launchdarkly_event_source_client`** from **2.2.0** to **3.0.0** and records the semver-major release in the monorepo manifest and package changelog. > > The **3.0.0** entry documents the breaking behavior already landed in [#311](#311): **every SSE HTTP error response** is now surfaced on the event stream with **status**, **headers**, and whether the failure is **recoverable** (retry vs stop). Consumers that only handled success events or assumed errors were silent must update their stream error handling; the major version signals that contract change even though this PR’s diff is mostly versioning and release notes. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit f467397. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 1c35867 commit df64f8e

3 files changed

Lines changed: 13 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.2.0","packages/flutter_client_sdk":"4.19.0"}
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"}

packages/event_source_client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [3.0.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_event_source_client-v2.2.0...launchdarkly_event_source_client-v3.0.0) (2026-06-25)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* report every SSE error response with status, headers, and recoverability ([#311](https://github.com/launchdarkly/flutter-client-sdk/issues/311))
11+
12+
### Features
13+
14+
* report every SSE error response with status, headers, and recoverability ([#311](https://github.com/launchdarkly/flutter-client-sdk/issues/311)) ([0707b60](https://github.com/launchdarkly/flutter-client-sdk/commit/0707b608aaf9fca66f9bdbcb4af6be8888800794))
15+
516
## [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)
617

718

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.2.0
3+
version: 3.0.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)