Skip to content

Releases: utopia-php/dns

1.8.0

12 Jun 04:45
c09469c

Choose a tag to compare

What's Changed

  • Follow RFC owner name rules in Validator\Name (wildcards + underscored labels) by @ChiragAgg5k in #50
    • Wildcard owner names are now accepted when * is the entire leftmost label (RFC 4592); any other placement is rejected with the new FAILURE_REASON_INVALID_WILDCARD.
    • Underscored labels (RFC 8552) are now allowed for all record types except A/AAAA, whose owner names must remain valid host names (RFC 952, RFC 1123).
    • The Name constructor record type is now optional (?int $recordType = null); null applies the general domain name rules, useful for record types without a Record type code.

Full Changelog: 1.7.3...1.8.0

1.7.3

07 Jun 14:02
5ee1c16

Choose a tag to compare

What's Changed

Full Changelog: 1.7.2...1.7.3

1.7.2

20 May 04:49
5225f52

Choose a tag to compare

What's Changed

Full Changelog: 1.7.1...1.7.2

1.7.1

20 May 03:46
0b1dd9b

Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

1.7.0

13 May 07:13
90bf1bc

Choose a tag to compare

What is Changed

  • Bump utopia-php/domains requirement to ^2.0.

Full Changelog: 1.6.6...1.7.0

1.6.6

27 Mar 11:14
917901e

Choose a tag to compare

What's Changed

Full Changelog: 1.6.5...1.6.6

1.6.5

19 Feb 16:07

Choose a tag to compare

What's Changed

Full Changelog: 1.6.4...1.6.5

1.6.4

19 Feb 14:58

Choose a tag to compare

What's Changed

  • Implement chunked encoding for TXT records in DNS Message Record clas… by @eldadfux in #39

Full Changelog: 1.6.3...1.6.4

1.6.3

17 Feb 11:04

Choose a tag to compare

What's Changed

  • Update span to 1.1.5 and warn on FORMERR responses by @loks0n in #38

Full Changelog: 1.6.2...1.6.3

1.6.2

13 Feb 12:29

Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.6.2