Releases: launchdarkly/rust-eventsource-client
Releases · launchdarkly/rust-eventsource-client
v0.17.2
13 Apr 16:37
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
v0.17.1
09 Mar 14:49
Compare
Sorry, something went wrong.
No results found
v0.17.0
25 Feb 18:34
Compare
Sorry, something went wrong.
No results found
0.17.0 (2026-02-25)
⚠ BREAKING CHANGES
Introduce new hyper related features native-tls, hyper-rustls-native-roots, hyper-rustls-webpki-roots
Use launchdarkly-sdk-transport instead of relying directly on hyper
Features
Introduce new hyper related features native-tls, hyper-rustls-native-roots, hyper-rustls-webpki-roots (7419d59 )
Support http proxy through explicit config or environment variable detection (7419d59 )
Use launchdarkly-sdk-transport instead of relying directly on hyper (7419d59 )
v0.16.2
11 Feb 18:55
Compare
Sorry, something went wrong.
No results found
0.16.2 (2026-02-11)
Bug Fixes
Support stripping initial UTF-8 BOM header (#114 ) (6697220 )
v0.16.1
26 Jan 19:17
Compare
Sorry, something went wrong.
No results found
v0.16.0
17 Dec 17:52
Compare
Sorry, something went wrong.
No results found
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 )
Removed Error::StreamClosed in lieu of returning Poll::Ready(None) (230d00c )
Stop connecting if stream fails on initial request without opting into retry (230d00c )
Stream will return Poll::Ready(None) when client has closed stream (230d00c )
v0.15.1
07 Oct 15:54
Compare
Sorry, something went wrong.
No results found
0.15.1 (2025-10-07)
Bug Fixes
Bump MSRV to 1.82.0 (#95 ) (ddf8753 )
Reconnect should use both reconnect and retry_initial for reconnection (#99 ) (9a91e67 )
v0.15.0
27 Mar 15:18
Compare
Sorry, something went wrong.
No results found
0.15.0 (2025-03-27)
Features
Add connect and write timeout configurations options (#93 ) (cfb9321 )
Bug Fixes
v0.14.0
24 Feb 18:16
Compare
Sorry, something went wrong.
No results found
0.14.0 (2025-02-24)
Features
Add basic_auth method to ClientBuilder (#88 ) (526b03f )
v0.13.0
30 Jul 18:53
Compare
Sorry, something went wrong.
No results found
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 )