Skip to content

Commit 5bd777a

Browse files
committed
Prepare v1.10.0 release
1 parent 98e9725 commit 5bd777a

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

‎CHANGELOG.md‎

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

3+
## 1.10.0 (2026-06-29)
4+
5+
* Feature: Remove abandoned `ringcentral/psr7` dependency to support PSR-7 v2 (`psr/http-message`).
6+
(#65 by @kwhat and @clue)
7+
8+
* Feature: Improve PHP 8.5+ and PHP 8.4+ support and update test environment.
9+
(#59, #60 and #67 by @clue)
10+
11+
* Improve test suite to ensure 100% code coverage and support legacy PHP 7.2 with PHPUnit 8.5.
12+
(#66 and #68 by @clue)
13+
314
## 1.9.0 (2024-04-10)
415

516
* Feature / Fix: Forward compatibility with Promise v3.

‎README.md‎

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ existing higher-level protocol implementation.
5858

5959
## Support us
6060

61-
We invest a lot of time developing, maintaining and updating our awesome
62-
open-source projects. You can help us sustain this high-quality of our work by
63-
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
64-
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
65-
for details.
66-
67-
Let's take these projects to the next level together! 🚀
61+
I maintain an ecosystem of open-source projects that have been downloaded
62+
hundreds of millions of times and are actively maintained and continuously
63+
improved. If you find any of these projects useful, please consider
64+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Your support
65+
helps ensure long-term maintenance and continued development. Thank you! 🚀
6866

6967
## Quickstart example
7068

@@ -452,7 +450,7 @@ This project follows [SemVer](https://semver.org/).
452450
This will install the latest supported version:
453451

454452
```bash
455-
composer require clue/http-proxy-react:^1.9
453+
composer require clue/http-proxy-react:^1.10
456454
```
457455

458456
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -496,8 +494,8 @@ XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text
496494

497495
This project is released under the permissive [MIT license](LICENSE).
498496

499-
> Did you know that I offer custom development services and issuing invoices for
500-
sponsorships of releases and for contributions? Contact me (@clue) for details.
497+
> Do you use this project in a commercial setting? Sponsoring with invoicing is
498+
available, contact me ([@clue](https://github.com/clue)) for details.
501499

502500
## More
503501

0 commit comments

Comments
 (0)