This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Releases: libp2p/js-libp2p-pubsub
Releases · libp2p/js-libp2p-pubsub
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.0
Features
- add support for message signing (5cb17fd)
BREAKING CHANGES
- as .publish should now sign messages (via _buildMessage) it now requires a callback since signing is async. This also adds an options param to the pubsub constructor to allow for disabling signing. While this change shouldnt break things upstream, implementations need to be sure to call _buildMessage for each message they will publish.
v0.0.4
chore: release version v0.0.4