File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.16 (2018-11-11)
4+
5+ * Feature: Improve promise cancellation for DNS lookup retries and clean up any garbage references.
6+ (#118 by @clue )
7+
8+ * Fix: Reject parsing malformed DNS response messages such as incomplete DNS response messages,
9+ malformed record data or malformed compressed domain name labels.
10+ (#115 and #117 by @clue )
11+
12+ * Fix: Fix interpretation of TTL as UINT32 with most significant bit unset.
13+ (#116 by @clue )
14+
15+ * Fix: Fix caching advanced MX/SRV/TXT/SOA structures.
16+ (#112 by @clue )
17+
318## 0.4.15 (2018-07-02)
419
520* Feature: Add ` resolveAll() ` method to support custom query types in ` Resolver ` .
1429* Feature: Support parsing `NS`, `TXT`, `MX`, `SOA` and `SRV` records.
1530 (#104, #105, #106, #107 and #108 by @clue)
1631
17- * Feature: Add support for `Message::TYPE_ANY` parse unknown types as binary data.
32+ * Feature: Add support for `Message::TYPE_ANY` and parse unknown types as binary data.
1833 (#104 by @clue)
1934
2035* Feature: Improve error messages for failed queries and improve documentation.
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.15
284+ $ composer require react/dns:^0.4.16
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