File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.7.0 (2021-06-25)
4
+
5
+ * Feature: Support falling back to multiple DNS servers from DNS config.
6
+ (#41 by @clue )
7
+
8
+ When using the ` Factory ` , it will now use all DNS servers configured on your
9
+ system. If you have multiple DNS servers configured and connectivity to the
10
+ primary DNS server is broken, it will now fall back to your other DNS
11
+ servers, thus providing improved connectivity and redundancy for broken DNS
12
+ configurations.
13
+
3
14
## 1.6.0 (2021-02-12)
4
15
5
16
* Feature: Support PHP 8 (socket address of closed socket should be null).
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ This project follows [SemVer](https://semver.org/).
40
40
This will install the latest supported version:
41
41
42
42
``` bash
43
- $ composer require react/datagram:^1.6
43
+ $ composer require react/datagram:^1.7
44
44
```
45
45
46
46
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments