Skip to content

Releases: remotelyliving/php-dns

Fix LocalResolver

17 Dec 17:37
Compare
Choose a tag to compare

dns_get_record() encounters a 'temporary server error' when the dot is appended to a hostname for a record that it doesn't have. For the same hostname without the dot, it fails a little earlier and returns an empty array. That behavior is much preferred.

Make Chain Resolver Constructor Variadic

05 Dec 17:31
Compare
Choose a tag to compare
3.0.0

change Chain constructor to variadic

DNS Record Data Types

05 Dec 05:31
b5f45d6
Compare
Choose a tag to compare
  • Added DNS Record data types for extra data value attributes that come along with SOA, TXT, MX, and NS records

  • Fixed a bug with DNSRecordCollection filtering

  • Made Hostname always suffix with the .

Add logger setter for chained resolvers

03 Dec 23:49
Compare
Choose a tag to compare
2.1.1

add logger setter on Chain

Loosen up PSR/Log Requirements

03 Dec 23:00
Compare
Choose a tag to compare
2.1.0

lax up psr/log version requirement

Simplified Interface, Chain Query Strategies, Logging

03 Dec 22:25
6a47559
Compare
Choose a tag to compare
Merge pull request #3 from remotelyliving/simplified-interface

simplify arguments for interface spec

Relax PHP Version Constraint

30 Nov 03:40
Compare
Choose a tag to compare

7.1 is now supported

Suppress errors from dns_get_record()

29 Nov 23:48
Compare
Choose a tag to compare
1.2.1

suppress warnings on local system dns lookup

Relax Event Dispatcher Constraints

29 Nov 16:47
Compare
Choose a tag to compare
1.2.0

relax version constraint on event dispatcher

Minor Improvements

22 Nov 02:14
Compare
Choose a tag to compare
  • Fix some formatting
  • Kill unused temp
  • Get Scrutinizer CI up and running
  • Enhance REPL env