We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97794ff commit 727a9b7Copy full SHA for 727a9b7
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [0.11.0] - 2022-11-07
6
+### Fixed:
7
+- Add missing retry interval reset behavior.
8
+- Add missing jitter to retry strategy.
9
+
10
## [0.10.2] - 2022-10-28
11
### Fixed:
12
- Correctly handle comment payloads.
eventsource-client/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "eventsource-client"
-version = "0.10.2"
+version = "0.11.0"
description = "Client for the Server-Sent Events protocol (aka EventSource)"
repository = "https://github.com/launchdarkly/rust-eventsource-client"
authors = ["LaunchDarkly"]
0 commit comments