Releases: launchdarkly/rust-eventsource-client
Releases · launchdarkly/rust-eventsource-client
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 )
v0.12.2
20 Dec 19:56
Compare
Sorry, something went wrong.
No results found
v0.12.1
12 Dec 14:15
Compare
Sorry, something went wrong.
No results found
0.12.1 (2023-12-12)
Bug Fixes
logify could panic if truncating mid-code point (#70 ) (37316c4 )
v0.12.0
15 Nov 18:51
Compare
Sorry, something went wrong.
No results found
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
07 Nov 16:53
Compare
Sorry, something went wrong.
No results found
[0.11.0] - 2022-11-07
Fixed:
Add missing retry interval reset behavior.
Add missing jitter to retry strategy.
0.10.2
28 Oct 20:44
Compare
Sorry, something went wrong.
No results found
[0.10.2] - 2022-10-28
Fixed:
Correctly handle comment payloads.
0.10.1
14 Apr 18:35
Compare
Sorry, something went wrong.
No results found
[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.