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

Releases: libp2p/js-libp2p-floodsub

v0.19.0

14 Nov 18:10
Compare
Choose a tag to compare

Code Refactoring

BREAKING CHANGES

  • Switch to using async/await and async iterators.

v0.18.0

06 Sep 09:45
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • messages are not self emitted by default anymore. You need to set the emitSelf option to true to use it

v0.17.2

03 Sep 12:46
Compare
Choose a tag to compare

Features

  • pass options to base protocol constructor (#87) (daa97f8)

v0.17.1

25 Jul 09:24
Compare
Choose a tag to compare

Features

v0.17.0

08 Jul 13:42
Compare
Choose a tag to compare

Features

  • add strict signing validation for messages (#84 (eed2bc5)

BREAKING CHANGES

  • If messages are not being signed, this change will result in them being dropped. A previous release of floodsub added signing by default, but any Floodsub version older than v0.16.0 will have their messages dropped. This is inline with the latest go pubsub behavior.

v0.16.1

08 May 20:18
Compare
Choose a tag to compare

Bug Fixes

  • _emitMessages should not emit normalized messages (#79) (917b7f1)

v0.16.0

07 May 10:46
Compare
Choose a tag to compare

Bug Fixes

Features

BREAKING CHANGES

  • publish now takes a callback as it needs to sign messages

v0.15.8

14 Feb 14:34
Compare
Choose a tag to compare
chore: release version v0.15.8

v0.15.7

09 Jan 18:22
Compare
Choose a tag to compare

Bug Fixes

v0.15.6

04 Jan 09:52
Compare
Choose a tag to compare
chore: release version v0.15.6