Skip to content

Commit

Permalink
Prepare v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Apr 11, 2021
1 parent c22fde6 commit bc53727
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.3.0 (2021-04-11)

* Feature: Support persistent connections (`Connection: keep-alive`).
(#405 by @clue)

This shows a noticeable performance improvement especially when benchmarking
using persistent connections (which is the default pretty much everywhere).
Together with other changes in this release, this improves benchmarking
performance by around 100%.

* Feature: Require `Host` request header for HTTP/1.1 requests.
(#404 by @clue)

* Minor documentation improvements.
(#398 by @fritz-gerneth and #399 and #400 by @pavog)

* Improve test suite, use GitHub actions for continuous integration (CI).
(#402 by @SimonFrings)

## 1.2.0 (2020-12-04)

* Feature: Keep request body in memory also after consuming request body.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2733,7 +2733,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/http:^1.2
$ composer require react/http:^1.3
```

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

0 comments on commit bc53727

Please sign in to comment.