Skip to content

Releases: multiformats/go-multiaddr

v0.7.0

08 Sep 15:24
930206d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

22 Jun 20:36
043a1ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

03 Jan 07:44
f901192
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

21 Sep 17:04
fc72303
Compare
Choose a tag to compare
  • adds a the plaintextv2 code point (#165)

v0.4.0

26 Jul 07:35
71e3298
Compare
Choose a tag to compare

New Features

Breaking Changes

  • remove deprecated SwapToP2pMultiaddrs (#161)
  • remove deprecated Filters.Filters, Filters.Remove and Filters.AddDialFilter (#157)
  • remove deprecated NetCodec and associated functions (#159)

v0.3.3

24 Jun 02:02
7cb054e
Compare
Choose a tag to compare

Fixes a panic when net.Conn.LocalAddr() returns nil, which apparently can happen on OpenBSD.

v0.3.1

25 Aug 19:17
d18c05e
Compare
Choose a tag to compare

Added go mod references to libraries which have been deprecated and moved into this package. #132

v0.3.0

19 Aug 00:07
26a85b9
Compare
Choose a tag to compare
  • Moves go-multiaddr-net into the "net" subpackage. Please upgrade to go-multiaddr-net 0.1.6 (or, ideally, switch over to the net subpackage of this package).
  • Can now decode PeerIDs that are represented as CIDs in /p2p multiaddrs instead of only processing base58btc encoded multihashes #130

Release v0.2.2

14 May 15:36
192ac0f
Compare
Choose a tag to compare

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

29 Feb 03:04
v0.2.1
8ae68cf
Compare
Choose a tag to compare

Adds the WSS protocol.