Skip to content

Releases: libp2p/js-libp2p-daemon

v0.2.1

29 Apr 15:15
bde885e
Compare
Choose a tag to compare

Bug Fixes

Features

  • add support initial peerstore support (#14) (36a520c)

v0.2.0

20 Mar 10:14
3facc3f
Compare
Choose a tag to compare

Bug Fixes

  • decapsulate ipfs protocol on daemon startup (#11) (190df09)

Features

BREAKING CHANGES

  • The --sock param/flag has been replaced by --listen, which now expects a multiaddr string.

Example: jsp2pd --sock=/tmp/p2p.sock would now be jsp2pd --listen=/unix/tmp/p2p.sock

  • feat: add support for unix multiaddr listen
  • feat: add support for hostAddrs flag
  • feat: add support for websockets
  • feat: add announceAddrs support
  • test: split up tests into files
  • feat: use multiaddr instead of path for everything
  • feat: update stream handler to use multiaddr bytes
  • chore: fix lint
  • chore: update multiaddr dep
  • test: fix test runners
  • fix: add a default host address
  • fix: catch decapsulate errors when no ipfs present
  • chore: fix feedback

v0.1.2

14 Feb 10:47
c131161
Compare
Choose a tag to compare

Bug Fixes

  • remove ipfs from identify multiaddrs (7cee6ea)

v0.1.1

13 Feb 15:10
a0ed23d
Compare
Choose a tag to compare

Bug Fixes

  • connect should use peer id in bytes (021b006)

v0.1.0

31 Jan 17:56
9235bd0
Compare
Choose a tag to compare

Features

  • initial implementation of the libp2p daemon spec (#1) (383a6bd)