Releases: multiformats/go-multiaddr-dns
Releases · multiformats/go-multiaddr-dns
v0.4.1
What's Changed
- fix: If decapsulating is empty, skip it. by @MarcoPolo in #65
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Breaking Changes
Only resolve one DNS component at a time when a user calls .Resolve
. See #61 for more details.
What's Changed
- use net.IP.Equal to compare IP addresses by @marten-seemann in #30
- remove gx by @marten-seemann in #38
- remove Jenkinsfile by @marten-seemann in #40
- update go-multiaddr to v0.3.3 by @marten-seemann in #39
- remove deprecated types by @marten-seemann in #37
- Bump go-multiaddr dependency by @MarcoPolo in #62
- fix!: Only resolve the first DNS-like component by @MarcoPolo in #61
- Limit total number of resolved addresses from DNS response by @MarcoPolo in #63
New Contributors
- @marten-seemann made their first contribution in #30
- @MarcoPolo made their first contribution in #62
Full Changelog: v0.3.1...v0.4.0