Releases: launchdarkly/rust-eventsource-client
Releases · launchdarkly/rust-eventsource-client
0.9.0
[0.9.0] - 2022-03-15
Added:
- Added support for SSE test harness. This harness will run the client against a suite of contract tests to verify it implements the SSE specification.
Changed:
- Change
ClientBuilder
to returnimpl Client
, whereClient
is a sealed trait that exposes astream()
method. Users will need to update fromClient::for_url
toClientBuilder::for_url
.
Fixed:
- Fixed various bugs related to SSE protocol.
0.8.2
[0.8.2] - 2022-02-03
Added:
- Support for creating an event source client with a pre-configured connection.
0.8.1
[0.8.1] - 2022-01-19
Changed:
- Added missing changelog
- Fixed keyword for crates.io publishing