8000 Prepare v1.11.0 release · reactphp/socket@f474156 · GitHub
[go: up one dir, main page]

Skip to content

Commit f474156

Browse files
committed
Prepare v1.11.0 release
1 parent 7b6772a commit f474156

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
## 1.10.0 (2021-09-13)
3+
## 1.11.0 (2022-01-14)
4+
5+
* Feature: Full support for PHP 8.1 release.
6+
(#277 by @clue)
7+
8+
* Feature: Avoid dependency on `ext-filter`.
9+
(#279 by @clue)
10+
11+
* Improve test suite to skip FD test when hitting memory limit
12+
and skip legacy TLS 1.0 tests if disabled by system.
13+
(#278 and #281 by @clue and #283 by @SimonFrings)
14+
15+
## 1.10.0 (2021-11-29)
416

517
* Feature: Support listening on existing file descriptors (FDs) with `SocketServer`.
618
(#269 by @clue)
@@ -9,9 +21,7 @@
921
$socket = new React\Socket\SocketSever('php://fd/3');
1022
```
1123

12-
This is particularly useful when using
13-
[systemd socket activation](https://www.freedesktop.org/software/systemd/man/systemd.socket.html)
14-
like this:
24+
This is particularly useful when using [systemd socket activation](https://www.freedesktop.org/software/systemd/man/systemd.socket.html) like this:
1525

1626
```bash
1727
$ systemd-socket-activate -l 8000 php examples/03-http-server.php php://fd/3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ This project follows [SemVer](https://semver.org/).
14931493
This will install the latest supported version:
14941494

14951495
```bash
1496-
$ composer require react/socket:^1.10
1496+
$ composer require react/socket:^1.11
14971497
```
14981498

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

0 commit comments

Comments
 (0)
0