Skip to content

Commit 3893466

Browse files
chore(main): release 0.16.0 (#102)
🤖 I have created a release *beep* *boop* --- ## [0.16.0](0.15.1...0.16.0) (2025-12-17) ### ⚠ BREAKING CHANGES * Stream will return `Poll::Ready(None)` when client has closed stream * Removed `Error::StreamClosed` in lieu of returning `Poll::Ready(None)` ### Bug Fixes * Bump MSRV to 1.83 ([230d00c](230d00c)) * Removed `Error::StreamClosed` in lieu of returning `Poll::Ready(None)` ([230d00c](230d00c)) * Stop connecting if stream fails on initial request without opting into retry ([230d00c](230d00c)) * Stream will return `Poll::Ready(None)` when client has closed stream ([230d00c](230d00c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 230d00c commit 3893466

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"eventsource-client": "0.15.1"
2+
"eventsource-client": "0.16.0"
33
}

eventsource-client/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.16.0](https://github.com/launchdarkly/rust-eventsource-client/compare/0.15.1...0.16.0) (2025-12-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Stream will return `Poll::Ready(None)` when client has closed stream
11+
* Removed `Error::StreamClosed` in lieu of returning `Poll::Ready(None)`
12+
13+
### Bug Fixes
14+
15+
* Bump MSRV to 1.83 ([230d00c](https://github.com/launchdarkly/rust-eventsource-client/commit/230d00c95c6d49c8f49d5e1f5fe92e1d12599ce6))
16+
* Removed `Error::StreamClosed` in lieu of returning `Poll::Ready(None)` ([230d00c](https://github.com/launchdarkly/rust-eventsource-client/commit/230d00c95c6d49c8f49d5e1f5fe92e1d12599ce6))
17+
* Stop connecting if stream fails on initial request without opting into retry ([230d00c](https://github.com/launchdarkly/rust-eventsource-client/commit/230d00c95c6d49c8f49d5e1f5fe92e1d12599ce6))
18+
* Stream will return `Poll::Ready(None)` when client has closed stream ([230d00c](https://github.com/launchdarkly/rust-eventsource-client/commit/230d00c95c6d49c8f49d5e1f5fe92e1d12599ce6))
19+
520
## [0.15.1](https://github.com/launchdarkly/rust-eventsource-client/compare/0.15.0...0.15.1) (2025-10-07)
621

722

eventsource-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eventsource-client"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
description = "Client for the Server-Sent Events protocol (aka EventSource)"
55
repository = "https://github.com/launchdarkly/rust-eventsource-client"
66
authors = ["LaunchDarkly"]

0 commit comments

Comments
 (0)