Commit 3893466
authored
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- eventsource-client
3 files changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
5 | 20 | | |
6 | 21 | | |
7 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments