Skip to content

Latest commit

 

History

History
250 lines (132 loc) · 5.75 KB

CHANGELOG.md

File metadata and controls

250 lines (132 loc) · 5.75 KB

Changelog

All notable changes to dns will be documented in this file

2.6.0 - 2024-03-24

What's Changed

  • Fix: TXT parsing by @SRWieZ in #109

New Contributors

  • @SRWieZ made their first contribution in #109

Full Changelog: https://github.com/spatie/dns/compare/2.5.6...2.6.0

2.5.6 - 2024-01-19

What's Changed

  • Fix README.md by @lyrixx in #107
  • fix(dig): tell dig to not convert idn to locale string by @joelwurtz in #106

New Contributors

  • @lyrixx made their first contribution in #107
  • @joelwurtz made their first contribution in #106

Full Changelog: https://github.com/spatie/dns/compare/2.5.5...2.5.6

2.5.5 - 2023-12-26

What's Changed

  • Allow Symfony 7.x by @thecaliskan in #104

New Contributors

  • @thecaliskan made their first contribution in #104

Full Changelog: https://github.com/spatie/dns/compare/2.5.4...2.5.5

2.5.4 - 2023-05-27

What's Changed

  • Improve security by @freekmurze in #103

Full Changelog: https://github.com/spatie/dns/compare/2.5.3...2.5.4

2.5.3 - 2023-01-11

What's Changed

  • Add PHP 8.2 Support by @patinthehat in #99
  • Make dig also work on Linux/MacOS by @dominikkukacka in #100

New Contributors

  • @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

2.5.2 - 2022-09-06

What's Changed

  • allow to query NS on root or tld nameservers by @scuben in #98

New Contributors

  • @scuben made their first contribution in #98

Full Changelog: https://github.com/spatie/dns/compare/2.5.1...2.5.2

2.5.1 - 2022-07-29

What's Changed

  • Fix PTR property naming. by @lwohn in #96

Full Changelog: https://github.com/spatie/dns/compare/2.5.0...2.5.1

2.5.0 - 2022-07-14

What's Changed

  • Fix duplicated dig buildCommand by @0xb4lint in #93
  • Add PTR to supported record types. by @lwohn in #94

New Contributors

  • @0xb4lint made their first contribution in #93
  • @lwohn made their first contribution in #94

Full Changelog: https://github.com/spatie/dns/compare/2.4.7...2.5.0

2.4.7 - 2022-04-06

What's Changed

  • Remove dd() by @jasonlfunk in #91

New Contributors

  • @jasonlfunk made their first contribution in #91

Full Changelog: https://github.com/spatie/dns/compare/2.4.6...2.4.7

2.4.6 - 2022-04-06

  • improve error handling of dig

Full Changelog: https://github.com/spatie/dns/compare/2.4.5...2.4.6

2.4.4 - 2021-12-21

What's Changed

  • fix test in windows by @ManojKiranA in #85
  • add support for Symfony 6 by @Nielsvanpach in #86

New Contributors

  • @Nielsvanpach made their first contribution in #86

Full Changelog: https://github.com/spatie/dns/compare/2.4.3...2.4.4

2.4.3 - 2021-12-18

What's Changed

  • Fix Undefined constant DNS_CAA in windows platform by @ManojKiranA in #84

New Contributors

  • @ManojKiranA made their first contribution in #84

Full Changelog: https://github.com/spatie/dns/compare/2.4.2...2.4.3

2.4.2 - 2021-11-25

  • make compatible with PHP 8.1
  • add time and tries parameters

2.4.1 - 2021-11-18

What's Changed

  • Added support for long TXT records (see rfc4408, section 3.1.3) by @hostep in #81

New Contributors

  • @hostep made their first contribution in #81

Full Changelog: https://github.com/spatie/dns/compare/2.4.0...2.4.1

2.4.0 - 2021-11-17

What's Changed

  • Add ability to use custom handlers by @freekmurze in #78

Full Changelog: https://github.com/spatie/dns/compare/2.3.2...2.4.0

2.3.2 - 2021-11-02

  • fix macroable behaviour

2.3.1 - 2021-11-02

  • allow v1 of spatie/macroable

2.3.0 - 2021-11-02

  • make Record macroable

2.2.0 - 2021-10-19

  • add guess method to Factory

2.1.1 - 2021-08-04

  • ensure accessed indexes do exist (#68)

2.1.0 - 2021-08-01

  • Make records arrayable (#70)

2.0.2 - 2021-06-01

  • always only return the requests record types (#63)

2.0.1 - 2021-06-01

  • let getRecords return an array instead of a custom collection

2.0.0 - 2021-05-20

  • near-total rewrite
  • added methods on record types
  • added support for multiple handlers
  • drop support for any PHP 7.x (require >= 8.0)

1.6.0 - 2020-12-02

  • add of method

1.5.0 - 2020-08-24

  • add noidnout

1.4.3 - 2019-11-30

  • drop support for PHP 7.3 and below

1.4.2 - 2019-05-17

  • add support for NAPTR record type
  • resolve symfony/process deprecation

1.4.1 - 2018-12-06

  • throw a custom exception when dig fails

1.4.0 - 2018-09-13

  • add CNAME and SRV record types

1.3.1 - 2018-02-20

  • fix tests
  • allow Symfony 4

1.3.0 - 2017-11-29

  • add support for CAA records

1.2.0 - 2017-11-29

  • add useNameserver

1.1.0 - 2017-11-03

  • add getDomain

1.0.0 - 2017-11-03

  • initial release