Releases: amphp/dns
Releases · amphp/dns
2.0.0 Beta 4
- Added compatibility with Revolt v1.x
- Added optional
Cancellation
parameter toResolver
methods - Renamed
Config
toDnsConfig
- Renamed
ConfigLoader
toDnsConfigLoader
- Renamed
UnixConfigLoader
toUnixDnsConfigLoader
- Renamed
WindowsConfigLoader
toWindowsDnsConfigLoader
2.0.0 Beta 3
- Fixed preference to IPv4 instead of relying on the first response from the DNS server.
This restores the behavior of v1.x. Systems without IPv6 connectivity might have had problems with connections being attempted to IPv6 addresses.
2.0.0 Beta 2
- Update to
revolt/event-loop
0.2.x - Fix getting search domain from hostname
2.0.0 Beta 1
- Removed promises in favor of fibers.
- Compatibility with Amp v3 and Revolt.
1.2.3
1.2.2
1.2.1
1.2.0
- Added support for search list and ndots option
- Added support for rotate option
- Added support for LOCALDOMAIN and RES_OPTIONS environment variables
- Increased default timeout from 3s to 5s and limit it to 30s
Thanks to @brzuchal for implementing these features.