File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.3.0 (2021-04-11)
4+
5+ * Feature: Support persistent connections (` Connection: keep-alive ` ).
6+ (#405 by @clue )
7+
8+ This shows a noticeable performance improvement especially when benchmarking
9+ using persistent connections (which is the default pretty much everywhere).
10+ Together with other changes in this release, this improves benchmarking
11+ performance by around 100%.
12+
13+ * Feature: Require ` Host ` request header for HTTP/1.1 requests.
14+ (#404 by @clue )
15+
16+ * Minor documentation improvements.
17+ (#398 by @fritz-gerneth and #399 and #400 by @pavog )
18+
19+ * Improve test suite, use GitHub actions for continuous integration (CI).
20+ (#402 by @SimonFrings )
21+
322## 1.2.0 (2020-12-04)
423
524* Feature: Keep request body in memory also after consuming request body.
Original file line number Diff line number Diff line change @@ -2733,7 +2733,7 @@ This project follows [SemVer](https://semver.org/).
27332733This will install the latest supported version:
27342734
27352735``` bash
2736- $ composer require react/http:^1.2
2736+ $ composer require react/http:^1.3
27372737```
27382738
27392739See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments