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.23.0

25 Aug 11:48
Compare
Choose a tag to compare

Bug Fixes

  • replace node buffers with uint8arrays (5a522b4)

Chores

BREAKING CHANGES

  • using libp2p-interface pubsub with new API
    • The .data property of received pubsub messages was a Buffer,
      now it is a Uint8Array
  • All deps of this module use Uint8Arrays

v0.21.3

04 Jun 08:35
Compare
Choose a tag to compare

Bug Fixes

v0.20.4

04 Jun 08:12
Compare
Choose a tag to compare

Bug Fixes

v0.21.2

04 May 11:31
Compare
Choose a tag to compare
chore: release version v0.21.2

v0.21.1

23 Apr 14:16
Compare
Choose a tag to compare

Bug Fixes

v0.21.0

23 Apr 07:22
Compare
Choose a tag to compare

Chores

BREAKING CHANGES

  • using new topology api with peer-id instead of peer-info and new pubsub internal peer data structure

v0.20.3

23 Apr 14:24
Compare
Choose a tag to compare

Bug Fixes

v0.20.2

14 Feb 11:22
Compare
Choose a tag to compare

Bug Fixes

v0.20.1

06 Feb 09:05
Compare
Choose a tag to compare
chore: release version v0.20.1

v0.20.0

02 Dec 09:50
Compare
Choose a tag to compare

Chores

BREAKING CHANGES

  • getPeersSubscribed from parent class renamed to getSubscribers to remove redundant wordin