Skip to content

Releases: remotelyliving/php-dns

Fix Undefined Constant "DNS_CAA" on Windows

14 Mar 15:17
7116976
Compare
Choose a tag to compare

Thanks to @masroore an issue with an undefined const for record type on windows has been fixed

#49
#50

PHP 8 Upgrades

11 Mar 03:11
2cac1c4
Compare
Choose a tag to compare

New Features:

  • Dragged this library kicking into the future to support only PHP 8.*
  • Upgraded spatie/dns to 2.* and closed a windows formatting bug with dig output thanks to them
  • Upgraded several dependencies to keep this library compatible with integrations that rely on newer versions of those dependencies

New Dev; Features:

  • Added parallel test runner

Breaking Changes:

  • Broke the constructor for the Dig Resolver. It no longer needs a hostname based instance of the spatie dig resolver, hence the factory no longer being needed.

New Data Type and Relaxing Version Constraints

22 Dec 02:59
fa1eebe
Compare
Choose a tag to compare

This version supports a new data type (PTR) thanks to @lynnverse
and relaxes composer constraints further via @stephanvierkant

Relax Version Constraints for Minor / Patches

20 Oct 20:47
204efd8
Compare
Choose a tag to compare

This release lets you choose up to minor and patch versions needed for dependencies of this library. All of the imported vendors use semver.
It also removes Travis (I know I know) and implements Github Actions

Bugfixes

27 Oct 15:16
b8647e6
Compare
Choose a tag to compare
  • Fixes error parsing dig response when extra tabs were in Dig command cli output

Loosen Up Spatie DNS Version Requirements

26 Oct 19:25
a99f2ee
Compare
Choose a tag to compare

Use v1.5 for spatie dns at your own risk. Currently there is a bug on some variants of linux. If you should encounter this bug, require v1.4.*

Bugfixes

19 Oct 17:12
d552c53
Compare
Choose a tag to compare

Use correct interfaces for Response (prefer PSR over Guzzle concretion)

Cache Buster

16 Oct 22:01
7180ddc
Compare
Choose a tag to compare

Bust cache keys for major release

Drop Support for PHP 7.3

16 Oct 19:40
31e49d1
Compare
Choose a tag to compare

This release drops support for PHP 7.3 and allows for Guzzle v6 or v7.
Services, Value Objects and DTO's have been made final and supplied with interfaces where relevant.

Bugfixes

15 Oct 21:52
7ab428b
Compare
Choose a tag to compare
  • Loosened up what type of error the Cloudflare resolver rejects with
  • Removed trailing comma that is incompatible with PHP 7.3