Skip to content

Commit

Permalink
Prepare v1.5.0 release
Browse files Browse the repository at this point in the history
clue committed Mar 5, 2021
1 parent c7b1105 commit b22b0b2
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.5.0 (2021-03-05)

* Feature: Improve error reporting when query fails, include domain and query type and DNS server address where applicable.
(#174 by @clue)

* Feature: Improve error handling when sending data to DNS server fails (macOS).
(#171 and #172 by @clue)

* Fix: Improve DNS response parser to limit recursion for compressed labels.
(#169 by @clue)

* Improve test suite, use GitHub actions for continuous integration (CI).
(#170 by @SimonFrings)

## 1.4.0 (2020-09-18)

* Feature: Support upcoming PHP 8.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -418,14 +418,14 @@ $executor->query(

## Install

The recommended way to install this library is [through Composer](https://getcomposer.org).
The recommended way to install this library is [through Composer](https://getcomposer.org/).
[New to Composer?](https://getcomposer.org/doc/00-intro.md)

This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/dns:^1.4
$ composer require react/dns:^1.5
```

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.
## Tests

To run the test suite, you first need to clone this repo and then install all
dependencies [through Composer](https://getcomposer.org):
dependencies [through Composer](https://getcomposer.org/):

```bash
$ composer install

0 comments on commit b22b0b2

Please sign in to comment.