Skip to content

Releases: textileio/go-libp2p-pubsub-rpc

v0.0.9

17 Mar 12:22
4f6d116
Compare
Choose a tag to compare

A quick fix adjusting that now libp2p automatically enables QUIC, and panicking if added as an extra transport when initing.

v0.0.8

09 Mar 20:50
115b5d6
Compare
Choose a tag to compare

Updating dependencies.

v0.0.7

24 Feb 13:29
2ba2443
Compare
Choose a tag to compare

IMPORTANT

Changes:

  • When joining a topic with subscription enabled, the corresponding handler will be called in a separate goroutine whenever a message is received. Saying it differently, messages won't be processed in a blocking way letting other messages wait. Before upgrading to this version, be sure that your handlers are concurrent safe.

v0.0.6

27 Oct 16:58
c781ac1
Compare
Choose a tag to compare
  • Update libp2p related deps.

v0.0.5

21 Aug 17:32
7755799
Compare
Choose a tag to compare
  • Adds rpc.WithRepublishing option. Republishing is off by default.

v0.0.4

12 Aug 21:36
08dfe40
Compare
Choose a tag to compare
  • prevent joining an already existed response topic (#13)

v0.0.3

11 Aug 18:09
3155738
Compare
Choose a tag to compare
  • Updates go-libp2p tp v0.14.4
  • Release lock before calling user-defined message handler

v0.0.2

30 Jul 21:43
bacbacf
Compare
Choose a tag to compare

Adds message republishing to Publish when new peers join the topic.

v0.0.1

22 Jul 21:15
72b321e
Compare
Choose a tag to compare

Initial release.