libp2p / js-peer-info

libp2p Peer abstraction Node.js implementation
https://libp2p.io
MIT License
37 stars 28 forks source link

Please release as v0.17.0 #81

Closed achingbrain closed 5 years ago

achingbrain commented 5 years ago

Much like https://github.com/multiformats/js-mafmt/issues/44, pulling in multiaddr@v7 has broken things that depend on this module by having two versions of multiaddrs in the tree and/or where they expect the string ipfs to be in the string version of the multiaddr. This is wrong, obviously, but shouldn't be pointed out to module consumers via a patch release.

Could you please release v0.16.2 of this module with multiaddr@v6 and v0.17.0 with multiaddr@v7?

Then we can control when we pull the upgrade in.