Php Dns Versions Save

A DNS abstraction for PHP

5.0.1

2 years ago

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

https://github.com/remotelyliving/php-dns/issues/49 https://github.com/remotelyliving/php-dns/pull/50

5.0.0

2 years ago

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.

4.3.0

2 years ago

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

4.2

2 years ago

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

4.1.1

3 years ago
  • Fixes error parsing dig response when extra tabs were in Dig command cli output

4.1.0

3 years ago

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.*

4.0.2

3 years ago

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

4.0.1

3 years ago

Bust cache keys for major release

4.0.0

3 years ago

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.

3.7.2

3 years ago
  • Loosened up what type of error the Cloudflare resolver rejects with
  • Removed trailing comma that is incompatible with PHP 7.3