Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/common":"1.6.0","packages/common_client":"1.6.1","packages/event_source_client":"1.2.0","packages/flutter_client_sdk":"4.11.1"}
{"packages/common":"1.6.0","packages/common_client":"1.6.1","packages/event_source_client":"1.2.1","packages/flutter_client_sdk":"4.11.1"}
7 changes: 7 additions & 0 deletions packages/event_source_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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).

## [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)


### Bug Fixes

* improves handling of invalid contexts and adds SSE Client logging. ([#207](https://github.com/launchdarkly/flutter-client-sdk/issues/207)) ([fcab81f](https://github.com/launchdarkly/flutter-client-sdk/commit/fcab81f006f6efd78206756447d2587f87b8c43c))

## [1.2.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_event_source_client-v1.1.0...launchdarkly_event_source_client-v1.2.0) (2025-04-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/event_source_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: launchdarkly_event_source_client
description: Server-sent events (SSE) client implementation for dart and flutter.
version: 1.2.0
version: 1.2.1
homepage: https://github.com/launchdarkly/flutter-client-sdk
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/event_source_client

Expand Down