Skip to content

Commit 81e1b4d

Browse files
committed
Prepare v1.12.0 release
1 parent 9d496ba commit 81e1b4d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 1.12.0 (2022-08-25)
4+
5+
* Feature: Forward compatibility with react/promise 3.
6+
(#214 by @WyriHaximus and @clue)
7+
8+
* Feature: Full support for PHP 8.2 release.
9+
(#298 by @WyriHaximus)
10+
11+
* Feature: Avoid unneeded syscall on socket close.
12+
(#292 by @clue)
13+
14+
* Feature / Fix: Improve error reporting when custom error handler is used.
15+
(#290 by @clue)
16+
17+
* Fix: Fix invalid references in exception stack trace.
18+
(#284 by @clue)
19+
20+
* Minor documentation improvements, update to use new reactphp/async package instead of clue/reactphp-block.
21+
(#296 by @clue, #285 by @SimonFrings and #295 by @nhedger)
22+
23+
* Improve test suite, update macOS and HHVM environment, fix optional tests for `ENETUNREACH`.
24+
(#288, #289 and #297 by @clue)
25+
326
## 1.11.0 (2022-01-14)
427

528
* Feature: Full support for PHP 8.1 release.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
14941494
This will install the latest supported version:
14951495

14961496
```bash
1497-
composer require react/socket:^1.11
1497+
composer require react/socket:^1.12
14981498
```
14991499

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

0 commit comments

Comments
 (0)