All notable changes to dns
will be documented in this file
- ensure accessed indexes do exist (#68)
- Make records arrayable (#70)
- always only return the requests record types (#63)
- let
getRecords
return an array instead of a custom collection
- near-total rewrite
- added methods on record types
- added support for multiple handlers
- add
of
method
- add
noidnout
- drop support for PHP 7.3 and below
- add support for NAPTR record type
- resolve symfony/process deprecation
- throw a custom exception when dig fails
- add CNAME and SRV record types
- fix tests
- allow Symfony 4
- add support for
CAA
records
- add
useNameserver
- add
getDomain
- initial release