Skip to content

Commit b178d76

Browse files
committed
Prepare v1.5.0 release
1 parent cd58a05 commit b178d76

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

CHANGELOG.md

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

3+
## 1.5.0 (2026-04-14)
4+
5+
* Feature: Improve PHP 8.5+, PHP 8.4+, PHP 8.3+ and PHP 8.2+ support.
6+
(#118, #123 and #124 by @clue and #113 by @yadaiio)
7+
8+
* Feature / Fix: Update close handler to avoid unhandled promise rejections.
9+
(#117 by @clue)
10+
11+
* Fix: Avoid unneeded shutdown timer on already closed connection.
12+
(#125 by @clue)
13+
14+
* Minor documentation improvements.
15+
(#112 by @yadaiio)
16+
17+
* Improve test suite, use reactphp/async instead of clue/reactphp-block and support legacy PHP 7.2 with PHPUnit 8.5.
18+
(#121 by @dinooo13 and @clue and #116, #120 and #122 by @clue)
19+
320
## 1.4.0 (2022-08-31)
421

522
* Feature: Full support for PHP 8.1 and PHP 8.2.

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,11 @@ which allows you to build your own SOCKS proxy servers with custom business logi
7171

7272
## Support us
7373

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

8280
## Quickstart example
8381

@@ -1047,7 +1045,7 @@ This project follows [SemVer](https://semver.org/).
10471045
This will install the latest supported version:
10481046

10491047
```bash
1050-
composer require clue/socks-react:^1.4
1048+
composer require clue/socks-react:^1.5
10511049
```
10521050

10531051
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -1083,8 +1081,8 @@ vendor/bin/phpunit --exclude-group internet
10831081

10841082
This project is released under the permissive [MIT license](LICENSE).
10851083

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

10891087
## More
10901088

0 commit comments

Comments
 (0)