Skip to content

Commit 75ae328

Browse files
committed
Prepare v0.4.14 release
1 parent c830c6f commit 75ae328

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.4.14 (2018-06-26)
4+
5+
* Feature: Add `UdpTransportExecutor`, validate incoming DNS response messages
6+
to avoid cache poisoning attacks and deprecate legacy `Executor`.
7+
(#101 and #103 by @clue)
8+
9+
* Feature: Forward compatibility with Cache 0.5
10+
(#102 by @clue)
11+
12+
* Deprecate legacy `Query::$currentTime` and binary parser data attributes to clean up and simplify API.
13+
(#99 by @clue)
14+
315
## 0.4.13 (2018-02-27)
416

517
* Add `Config::loadSystemConfigBlocking()` to load default system config

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The recommended way to install this library is [through Composer](https://getcom
204204
This will install the latest supported version:
205205

206206
```bash
207-
$ composer require react/dns:^0.4.13
207+
$ composer require react/dns:^0.4.14
208208
```
209209

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

0 commit comments

Comments
 (0)