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 11# Changelog
22
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+
314## 1.6.0 (2021-02-12)
415
516* 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/).
4040This will install the latest supported version:
4141
4242``` bash
43- $ composer require react/datagram:^1.6
43+ $ composer require react/datagram:^1.7
4444```
4545
4646See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments