File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.4.0 (2020-03-12)
4
+
5
+ A major new feature lease, see [ ** release announcement** ] ( https://clue.engineering/2020/introducing-ipv6-for-reactphp ) .
6
+
7
+ * Feature: Add IPv6 support to ` Connector ` (implement "Happy Eyeballs" algorithm to support IPv6 probing).
8
+ IPv6 support is turned on by default, use new ` happy_eyeballs ` option in ` Connector ` to toggle behavior.
9
+ (#196 , #224 and #225 by @WyriHaximus and @clue )
10
+
11
+ * Feature: Default to using DNS cache (with max 256 entries) for ` Connector ` .
12
+ (#226 by @clue )
13
+
14
+ * Add ` .gitattributes ` to exclude dev files from exports and some minor code style fixes.
15
+ (#219 by @reedy and #218 by @mmoreram )
16
+
17
+ * Improve test suite to fix failing test cases when using new DNS component,
18
+ significantly improve test performance by awaiting events instead of sleeping,
19
+ exclude TLS 1.3 test on PHP 7.3, run tests on PHP 7.4 and simplify test matrix.
20
+ (#208 , #209 , #210 , #217 and #223 by @clue )
21
+
3
22
## 1.3.0 (2019-07-10)
4
23
5
24
* Feature: Forward compatibility with upcoming stable DNS component.
Original file line number Diff line number Diff line change @@ -1425,7 +1425,7 @@ This project follows [SemVer](https://semver.org/).
1425
1425
This will install the latest supported version:
1426
1426
1427
1427
``` bash
1428
- $ composer require react/socket:^1.3
1428
+ $ composer require react/socket:^1.4
1429
1429
```
1430
1430
1431
1431
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments