From 0ddfd30c33ed14ece1430e2e6f5b7c7ee3ca16d4 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:24:21 -0800 Subject: [PATCH] chore(main): release launchdarkly_event_source_client 1.0.0 (#88) :robot: I have created a release *beep* *boop* --- ## [1.0.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_event_source_client-v0.0.3...launchdarkly_event_source_client-v1.0.0) (2024-01-30) ### Features * Add restart support to the SSE client. ([#102](https://github.com/launchdarkly/flutter-client-sdk/issues/102)) ([a4c1ede](https://github.com/launchdarkly/flutter-client-sdk/commit/a4c1eded28408531cec9d94efa59a4d31c8b497d)) * Implement backoff, with jitter, for web targets. ([#105](https://github.com/launchdarkly/flutter-client-sdk/issues/105)) ([9a0d618](https://github.com/launchdarkly/flutter-client-sdk/commit/9a0d618a6d860723596f881cf6c776963ea78f69)) * Implement LDClient methods. ([#38](https://github.com/launchdarkly/flutter-client-sdk/issues/38)) ([a105bed](https://github.com/launchdarkly/flutter-client-sdk/commit/a105bed73fe539253c47fb983ece9d77e911caf1)) * Implement streaming data source. ([#33](https://github.com/launchdarkly/flutter-client-sdk/issues/33)) ([5931665](https://github.com/launchdarkly/flutter-client-sdk/commit/5931665cf892a271f9286250949e8e344ad6d51d)) * Implement support for REPORT for streaming. ([#96](https://github.com/launchdarkly/flutter-client-sdk/issues/96)) ([1de6079](https://github.com/launchdarkly/flutter-client-sdk/commit/1de60797e2edaac2fdf38f829ee4e3f15260f963)) * initial support for sse client ([f7168aa](https://github.com/launchdarkly/flutter-client-sdk/commit/f7168aad0bccc9db37834bc669cbf8b12ee08098)) ### Bug Fixes * Fix sink not closed lint. ([#66](https://github.com/launchdarkly/flutter-client-sdk/issues/66)) ([051fd9c](https://github.com/launchdarkly/flutter-client-sdk/commit/051fd9cfc405f23e0bac64da90b9277ccdf5e188)) * Remove flutter dependency from event source. ([#65](https://github.com/launchdarkly/flutter-client-sdk/issues/65)) ([d557692](https://github.com/launchdarkly/flutter-client-sdk/commit/d557692ef7d146a5c691d3b8f64f10726f12add3)) * Use event source reset on invalid payloads. ([#103](https://github.com/launchdarkly/flutter-client-sdk/issues/103)) ([53ab27d](https://github.com/launchdarkly/flutter-client-sdk/commit/53ab27d002b0d2a37669b345b1337da1f428277d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- packages/event_source_client/CHANGELOG.md | 19 +++++++++++++++++++ packages/event_source_client/pubspec.yaml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f7d37fe..04723241 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"0.0.2","packages/common_client":"0.1.0","packages/event_source_client":"0.0.3","packages/flutter_client_sdk":"4.0.0-alpha.1"} \ No newline at end of file +{"packages/common":"0.0.2","packages/common_client":"0.1.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.0.0-alpha.1"} \ No newline at end of file diff --git a/packages/event_source_client/CHANGELOG.md b/packages/event_source_client/CHANGELOG.md index 8450c2ec..cb65c091 100644 --- a/packages/event_source_client/CHANGELOG.md +++ b/packages/event_source_client/CHANGELOG.md @@ -2,6 +2,25 @@ 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.0.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_event_source_client-v0.0.3...launchdarkly_event_source_client-v1.0.0) (2024-01-30) + + +### Features + +* Add restart support to the SSE client. ([#102](https://github.com/launchdarkly/flutter-client-sdk/issues/102)) ([a4c1ede](https://github.com/launchdarkly/flutter-client-sdk/commit/a4c1eded28408531cec9d94efa59a4d31c8b497d)) +* Implement backoff, with jitter, for web targets. ([#105](https://github.com/launchdarkly/flutter-client-sdk/issues/105)) ([9a0d618](https://github.com/launchdarkly/flutter-client-sdk/commit/9a0d618a6d860723596f881cf6c776963ea78f69)) +* Implement LDClient methods. ([#38](https://github.com/launchdarkly/flutter-client-sdk/issues/38)) ([a105bed](https://github.com/launchdarkly/flutter-client-sdk/commit/a105bed73fe539253c47fb983ece9d77e911caf1)) +* Implement streaming data source. ([#33](https://github.com/launchdarkly/flutter-client-sdk/issues/33)) ([5931665](https://github.com/launchdarkly/flutter-client-sdk/commit/5931665cf892a271f9286250949e8e344ad6d51d)) +* Implement support for REPORT for streaming. ([#96](https://github.com/launchdarkly/flutter-client-sdk/issues/96)) ([1de6079](https://github.com/launchdarkly/flutter-client-sdk/commit/1de60797e2edaac2fdf38f829ee4e3f15260f963)) +* initial support for sse client ([f7168aa](https://github.com/launchdarkly/flutter-client-sdk/commit/f7168aad0bccc9db37834bc669cbf8b12ee08098)) + + +### Bug Fixes + +* Fix sink not closed lint. ([#66](https://github.com/launchdarkly/flutter-client-sdk/issues/66)) ([051fd9c](https://github.com/launchdarkly/flutter-client-sdk/commit/051fd9cfc405f23e0bac64da90b9277ccdf5e188)) +* Remove flutter dependency from event source. ([#65](https://github.com/launchdarkly/flutter-client-sdk/issues/65)) ([d557692](https://github.com/launchdarkly/flutter-client-sdk/commit/d557692ef7d146a5c691d3b8f64f10726f12add3)) +* Use event source reset on invalid payloads. ([#103](https://github.com/launchdarkly/flutter-client-sdk/issues/103)) ([53ab27d](https://github.com/launchdarkly/flutter-client-sdk/commit/53ab27d002b0d2a37669b345b1337da1f428277d)) + ## [0.0.3](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_event_source_client-v0.0.2...launchdarkly_event_source_client-v0.0.3) (2024-01-23) diff --git a/packages/event_source_client/pubspec.yaml b/packages/event_source_client/pubspec.yaml index 403c17df..a6b6e8f6 100644 --- a/packages/event_source_client/pubspec.yaml +++ b/packages/event_source_client/pubspec.yaml @@ -1,6 +1,6 @@ name: launchdarkly_event_source_client description: Server-sent events (SSE) client implementation for dart and flutter. -version: 0.0.3 +version: 1.0.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/event_source_client