File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -2986,7 +2986,7 @@ This project follows [SemVer](https://semver.org/).
29862986This 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
29922992See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments