Skip to content

Commit e5b8eb2

Browse files
committed
Prepare v1.11.1 release
1 parent a7aa204 commit e5b8eb2

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.11.1 (2026-09-09)
4+
5+
* Security fix: This release fixes a high severity security issue in ReactPHP's HTTP client and server components
6+
that affects all versions between `v0.6.0` and `v1.11.0`. All users are encouraged to upgrade immediately.
7+
(GHSA-x424-64qh-5j54 reported and fixed by @jsifuentes)
8+
9+
* Security fix: This release fixes a high severity security issue in ReactPHP's HTTP client component
10+
that affects all versions between `v1.0.0` and `v1.11.0`. All users are encouraged to upgrade immediately.
11+
(GHSA-g4f2-2pf3-2pwj reported by @EQSTLab and fixed by @WyriHaximus)
12+
13+
* Feature: Improve test suite PHP 8.4 and 8.5 compatibility.
14+
(#546, #547, and #551 by @WyriHaximus)
15+
316
## 1.11.0 (2024-11-20)
417

518
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2986,7 +2986,7 @@ This project follows [SemVer](https://semver.org/).
29862986
This will install the latest supported version:
29872987

29882988
```bash
2989-
composer require react/http:^1.11
2989+
composer require react/http:^1.11.1
29902990
```
29912991

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

0 commit comments

Comments
 (0)