7.0.2 (2023-06-27)
- Update .github/workflows/semantic-pull-request.yml [skip ci] (3e98edd)
- Update .github/workflows/stale.yml [skip ci] (95c7400)
7.0.1 (2023-04-18)
7.0.0 (2023-04-18)
- update stream types (#219)
6.0.3 (2023-03-20)
6.0.2 (2023-03-10)
6.0.1 (2023-03-10)
- Update .github/workflows/semantic-pull-request.yml [skip ci] (258b856)
- Update .github/workflows/semantic-pull-request.yml [skip ci] (3e5da6a)
- Update .github/workflows/semantic-pull-request.yml [skip ci] (cac8712)
6.0.0 (2023-01-06)
- update multiformats to v11 (#204)
- update readme (3bb5712)
5.0.0 (2022-10-12)
- modules no longer implement
Initializable
instead switching to constructor injection
- remove @libp2p/components (#192) (9916896), closes libp2p/js-libp2p-components#6
4.0.1 (2022-10-11)
4.0.0 (2022-10-07)
- update all deps to the latest versions (#187)
- Update .github/workflows/stale.yml [skip ci] (140a356)
3.0.7 (2022-09-07)
3.0.6 (2022-09-07)
3.0.5 (2022-08-11)
3.0.4 (2022-08-10)
3.0.3 (2022-08-03)
3.0.2 (2022-06-30)
3.0.1 (2022-06-30)
3.0.0 (2022-06-17)
- connection and registrar APIs have changed
2.0.0 (2022-06-15)
- uses new single-issue libp2p interface modules
1.0.7 (2022-05-23)
1.0.6 (2022-04-22)
1.0.5 (2022-04-20)
1.0.4 (2022-04-09)
1.0.3 (2022-04-08)
- fix release command (d2c2dc0)
1.0.2 (2022-03-24)
1.0.1 (2022-03-16)
1.0.0 (2022-02-28)
- switch to named exports, ESM only
0.29.1 (2022-02-18)
0.29.0 (2021-12-31)
- peerstore methods are now all async
0.28.0 (2021-12-02)
- requires node 15+
0.27.1 (2021-08-19)
0.27.0 (2021-07-09)
- uses new multiaddr, libp2p-interfaces, etc
0.26.0 (2021-05-28)
0.25.3 (2021-05-28)
0.25.2 (2021-05-28)
0.25.1 (2021-04-15)
0.25.0 (2021-04-13)
0.24.1 (2020-12-16)
0.24.0 (2020-11-13)
- signing policy added instead of strictsigning options
0.23.1 (2020-09-04)
0.23.0 (2020-08-25)
- replace node buffers with uint8arrays (5a522b4)
- using libp2p-interface pubsub with new API
-
- The
.data
property of received pubsub messages was a Buffer, now it is a Uint8Array
- The
- All deps of this module use Uint8Arrays
0.22.0 (2020-08-11)
- replace node buffers with uint8arrays (5a522b4)
-
- The
.data
property of received pubsub messages was a Buffer, now it is a Uint8Array
- The
- All deps of this module use Uint8Arrays
0.21.3 (2020-06-04)
0.21.2 (2020-05-04)
0.21.1 (2020-04-23)
0.21.0 (2020-04-23)
- using new topology api with peer-id instead of peer-info and new pubsub internal peer data structure
0.20.2 (2020-02-14)
0.20.1 (2020-02-06)
0.20.0 (2019-12-02)
- getPeersSubscribed from parent class renamed to getSubscribers to remove redundant wordin
0.19.0 (2019-11-14)
- Switch to using async/await and async iterators.
0.18.0 (2019-09-06)
- messages are not self emitted by default anymore. You need to set the emitSelf option to true to use it
0.17.2 (2019-09-03)
0.17.1 (2019-07-25)
0.17.0 (2019-07-08)
- 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.
0.16.1 (2019-05-08)
0.16.0 (2019-05-07)
- publish now takes a callback as it needs to sign messages
0.15.8 (2019-02-14)
0.15.7 (2019-01-09)
0.15.6 (2019-01-04)
0.15.5 (2018-12-15)
0.15.4 (2018-12-15)
0.15.3 (2018-12-06)
0.15.2 (2018-11-28)
0.15.1 (2018-10-23)
0.15.0 (2018-04-05)
0.14.1 (2018-02-12)
0.14.0 (2018-02-10)
- use latest libp2p (22af5cc)
0.13.1 (2017-12-05)
0.13.0 (2017-11-22)
0.12.1 (2017-11-20)
0.12.0 (2017-11-16)
0.11.1 (2017-09-07)
0.11.0 (2017-07-23)
0.10.1 (2017-07-21)
- update deps and stop using swarm directly (281771e)
0.10.0 (2017-07-07)
0.9.4 (2017-05-16)
- avoid race condition on unsubscribe (8cf5498)
0.9.3 (2017-05-12)
- check if peer exists first (6b18a4f)
0.9.2 (2017-05-12)
- race condition (8dd9f3b)
- really nasty race condition that would only happen on travis while running js-ipfs tests (09220b9)
0.9.1 (2017-05-04)
- use async setImmediate, make browserify happy (9ec264b)
0.9.0 (2017-04-03)
- new libp2p apis (21d8ff5)
0.8.1 (2017-03-29)
0.8.0 (2017-03-27)
- update to latest libp2p-api (798c2ae)
0.7.5 (2017-03-21)
0.7.4 (2017-02-20)
0.7.3 (2017-02-09)
- change window to self for webworker support (61d396f)
0.7.2 (2017-01-29)
0.7.1 (2017-01-11)
- do not end not started streams (fb8cb95)
- match expectation on start (that dials are done) (b802af9)
0.7.0 (2017-01-09)
- add start and stop to FloodSub (c7d1c57)
0.6.0 (2016-12-21)
0.5.0 (2016-12-18)
0.4.1 (2016-12-11)
0.4.0 (2016-11-28)
0.3.1 (2016-11-17)
- remove fs as a dependency + update aegir (e6ae36b)