Skip to content

Commit b22b0b2

Browse files
committed
Prepare v1.5.0 release
1 parent c7b1105 commit b22b0b2

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

424424
This project follows [SemVer](https://semver.org/).
425425
This 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

431431
See 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

440440
To 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

0 commit comments

Comments
 (0)