Skip to content

Commit 4c4d2f4

Browse files
committed
Main updates.
1 parent 8ddf361 commit 4c4d2f4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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+
## [2.0.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_event_source_client-v1.2.1...launchdarkly_event_source_client-v2.0.0) (2025-09-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Add support for getting headers on event source connection. ([#208](https://github.com/launchdarkly/flutter-client-sdk/issues/208))
11+
12+
### Features
13+
14+
* Add support for getting headers on event source connection. ([#208](https://github.com/launchdarkly/flutter-client-sdk/issues/208)) ([9f0b1e4](https://github.com/launchdarkly/flutter-client-sdk/commit/9f0b1e41b238209b60de49a1f05324c2080675fc))
15+
516
## [1.2.1](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_event_source_client-v1.2.0...launchdarkly_event_source_client-v1.2.1) (2025-09-02)
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: 1.2.1
3+
version: 2.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)