Skip to content

Commit e2b96b2

Browse files
committed
Prepare v1.6.0 release
1 parent 0af8323 commit e2b96b2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ This project follows [SemVer](https://semver.org/).
14271427
This 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

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

0 commit comments

Comments
 (0)