libp2p v0.37.0
Upgrading
Please see the migration guide for upgrading to this release: doc/migrations/v0.36-v.037.md
⚠ BREAKING CHANGES
- types are no longer hand crafted, this module is now ESM only
Features
Bug Fixes
- add transport manager to exports map and fix docs (#1182) (cc60cfd)
- emit peer:connect after all (#1171) (d16817c)
- encode enums correctly (#1210) (4837430)
- expose getPublicKey (#1188) (1473044)
- expose metrics and registrar, use dht for peer discovery (#1183) (64bfcee)
- simplify pnet exports (#1213) (3148060)
- update deps (#1181) (8cca8e4)
- update interfaces (#1207) (da3d19b)
- update pubsub interfaces (#1194) (fab4f13)
- update to new interfaces (#1206) (a15254f)
- use placeholder dht/pubsub (#1193) (5397137)