Skip to content

Commit

Permalink
Prepare v0.8.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 5, 2020
1 parent 4ec7d2f commit 9aa446f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
# Changelog

## 0.8.7 (2020-07-05)

* Fix: Fix parsing multipart request body with quoted header parameters (dot net).
(#363 by @ebimmel)

* Fix: Fix calculating concurrency when `post_max_size` ini is unlimited.
(#365 by @clue)

* Improve test suite to run tests on PHPUnit 9 and clean up test suite.
(#364 by @SimonFrings)

## 0.8.6 (2020-01-12)

* Fix parsing Cookie request header with comma in its values (#352 by @fiskie)
* Add .gitattributes to exclude dev files from exports (#353 by @reedy)
* Avoid unneeded warning when decoding invalid data on PHP 7.4 (#357 by @WyriHaximus)
* Fix: Fix parsing `Cookie` request header with comma in its values.
(#352 by @fiskie)

* Fix: Avoid unneeded warning when decoding invalid data on PHP 7.4.
(#357 by @WyriHaximus)

* Add .gitattributes to exclude dev files from exports.
(#353 by @reedy)

## 0.8.5 (2019-10-29)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,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.6
$ composer require react/http:^0.8.7
```

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

0 comments on commit 9aa446f

Please sign in to comment.