This repository was archived by the owner on Feb 12, 2024. It is now read-only.
v0.38.0
Bug Fixes
- tests: remove Math.random from tests (#2431) (60bf020)
- make progress bar work again when adding files (#2386) (f6dcb0f), closes #2379
- really allow logo to appear on npm (02e521e)
Features
- garbage collection (#2022) (44045b0)
- add support for ipns and recursive to ipfs resolve (#2297) (039675e)
- enable pubsub via config file and enabled by default (#2427) (27751cf), closes ipfs/js-ipfsd-ctl#366 ipfs/go-ipfs#6621
- support adding async iterators (#2379) (3878f0f)
- web ui 2.5.1 (#2434) (39ef553)
- gossipsub as default pubsub (#2298) (902e045)
BREAKING CHANGES
- pubsub is now enabled by default and the experimental flag was removed
recursive
is nowtrue
by default inipfs resolve
- The default pubsub implementation has changed from floodsub to gossipsub