File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.7 (2020-07-05)
4+
5+ * Fix: Fix parsing multipart request body with quoted header parameters (dot net).
6+ (#363 by @ebimmel )
7+
8+ * Fix: Fix calculating concurrency when ` post_max_size ` ini is unlimited.
9+ (#365 by @clue )
10+
11+ * Improve test suite to run tests on PHPUnit 9 and clean up test suite.
12+ (#364 by @SimonFrings )
13+
314## 0.8.6 (2020-01-12)
415
5- * Fix parsing Cookie request header with comma in its values (#352 by @fiskie )
6- * Add .gitattributes to exclude dev files from exports (#353 by @reedy )
7- * Avoid unneeded warning when decoding invalid data on PHP 7.4 (#357 by @WyriHaximus )
16+ * Fix: Fix parsing ` Cookie ` request header with comma in its values.
17+ (#352 by @fiskie )
18+
19+ * Fix: Avoid unneeded warning when decoding invalid data on PHP 7.4.
20+ (#357 by @WyriHaximus )
21+
22+ * Add .gitattributes to exclude dev files from exports.
23+ (#353 by @reedy )
824
925## 0.8.5 (2019-10-29)
1026
Original file line number Diff line number Diff line change @@ -1418,7 +1418,7 @@ The recommended way to install this library is [through Composer](https://getcom
14181418This will install the latest supported version:
14191419
14201420``` bash
1421- $ composer require react/http:^0.8.6
1421+ $ composer require react/http:^0.8.7
14221422```
14231423
14241424See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments