File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the project will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
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
+
5
12
## [ 0.9.0] - 2022-03-15
6
13
### Added:
7
14
- Added support for SSE test harness.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " eventsource-client"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
description = " Client for the Server-Sent Events protocol (aka EventSource)"
5
5
repository = " https://github.com/launchdarkly/rust-eventsource-client"
6
6
authors = [" LaunchDarkly" ]
You can’t perform that action at this time.
0 commit comments