Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Releases: libp2p/js-libp2p-pubsub

v0.3.2

28 Nov 10:37
Compare
Choose a tag to compare

Bug Fixes

v0.3.1

15 Nov 14:05
Compare
Choose a tag to compare

Bug Fixes

v0.3.0

14 Nov 13:40
Compare
Choose a tag to compare

Code Refactoring

BREAKING CHANGES

  • Switch to using async/await and async iterators.

v0.2.1

26 Sep 09:20
Compare
Choose a tag to compare

Bug Fixes

  • add gossipsub implementation in README (2684e36)
  • typo in README (929ec61)

Features

  • allow inline public keys in messages (3b3fcea)

v0.2.0

08 Jul 12:56
Compare
Choose a tag to compare

Bug Fixes

  • use strict signing properly and fix callback issue (ca99ce9)

Features

  • add validate method for validating signatures (c36fefa)

v0.1.0

07 May 10:06
Compare
Choose a tag to compare

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

22 Apr 15:33
Compare
Choose a tag to compare
chore: release version v0.0.4

v0.0.3

17 Apr 11:30
Compare
Choose a tag to compare

Bug Fixes

  • align topicid protobuf variable names (f9a27d7)
  • libp2p crypto for linting (b654c37)

Features

  • added libp2p-crypto and bs58 dependencies (c759f38)
  • added utils.js from js-libp2p-floodsub (d83e357)

v0.0.2

08 Feb 11:40
Compare
Choose a tag to compare

Features

  • added a time cache and a mapping of topics to peers (13a56a4)

v0.0.1

25 Jan 17:39
Compare
Choose a tag to compare

Bug Fixes

Features