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 f34c020 commit 1a62a96Copy full SHA for 1a62a96
CHANGELOG.md
@@ -2,6 +2,10 @@
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.8.2] - 2022-02-03
6
+### Added:
7
+- Support for creating an event source client with a pre-configured connection.
8
+
9
## [0.8.1] - 2022-01-19
10
### Changed:
11
- Added missing changelog
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "eventsource-client"
-version = "0.8.1"
+version = "0.8.2"
description = "Client for the Server-Sent Events protocol (aka EventSource)"
repository = "https://github.com/launchdarkly/rust-eventsource-client"
authors = ["LaunchDarkly"]
0 commit comments