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 11# Changelog
22
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+
321## 1.5.0 (2020-07-01)
422
523* 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/).
14271427This will install the latest supported version:
14281428
14291429``` bash
1430- $ composer require react/socket:^1.5
1430+ $ composer require react/socket:^1.6
14311431```
14321432
14331433See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments