Releases: launchdarkly/rust-eventsource-client
Releases · launchdarkly/rust-eventsource-client
v0.15.0
0.15.0 (2025-03-27)
Features
- Add connect and write timeout configurations options (#93) (cfb9321)
Bug Fixes
v0.14.0
0.14.0 (2025-02-24)
Features
- Add
basic_auth method to ClientBuilder (#88) (526b03f)
v0.13.0
0.13.0 (2024-07-30)
Features
- Emit
SSE::Connected event when stream is established (#79) (791faf4)
- Update
Error::UnexpectedResponse to include failed connection details (#79) (791faf4)
v0.12.1
0.12.1 (2023-12-12)
Bug Fixes
- logify could panic if truncating mid-code point (#70) (37316c4)
v0.12.0
0.12.0 (2023-11-15)
⚠ BREAKING CHANGES
- Remove re-export of hyper_rustls types (#59)
- Bump dependencies (#58)
deps
Features
- make Error implement std::fmt::Display, std::error::Error` and Sync (#47) (0eaab6e)
Bug Fixes
- Remove re-export of hyper_rustls types (#59) (ec24970)
0.11.0
[0.11.0] - 2022-11-07
Fixed:
- Add missing retry interval reset behavior.
- Add missing jitter to retry strategy.
0.10.2
[0.10.2] - 2022-10-28
Fixed:
- Correctly handle comment payloads.
0.10.1
[0.10.1] - 2022-04-14
Fixed:
- Comment events were incorrectly consuming non-comment event data. Now comment events are emitted as they are parsed and can no longer affect non-comment event data.
0.10.0
[0.10.0] - 2022-03-23
Added:
- Added support for following 301 & 307 redirects with configurable redirect limit.
Fixed:
- Fixed
Last-Event-ID handling when server sends explicit empty ID.