libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
309 stars 178 forks source link

New release compatible with go-libp2p v0.32 #547

Closed sukunrt closed 8 months ago

sukunrt commented 8 months ago

go-libp2p v0.32 removes peer.ID.Pretty method. That makes the latest release v0.9.3 incompatible with go-libp2p v0.32. Can we cut a new patch release?

vyzo commented 8 months ago

Sure, we can do that.

On Tue, Oct 31, 2023, 12:46 Sukun @.***> wrote:

go-libp2p v0.32 removes peer.ID.Pretty method. That makes the latest release v0.9.3 incompatible with go-libp2p v0.32. Can we cut a new patch release?

— Reply to this email directly, view it on GitHub https://github.com/libp2p/go-libp2p-pubsub/issues/547, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAI4SWTFUY3SAQRLUUINJ3YCDJI5AVCNFSM6AAAAAA6XPAVHCVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TAMJXGA4DSNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

vyzo commented 8 months ago

Care for a patch to bump libp2p to v0.32? We can then make a minor release.