File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.5.0 (2021-03-05)
4+
5+ * Feature: Improve error reporting when query fails, include domain and query type and DNS server address where applicable.
6+ (#174 by @clue )
7+
8+ * Feature: Improve error handling when sending data to DNS server fails (macOS).
9+ (#171 and #172 by @clue )
10+
11+ * Fix: Improve DNS response parser to limit recursion for compressed labels.
12+ (#169 by @clue )
13+
14+ * Improve test suite, use GitHub actions for continuous integration (CI).
15+ (#170 by @SimonFrings )
16+
317## 1.4.0 (2020-09-18)
418
519* Feature: Support upcoming PHP 8.
Original file line number Diff line number Diff line change @@ -418,14 +418,14 @@ $executor->query(
418418
419419## Install
420420
421- The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
421+ The recommended way to install this library is [ through Composer] ( https://getcomposer.org/ ) .
422422[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
423423
424424This project follows [ SemVer] ( https://semver.org/ ) .
425425This will install the latest supported version:
426426
427427``` bash
428- $ composer require react/dns:^1.4
428+ $ composer require react/dns:^1.5
429429```
430430
431431See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
@@ -438,7 +438,7 @@ It's *highly recommended to use PHP 7+* for this project.
438438## Tests
439439
440440To run the test suite, you first need to clone this repo and then install all
441- dependencies [ through Composer] ( https://getcomposer.org ) :
441+ dependencies [ through Composer] ( https://getcomposer.org/ ) :
442442
443443``` bash
444444$ composer install
You can’t perform that action at this time.
0 commit comments