Releases: multiformats/go-multiaddr
Releases · multiformats/go-multiaddr
Release v0.2.2
In our quest to simplify the codebase of go-libp2p, this package has absorbed the Multiaddr Filter component that previously lived in the libp2p/go-maddr-filter
repo.
Release v0.2.1
Adds the WSS protocol.
v0.2.0
Switches multiaddrs from /ipfs/Qm... to /p2p/Qm... by default to reduce confusion.
See: https://discuss.libp2p.io/t/multiaddr-format-change-ipfs-p2p/330
v0.1.2
- Enforce minimal varint encoding when decoding multiaddrs. See multiformats/unsigned-varint#19
- Ensure codecs fit in 32bit integers for compatibility. We can increase the size, but we'd need to change the Protocol.Codec type from int to uint64.