Skip to content

Releases: launchdarkly/rust-eventsource-client

v0.17.2

13 Apr 16:37
Immutable release. Only release title and notes can be modified.
6b20d22

Choose a tag to compare

0.17.2 (2026-04-13)

Bug Fixes

  • deps: bump rand from 0.8.5 to 0.10.1 (#129) (49efcd4)

This PR was generated with Release Please. See documentation.

v0.17.1

09 Mar 14:49
8c09d15

Choose a tag to compare

0.17.1 (2026-03-06)

Bug Fixes


This PR was generated with Release Please. See documentation.

v0.17.0

25 Feb 18:34
f2183df

Choose a tag to compare

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
416b5c2

Choose a tag to compare

0.16.2 (2026-02-11)

Bug Fixes

  • Support stripping initial UTF-8 BOM header (#114) (6697220)

v0.16.1

26 Jan 19:17
1cdf14a

Choose a tag to compare

0.16.1 (2026-01-26)

Bug Fixes

v0.16.0

17 Dec 17:52
3893466

Choose a tag to compare

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
1c69b5a

Choose a tag to compare

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
8c6f4fa

Choose a tag to compare

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
ed96c37

Choose a tag to compare

0.14.0 (2025-02-24)

Features

  • Add basic_auth method to ClientBuilder (#88) (526b03f)

v0.13.0

30 Jul 18:53
f0a6cda

Choose a tag to compare

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)