This repository was archived by the owner on Jun 26, 2023. It is now read-only.
@libp2p/interfaces-v1.0.0
·
1024 commits
to master
since this release
@libp2p/interfaces-v1.0.0 (2022-01-05)
Bug Fixes
- correct errors path in exports map (#136) (3ce2e3a)
- make connection upgrade and encryption abortable (#121) (d31583d)
- move errors (#132) (21d282a)
- update dialer tests (#116) (c679729)
Features
- add auto-publish (#134) (e228d26)
- remove getPublicKey method from dht (603c818)
- simpler peer id (#117) (fa2c4f5)
- split out code, convert to typescript (#111) (e174bba), closes #110 #101
- update package names (#133) (337adc9)
BREAKING CHANGES
- the dht.getPublicKey method has been removed
- not all fields from concrete classes have been added to the interfaces, some adjustment may be necessary as this gets rolled out