File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
26
## 1.11.0 (2022-01-14)
4
27
5
28
* Feature: Full support for PHP 8.1 release.
Original file line number Diff line number Diff line change @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
1494
1494
This will install the latest supported version:
1495
1495
1496
1496
``` bash
1497
- composer require react/socket:^1.11
1497
+ composer require react/socket:^1.12
1498
1498
```
1499
1499
1500
1500
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments