Skip to content

Commit 0410d08

Browse files
committed
Prepare v1.7.0 release
1 parent cf8207f commit 0410d08

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This project follows [SemVer](https://semver.org/).
4040
This 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

4646
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)