File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.6.0 (2020-08-28)
4
+
5
+ * Feature: Support upcoming PHP 8 release.
6
+ (#246 by @clue )
7
+
8
+ * Feature: Change default socket backlog size to 511.
9
+ (#242 by @clue )
10
+
11
+ * Fix: Fix closing connection when cancelling during TLS handshake.
12
+ (#241 by @clue )
13
+
14
+ * Fix: Fix blocking during possible ` accept() ` race condition
15
+ when multiple socket servers listen on same socket address.
16
+ (#244 by @clue )
17
+
18
+ * Improve test suite, update PHPUnit config and add full core team to the license.
19
+ (#243 by @SimonFrings and #245 by @WyriHaximus )
20
+
3
21
## 1.5.0 (2020-07-01)
4
22
5
23
* Feature / Fix: Improve error handling and reporting for happy eyeballs and
Original file line number Diff line number Diff line change @@ -1427,7 +1427,7 @@ This project follows [SemVer](https://semver.org/).
1427
1427
This will install the latest supported version:
1428
1428
1429
1429
``` bash
1430
- $ composer require react/socket:^1.5
1430
+ $ composer require react/socket:^1.6
1431
1431
```
1432
1432
1433
1433
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments