Skip to content

Releases: remotelyliving/php-dns

Validate CAA Data

20 May 17:54
c1e54a8
Compare
Choose a tag to compare

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

Add dig Resolver

15 May 17:54
491824e
Compare
Choose a tag to compare

Support SRV Record Data Types

10 May 01:21
cc92187
Compare
Choose a tag to compare
  • Suport SRV Record Data Types
  • Update Code Style to PSR12

Open up to symfony/event-dispatcher v5

28 Mar 16:46
191d07b
Compare
Choose a tag to compare
  • Open up to symfony/event-dispatcher v5
  • Deprecate support of PHP 7.1 and 7.2
  • Update dev / main dependencies

Fix Cache TTL Bug

17 Jan 22:19
2ae6607
Compare
Choose a tag to compare

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.

Upgrade Symfony Cache

03 Dec 16:34
eeec7b5
Compare
Choose a tag to compare

Addresses a security vulnerability in require dev dependencies

Parallelize ANY requests to CloudFlare

20 Nov 04:28
585118b
Compare
Choose a tag to compare
Merge pull request #17 from remotelyliving/enhancements

Parallelize ANY requests to CloudFlare

Add Option to Disable Empty Result Caching

20 Nov 02:02
93fd93c
Compare
Choose a tag to compare
  • also brush up the README a little

Decrement TTL On Cached Adapter Records

10 Nov 03:24
163f520
Compare
Choose a tag to compare

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.

Allow For Safe Upgrade to Symfony Event Dispatcher 4.* or remaining on 3.*

08 Nov 04:40
Compare
Choose a tag to compare
  • Change internal call to symfony's event dispatcher based on version

  • Address flaky integration test

  • Cleanup tests for eventual PHPUnit 8 migration