Skip to content

Commit 9b86517

Browse files
committed
Prepare v1.4.0 release
1 parent 4ec1646 commit 9b86517

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

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.4.0 (2026-03-01)
4+
5+
* Feature: Improve error reporting for invalid responses by using `ResponseException`.
6+
(#51 by @clue)
7+
8+
* Feature: Improve PHP 8.5+ support and update test environment.
9+
(#50 by @clue)
10+
11+
* Improve test suite to support legacy PHP 7.2 with PHPUnit 8.5.
12+
(#49 by @clue)
13+
314
## 1.3.0 (2025-04-11)
415

516
Today’s release is extra special because it’s also my birthday! 🎉

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ of [ReactPHP](https://reactphp.org/)'s event-driven architecture.
3232

3333
## Support us
3434

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

4341
## Quickstart example
4442

@@ -336,7 +334,7 @@ This project follows [SemVer](https://semver.org/).
336334
This will install the latest supported version:
337335

338336
```bash
339-
composer require clue/reactphp-eventsource:^1.3
337+
composer require clue/reactphp-eventsource:^1.4
340338
```
341339

342340
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -372,8 +370,8 @@ XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text
372370

373371
This project is released under the permissive [MIT license](LICENSE).
374372

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

378376
## More
379377

0 commit comments

Comments
 (0)