Skip to content

Commit 0f30c6c

Browse files
committed
Prepare v0.4.17 release
1 parent 61f824d commit 0f30c6c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.4.17 (2019-04-01)
4+
5+
* Feature: Support parsing `authority` and `additional` records from DNS response.
6+
(#123 by @clue)
7+
8+
* Feature: Support dumping records as part of outgoing binary DNS message.
9+
(#124 by @clue)
10+
11+
* Feature: Forward compatibility with upcoming Cache v0.6 and Cache v1.0
12+
(#121 by @clue)
13+
14+
* Improve test suite to add forward compatibility with PHPUnit 7,
15+
test against PHP 7.3 and use legacy PHPUnit 5 on legacy HHVM.
16+
(#122 by @clue)
17+
318
## 0.4.16 (2018-11-11)
419

520
* Feature: Improve promise cancellation for DNS lookup retries and clean up any garbage references.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ The recommended way to install this library is [through Composer](https://getcom
281281
This will install the latest supported version:
282282

283283
```bash
284-
$ composer require react/dns:^0.4.16
284+
$ composer require react/dns:^0.4.17
285285
```
286286

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

0 commit comments

Comments
 (0)