Skip to content

Commit 80ee88f

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 0.10.0
1 parent db753ce commit 80ee88f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.10.0] - 2022-03-23
6+
### Added:
7+
- Added support for following 301 & 307 redirects with configurable redirect limit.
8+
9+
### Fixed:
10+
- Fixed `Last-Event-ID` handling when server sends explicit empty ID.
11+
512
## [0.9.0] - 2022-03-15
613
### Added:
714
- Added support for SSE test harness.

eventsource-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eventsource-client"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Client for the Server-Sent Events protocol (aka EventSource)"
55
repository = "https://github.com/launchdarkly/rust-eventsource-client"
66
authors = ["LaunchDarkly"]

0 commit comments

Comments
 (0)