File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.1 (2019-06-03)
4
+
5
+ * Avoid uneeded fragmented TLS work around for PHP 7.3.3+ and
6
+ work around failing test case detecting EOF on TLS 1.3 socket streams.
7
+ (#201 and #202 by @clue )
8
+
9
+ * Improve TLS certificate/passphrase example.
10
+ (#190 by @jsor )
11
+
3
12
## 1.2.0 (2019-01-07)
4
13
5
14
* Feature / Fix: Improve TLS 1.3 support.
Original file line number Diff line number Diff line change @@ -1354,7 +1354,7 @@ This project follows [SemVer](https://semver.org/).
1354
1354
This will install the latest supported version:
1355
1355
1356
1356
``` bash
1357
- $ composer require react/socket:^1.2
1357
+ $ composer require react/socket:^1.2.1
1358
1358
```
1359
1359
1360
1360
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments