Skip to content

Commit

Permalink
Prepare v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Aug 28, 2020
1 parent 0af8323 commit e2b96b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 1.6.0 (2020-08-28)

* Feature: Support upcoming PHP 8 release.
(#246 by @clue)

* Feature: Change default socket backlog size to 511.
(#242 by @clue)

* Fix: Fix closing connection when cancelling during TLS handshake.
(#241 by @clue)

* Fix: Fix blocking during possible `accept()` race condition
when multiple socket servers listen on same socket address.
(#244 by @clue)

* Improve test suite, update PHPUnit config and add full core team to the license.
(#243 by @SimonFrings and #245 by @WyriHaximus)

## 1.5.0 (2020-07-01)

* Feature / Fix: Improve error handling and reporting for happy eyeballs and
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/socket:^1.5
$ composer require react/socket:^1.6
```

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

0 comments on commit e2b96b2

Please sign in to comment.