Skip to content

Commit bc53727

Browse files
committed
Prepare v1.3.0 release
1 parent c22fde6 commit bc53727

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2733,7 +2733,7 @@ This project follows [SemVer](https://semver.org/).
27332733
This 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

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

0 commit comments

Comments
 (0)