Releases: libp2p/js-libp2p-floodsub
Releases · libp2p/js-libp2p-floodsub
v0.23.0
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.2
chore: release version v0.21.2
v0.21.0
Chores
BREAKING CHANGES
- using new topology api with peer-id instead of peer-info and new pubsub internal peer data structure
v0.20.1
chore: release version v0.20.1
v0.20.0
Chores
BREAKING CHANGES
- getPeersSubscribed from parent class renamed to getSubscribers to remove redundant wordin