Skip to content

Commit 0a0bedf

Browse files
committed
Prepare v0.4.16 release
1 parent c27c42c commit 0a0bedf

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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`.
@@ -14,7 +29,7 @@
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.

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.15
284+
$ composer require react/dns:^0.4.16
285285
```
286286

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

0 commit comments

Comments
 (0)