Skip to content

Commit

Permalink
Prepare v0.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Apr 11, 2018
1 parent cabdec6 commit f8bcdab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.8.3 (2018-04-11)

* Feature: Do not pause connection stream to detect closed connections immediately.
(#315 by @clue)

* Feature: Keep incoming `Transfer-Encoding: chunked` request header.
(#316 by @clue)

* Feature: Reject invalid requests that contain both `Content-Length` and `Transfer-Encoding` request headers.
(#318 by @clue)

* Minor internal refactoring to simplify connection close logic after sending response.
(#317 by @clue)

## 0.8.2 (2018-04-06)

* Fix: Do not pass `$next` handler to final request handler.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/http:^0.8.2
$ composer require react/http:^0.8.3
```

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

0 comments on commit f8bcdab

Please sign in to comment.