Skip to content

Commit

Permalink
chore(main): release launchdarkly_event_source_client 1.0.0 (#88)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.0](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](#102))
([a4c1ede](a4c1ede))
* Implement backoff, with jitter, for web targets.
([#105](#105))
([9a0d618](9a0d618))
* Implement LDClient methods.
([#38](#38))
([a105bed](a105bed))
* Implement streaming data source.
([#33](#33))
([5931665](5931665))
* Implement support for REPORT for streaming.
([#96](#96))
([1de6079](1de6079))
* initial support for sse client
([f7168aa](f7168aa))


### Bug Fixes

* Fix sink not closed lint.
([#66](#66))
([051fd9c](051fd9c))
* Remove flutter dependency from event source.
([#65](#65))
([d557692](d557692))
* Use event source reset on invalid payloads.
([#103](#103))
([53ab27d](53ab27d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
LaunchDarklyReleaseBot authored Jan 30, 2024
1 parent 7695f6e commit 0ddfd30
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"}
{"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"}
19 changes: 19 additions & 0 deletions packages/event_source_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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: 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

Expand Down

0 comments on commit 0ddfd30

Please sign in to comment.