Releases: libp2p/js-libp2p-daemon
Releases · libp2p/js-libp2p-daemon
v0.6.1
chore: release version v0.6.1
v0.6.0
chore
BREAKING CHANGES
- secio removed and noise is now default crypto, multiaddr@9 and libp2p@31
v0.5.2
Bug Fixes
- replace node buffers with uint8arrays (#41) (cd009d5)
Features
- add support for specifying noise (#32) (e5582cd)
- specify libp2p dependency through env (#30) (07b0695)
v0.5.1
chore: release version v0.5.1
v0.5.0
Bug Fixes
- replace node buffers with uint8arrays (#41) (cd009d5)
BREAKING CHANGES
-
- All deps of this module now use uint8arrays in place of node buffers
-
chore: bump deps
Co-authored-by: Jacob Heun [email protected]
v0.4.0
chore: release version v0.4.0
v0.3.0
Features
- specify libp2p dependency through env (#30) (07b0695)
v0.2.2
Bug Fixes
- bin: exit with status 1 on unhandled rejection (#23) (596005d)
- main: deal with unhandled rejections (#20) (49e685a)
- package.json: fix main property (#22) (1d505b8)
- resolve loading of private key from file (#21) (3e70ace)