Releases: amphp/dns
Releases · amphp/dns
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.
1.1.0
0.9.15
1.0.0
0.9.14
- Removed
amphp/file
andamphp/uri
dependencies. Host file loading is now done with a synchronous read by default. We felt an asynchronous read was not necessary for what should be a local file that is (generally) read only once. Async reading can be restored if desired by extendingHostLoader
and overloadingreadFile()
. - Added functions
isValidName()
andnormalizeName()
.