Skip to content

Releases: multiformats/go-multiaddr

v0.2.0

10 Dec 15:25
8c6cee1
Compare
Choose a tag to compare

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

06 Nov 18:36
64e3415
Compare
Choose a tag to compare
  • 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.