Skip to content

Releases: amphp/dns

2.0.0 Beta 4

07 Nov 22:23
v2.0.0-beta.4
24f3eea
Compare
Choose a tag to compare
2.0.0 Beta 4 Pre-release
Pre-release
  • Added compatibility with Revolt v1.x
  • Added optional Cancellation parameter to Resolver methods
  • Renamed Config to DnsConfig
  • Renamed ConfigLoader to DnsConfigLoader
  • Renamed UnixConfigLoader to UnixDnsConfigLoader
  • Renamed WindowsConfigLoader to WindowsDnsConfigLoader

2.0.0 Beta 3

22 Feb 23:28
v2.0.0-beta.3
Compare
Choose a tag to compare
2.0.0 Beta 3 Pre-release
Pre-release
  • Fixed preference to IPv4 instead of relying on the first response from the DNS server.
    This restores the behavior of v1.x. Systems without IPv6 connectivity might have had problems with connections being attempted to IPv6 addresses.

2.0.0 Beta 2

03 Feb 22:43
v2.0.0-beta.2
Compare
Choose a tag to compare
2.0.0 Beta 2 Pre-release
Pre-release
  • Update to revolt/event-loop 0.2.x
  • Fix getting search domain from hostname

2.0.0 Beta 1

15 Dec 23:28
v2.0.0-beta.1
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release
  • Removed promises in favor of fibers.
  • Compatibility with Amp v3 and Revolt.

1.2.3

21 Jul 19:39
v1.2.3
Compare
Choose a tag to compare
  • Improved error message if no response was received

1.2.2

20 Jun 10:08
v1.2.2
Compare
Choose a tag to compare
  • Fixed resolving domains with search list and ndots > 1 (#99)

1.2.1

03 Dec 18:09
v1.2.1
Compare
Choose a tag to compare
  • Fixed resolving dotless host names without search option, e.g. Docker containers (#93, #94)

1.2.0

30 Jul 16:17
v1.2.0
Compare
Choose a tag to compare
  • Added support for search list and ndots option
  • Added support for rotate option
  • Added support for LOCALDOMAIN and RES_OPTIONS environment variables
  • Increased default timeout from 3s to 5s and limit it to 30s

Thanks to @brzuchal for implementing these features.

1.1.0

08 Jul 21:08
v1.1.0
Compare
Choose a tag to compare
  • Support final dot in DNS names (#83)
  • Provide blocking fallback if config cannot be loaded (#86)
  • Fix empty resolution result on too many redirects (#87)

0.9.15

08 Jul 21:05
v0.9.15
Compare
Choose a tag to compare
  • Allow underscores in hostnames
  • Support final dot in DNS names (#83)
  • Fix empty resolution result on too many redirects (#87)