Skip to content

Commit f8bcdab

Browse files
committed
Prepare v0.8.3 release
1 parent cabdec6 commit f8bcdab

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.8.3 (2018-04-11)
4+
5+
* Feature: Do not pause connection stream to detect closed connections immediately.
6+
(#315 by @clue)
7+
8+
* Feature: Keep incoming `Transfer-Encoding: chunked` request header.
9+
(#316 by @clue)
10+
11+
* Feature: Reject invalid requests that contain both `Content-Length` and `Transfer-Encoding` request headers.
12+
(#318 by @clue)
13+
14+
* Minor internal refactoring to simplify connection close logic after sending response.
15+
(#317 by @clue)
16+
317
## 0.8.2 (2018-04-06)
418

519
* Fix: Do not pass `$next` handler to final request handler.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ The recommended way to install this library is [through Composer](https://getcom
11731173
This will install the latest supported version:
11741174

11751175
```bash
1176-
$ composer require react/http:^0.8.2
1176+
$ composer require react/http:^0.8.3
11771177
```
11781178

11791179
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)