Skip to content

Releases: libp2p/js-libp2p-daemon

v0.6.1

11 Jun 10:21
Compare
Choose a tag to compare
chore: release version v0.6.1

v0.6.0

03 May 15:11
Compare
Choose a tag to compare

chore

BREAKING CHANGES

  • secio removed and noise is now default crypto, multiaddr@9 and libp2p@31

v0.5.2

16 Feb 09:13
Compare
Choose a tag to compare

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

26 Aug 11:25
600f0e3
Compare
Choose a tag to compare
chore: release version v0.5.1

v0.5.0

23 Aug 21:43
29996cb
Compare
Choose a tag to compare

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

05 Jun 14:21
62dd4cf
Compare
Choose a tag to compare
chore: release version v0.4.0

v0.3.1

22 Apr 15:47
4fdaf0f
Compare
Choose a tag to compare

Features

  • add support for specifying noise (#32) (e5582cd)

v0.3.0

31 Jan 09:00
6076863
Compare
Choose a tag to compare

Features

  • specify libp2p dependency through env (#30) (07b0695)

v0.2.3

26 Aug 18:02
aa2fb6c
Compare
Choose a tag to compare

Bug Fixes

Features

v0.2.2

10 Jul 11:35
26a74f2
Compare
Choose a tag to compare

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)