Skip to content

Commit 9cdef72

Browse files
committed
Prepare v0.8.2 release
1 parent f1580b3 commit 9cdef72

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.8.2 (2018-04-06)
4+
5+
* Fix: Do not pass `$next` handler to final request handler.
6+
(#308 by @clue)
7+
8+
* Fix: Fix awaiting queued handlers when cancelling a queued handler.
9+
(#313 by @clue)
10+
11+
* Fix: Fix Server to skip `SERVER_ADDR` params for Unix domain sockets (UDS).
12+
(#307 by @clue)
13+
14+
* Documentation for PSR-15 middleware and minor documentation improvements.
15+
(#314 by @clue and #297, #298 and #310 by @seregazhuk)
16+
17+
* Minor code improvements and micro optimizations.
18+
(#301 by @seregazhuk and #305 by @kalessil)
19+
320
## 0.8.1 (2018-01-05)
421

522
* Major request handler performance improvement. Benchmarks suggest number of

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ The recommended way to install this library is [through Composer](https://getcom
11711171
This will install the latest supported version:
11721172

11731173
```bash
1174-
$ composer require react/http:^0.8.1
1174+
$ composer require react/http:^0.8.2
11751175
```
11761176

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

0 commit comments

Comments
 (0)