File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -1171,7 +1171,7 @@ The recommended way to install this library is [through Composer](https://getcom
11711171This 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
11771177See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments