libp2p v0.36.0
⚠ BREAKING CHANGES
- abort-controller dep is gone from dependency tree
libp2p.handle
,libp2p.registrar.register
and the peerstore methods have become async
Features
- add fetch protocol (#1036) (d8ceb0b)
- async peerstore backed by datastores (#1058) (978eb36)
- connection gater (#1142) (ff32eba)
Bug Fixes
- cache build artefacts (#1091) (5043cd5)
- catch errors during identify (#1138) (12f1bb0)
- import uint8arrays package in example (#1083) (c3700f5)
- make tests more reliable (#1139) (b7e8706)
- prevent auto-dialer from dialing self (#1104) (9b22c6e)
- remove abort-controller dep (#1095) (0a4dc54)
- try all peer addresses when dialing a relay (#1140) (63aa480)
- update any-signal and timeout-abort-controller (#1128) (e0354b4)
- update multistream select (#1136) (00e4959)
- update node-forge (#1133) (a4bba35)