Php Dns Versions Save

A DNS abstraction for PHP

3.7.1

4 years ago

Records have been coming back from CloudFlare with garbage data. This change throws on invalid data now.

3.7.0

4 years ago

3.6.0

4 years ago
  • Suport SRV Record Data Types
  • Update Code Style to PSR12

3.5.0

4 years ago
  • Open up to symfony/event-dispatcher v5
  • Deprecate support of PHP 7.1 and 7.2
  • Update dev / main dependencies

3.4.2

4 years ago

If a TTL of 0 got returned for a record, the Cached resolver would set that as the TTL for the record set. It should instead default to the Cached::DEFAULT_TTL value.

3.4.1

4 years ago

Addresses a security vulnerability in require dev dependencies

3.4.0

4 years ago

3.3.0

4 years ago
  • also brush up the README a little

3.2.1

4 years ago

Previously when cached records were returned, they were returned with the same TTL they were stored with, every time. This new method of retrieval accounts for the time passed between storage, retrieval, and the effect on the overall TTL of the record.

3.2.0

4 years ago
  • Change internal call to symfony's event dispatcher based on version

  • Address flaky integration test

  • Cleanup tests for eventual PHPUnit 8 migration