Releases: ChainSafe/js-libp2p-gossipsub
Releases · ChainSafe/js-libp2p-gossipsub
v0.2.5
chore: release version v0.2.5
v0.2.4
v0.2.3
Bug Fixes
- fix double publish bug (519f868), closes /github.com/ChainSafe/gossipsub-js/blob/master/test/floodsub.spec.js#L21 /travis-ci.com/ChainSafe/gossipsub-js/jobs/278427804#L270
- fix heartbeat startup/shutdown timing bug (a8302f9)
- parameter to _onPeerDisconnected (d43ceb5)
Performance Improvements
0.2.1
Bug Fixes
- bind is not needed (7faae98)
Chores
- update dependencies (7a44b66)
Code Refactoring
- switch to async iterators (3027835)
BREAKING CHANGES
- getPeersSubscribed from parent class renamed to getSubscribers to remove redundant wording
- Switch to using async/await and async iterators for all the API. Moreover, gossipsub does not need the libp2p instance anymore, receiving a registerar that enables it to receive the necessary events from libp2p
v0.2.2
Bug Fixes
- bind is not needed (7faae98)
- fix double publish bug (519f868), closes /github.com/ChainSafe/gossipsub-js/blob/master/test/floodsub.spec.js#L21 /travis-ci.com/ChainSafe/gossipsub-js/jobs/278427804#L270
- fix heartbeat startup/shutdown timing bug (a8302f9)
- parameter to _onPeerDisconnected (d43ceb5)
Chores
- update dependencies (7a44b66)
Code Refactoring
- switch to async iterators (3027835)
BREAKING CHANGES
- getPeersSubscribed from parent class renamed to getSubscribers to remove redundant wording
- Switch to using async/await and async iterators for all the API. Moreover, gossipsub does not need the libp2p instance anymore, receiving a registerar that enables it to receive the necessary events from libp2p
v0.2.1
chore: release version v0.2.1
v0.0.5
v0.0.3
Merge pull request #37 from ChainSafe/cayman/bump-version v0.0.3
v0.0.2
chore: release version v0.0.2