Skip to content

Releases: multiformats/go-multiaddr-dns

v0.3.1

14 Apr 18:08
448c10b
Compare
Choose a tag to compare

Changelog:

  • #27 -- Normalize domains to fqdn for resolver selection

v0.3.0

09 Apr 09:49
963a26a
Compare
Choose a tag to compare

This release brings the ability to specify custom per domain resolvers and a new constructor for the Resolver type which utilizes options to specify both the default resolver and custom resolvers.

v0.2.0

30 Sep 14:58
v0.2.0
aeb5743
Compare
Choose a tag to compare
  • Add support for the /dns protocol (resolves both ip4 and ip6 DNS records)
  • Support resolving multiple /dns* records in a single address.

v0.1.1

27 Sep 11:17
fc9a9ea
Compare
Choose a tag to compare

Move protocol definitions to go-multiaddr so users don't have to import ad-hoc modules to parse a multiaddr.