Releases: ChainSafe/js-libp2p-gossipsub
Releases · ChainSafe/js-libp2p-gossipsub
v14.0.0
14.0.0 (2024-09-11)
⚠ BREAKING CHANGES
Features
v13.2.0
13.2.0 (2024-08-19)
Features
- add
gossipFactor
parameter to GossipsubOpts
(#502) (07b995c)
Miscellaneous
v13.1.1
13.1.1 (2024-08-09)
Bug Fixes
Miscellaneous
- deps-dev: bump undici from 5.28.2 to 5.28.4 (#495) (7aa91c2)
v13.1.0
13.1.0 (2024-06-20)
Features
- add service capabilities and dependencies definition (#497) (9ffc2a2)
- publish at least mesh_n peers (#493) (bc3906f)
v13.0.0
13.0.0 (2024-02-27)
⚠ BREAKING CHANGES
- The
allowPublishToZeroPeers
option has been renamed to allowPublishToZeroTopicPeers
Features
- graft/prune events and mesh peer tagging (#383) (42b5b92)
Bug Fixes
- make PublishError.InsufficientPeers more self-explanatory (#487) (1958aab), closes #472
v12.0.0
12.0.0 (2024-02-10)
⚠ BREAKING CHANGES
- switch back to protons (#468)
Features
v11.2.0
11.2.0 (2024-01-30)
Features
- add runOnTransientConnection option to pass to registrar (#485) (986ff6c)
Bug Fixes