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 1
1
# Changelog
2
2
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
+
3
22
## 1.2.0 (2020-12-04)
4
23
5
24
* 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/).
2733
2733
This will install the latest supported version:
2734
2734
2735
2735
``` bash
2736
- $ composer require react/http:^1.2
2736
+ $ composer require react/http:^1.3
2737
2737
```
2738
2738
2739
2739
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments