Skip to content

Commit 0a9b5dd

Browse files
authored
Merge branch 'main' into rlamb/sdk-2188/expose-fdv2-data-system
2 parents 552155c + df64f8e commit 0a9b5dd

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)