All notable changes to dns
will be documented in this file
- Remove dd() by @jasonlfunk in spatie#91
- @jasonlfunk made their first contribution in spatie#91
Full Changelog: https://github.com/spatie/dns/compare/2.4.6...2.4.7
- improve error handling of dig
Full Changelog: https://github.com/spatie/dns/compare/2.4.5...2.4.6
- fix test in windows by @ManojKiranA in spatie#85
- add support for Symfony 6 by @Nielsvanpach in spatie#86
- @Nielsvanpach made their first contribution in spatie#86
Full Changelog: https://github.com/spatie/dns/compare/2.4.3...2.4.4
- Fix Undefined constant DNS_CAA in windows platform by @ManojKiranA in spatie#84
- @ManojKiranA made their first contribution in spatie#84
Full Changelog: https://github.com/spatie/dns/compare/2.4.2...2.4.3
- make compatible with PHP 8.1
- add
time
andtries
parameters
- Added support for long TXT records (see rfc4408, section 3.1.3) by @hostep in spatie#81
- @hostep made their first contribution in spatie#81
Full Changelog: https://github.com/spatie/dns/compare/2.4.0...2.4.1
- Add ability to use custom handlers by @freekmurze in spatie#78
Full Changelog: https://github.com/spatie/dns/compare/2.3.2...2.4.0
- fix macroable behaviour
- allow v1 of spatie/macroable
- make
Record
macroable
- add
guess
method toFactory
- 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
- drop support for any PHP 7.x (require >= 8.0)
- 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