Skip to content

Commit 13d2b22

Browse files
chore(main): release 0.17.4 (#136)
🤖 I have created a release *beep* *boop* --- ## [0.17.4](0.17.3...0.17.4) (2026-05-11) ### Bug Fixes * respect reconnect=false and clamp server-supplied retry: 0 ([#135](#135)) ([80c123a](80c123a)) * schedule reconnect after parse error during streaming ([#134](#134)) ([2ac2998](2ac2998)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this PR only updates release metadata (version bump and changelog) and does not modify runtime code paths. > > **Overview** > Bumps `eventsource-client` from `0.17.3` to `0.17.4` in `.release-please-manifest.json` and `eventsource-client/Cargo.toml`. > > Updates `eventsource-client/CHANGELOG.md` with the `0.17.4` release notes (reconnect/retry behavior fixes and reconnect scheduling after parse errors). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit cab73e7. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80c123a commit 13d2b22

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.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.17.3"
2+
"eventsource-client": "0.17.4"
33
}

eventsource-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.17.4](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.3...0.17.4) (2026-05-11)
6+
7+
8+
### Bug Fixes
9+
10+
* respect reconnect=false and clamp server-supplied retry: 0 ([#135](https://github.com/launchdarkly/rust-eventsource-client/issues/135)) ([80c123a](https://github.com/launchdarkly/rust-eventsource-client/commit/80c123a38057ed67a454f7e3b7d91876a09a1b51))
11+
* schedule reconnect after parse error during streaming ([#134](https://github.com/launchdarkly/rust-eventsource-client/issues/134)) ([2ac2998](https://github.com/launchdarkly/rust-eventsource-client/commit/2ac2998b5352e074413ec7ba62350e03a8f26f52))
12+
513
## [0.17.3](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.2...0.17.3) (2026-04-20)
614

715

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.17.3"
3+
version = "0.17.4"
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)