File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ The recommended way to install this library is [through Composer](https://getcom
281281This 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
287287See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments