File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ The recommended way to install this library is [through Composer](https://getcom
204204This 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
210210See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments