We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5fb5c commit 4d49bd3Copy full SHA for 4d49bd3
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
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
12
## 1.2.0 (2019-01-07)
13
14
* Feature / Fix: Improve TLS 1.3 support.
README.md
@@ -1354,7 +1354,7 @@ This project follows [SemVer](https://semver.org/).
1354
This will install the latest supported version:
1355
1356
```bash
1357
-$ composer require react/socket:^1.2
+$ composer require react/socket:^1.2.1
1358
```
1359
1360
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments