Releases: remotelyliving/php-dns
Releases · remotelyliving/php-dns
Fix LocalResolver
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
3.0.0 change Chain constructor to variadic
DNS Record Data Types
-
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
2.1.1 add logger setter on Chain
Loosen up PSR/Log Requirements
2.1.0 lax up psr/log version requirement
Simplified Interface, Chain Query Strategies, Logging
Merge pull request #3 from remotelyliving/simplified-interface simplify arguments for interface spec
Relax PHP Version Constraint
7.1 is now supported
Suppress errors from dns_get_record()
1.2.1 suppress warnings on local system dns lookup
Relax Event Dispatcher Constraints
1.2.0 relax version constraint on event dispatcher
Minor Improvements
- Fix some formatting
- Kill unused temp
- Get Scrutinizer CI up and running
- Enhance REPL env