Releases: multiformats/go-multiaddr
Releases · multiformats/go-multiaddr
v0.9.0
What's Changed
- Bump golang.org/x/crypto from 0.0.0-20190611184440-5c40567a22f8 to 0.1.0 by @dependabot in #191
- Update webrtc protocols after rename by @MarcoPolo in #195
- Release v0.9.0 by @MarcoPolo in #196
New Contributors
- @dependabot made their first contribution in #191
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.0
What's Changed
- Add webrtc by @ckousik in #179
- sync: update CI config files by @web3-bot in #180
- Add SNI by @MarcoPolo in #182
- Fix comment on Decapsulate by @MarcoPolo in #181
- use decimal numbers for multicodecs by @marten-seemann in #184
- Release v0.7.0 by @MarcoPolo in #183
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- add a Contains function by @marten-seemann in #172
- sync: update CI config files by @web3-bot in #174
- Add ipcidr support by @MarcoPolo in #177
- add WebTransport multiaddr components by @marten-seemann in #176
- release v0.6.0 by @MarcoPolo in #178
New Contributors
- @MarcoPolo made their first contribution in #177
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- move ResolveUnspecifiedAddress(es) and FilterAddrs here from libp2p/go-addr-util by @marten-seemann in #168
- remove wrong (and redundant) IsIpv6LinkLocal by @marten-seemann in #170
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
v0.3.3
Fixes a panic when net.Conn.LocalAddr()
returns nil
, which apparently can happen on OpenBSD.