All notable changes to dns
will be documented in this file
- Fix: TXT parsing by @SRWieZ in #109
- @SRWieZ made their first contribution in #109
Full Changelog: https://github.com/spatie/dns/compare/2.5.6...2.6.0
- Fix README.md by @lyrixx in #107
- fix(dig): tell dig to not convert idn to locale string by @joelwurtz in #106
Full Changelog: https://github.com/spatie/dns/compare/2.5.5...2.5.6
- Allow Symfony 7.x by @thecaliskan in #104
- @thecaliskan made their first contribution in #104
Full Changelog: https://github.com/spatie/dns/compare/2.5.4...2.5.5
- Improve security by @freekmurze in #103
Full Changelog: https://github.com/spatie/dns/compare/2.5.3...2.5.4
- Add PHP 8.2 Support by @patinthehat in #99
- Make dig also work on Linux/MacOS by @dominikkukacka in #100
- @patinthehat made their first contribution in #99
- @dominikkukacka made their first contribution in #100
Full Changelog: https://github.com/spatie/dns/compare/2.5.2...2.5.3
- allow to query NS on root or tld nameservers by @scuben in #98
- @scuben made their first contribution in #98
Full Changelog: https://github.com/spatie/dns/compare/2.5.1...2.5.2
- Fix PTR property naming. by @lwohn in #96
Full Changelog: https://github.com/spatie/dns/compare/2.5.0...2.5.1
- Fix duplicated dig buildCommand by @0xb4lint in #93
- Add PTR to supported record types. by @lwohn in #94
Full Changelog: https://github.com/spatie/dns/compare/2.4.7...2.5.0
- Remove dd() by @jasonlfunk in #91
- @jasonlfunk made their first contribution in #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
- @Nielsvanpach made their first contribution in #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 #84
- @ManojKiranA made their first contribution in #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 #81
- @hostep made their first contribution in #81
Full Changelog: https://github.com/spatie/dns/compare/2.4.0...2.4.1
- Add ability to use custom handlers by @freekmurze in #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