Releases: textileio/go-libp2p-pubsub-rpc
Releases · textileio/go-libp2p-pubsub-rpc
v0.0.9
v0.0.8
v0.0.7
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
v0.0.5
- Adds
rpc.WithRepublishing
option. Republishing is off by default.
v0.0.4
v0.0.3
- Updates
go-libp2p
tpv0.14.4
- Release lock before calling user-defined message handler
v0.0.2
Adds message republishing to Publish
when new peers join the topic.
v0.0.1
Initial release.