Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: libp2p/go-libp2p-blankhost

v0.4.0

25 May 19:33
f4a3833
Compare
Choose a tag to compare

Repo Deprecation

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/host/blank.

v0.3.0

08 Dec 05:26
311a313
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 Jun 19:52
fd136a8
Compare
Choose a tag to compare
  • Fixes a bug where streams were closed, not reset. Because we weren't using full close, this could have been leaking streams.
  • Upgrades go-libp2p-core to 0.6.0

v0.1.6

11 May 15:25
692dae5
Compare
Choose a tag to compare
  • #45 Subscribe specified connection manager to network notifications

v0.1.5

08 May 17:37
a35db1d
Compare
Choose a tag to compare

Adds support for custom connection managers [#44]

v0.1.4

24 Aug 15:30
da3b452
Compare
Choose a tag to compare
  • Upgrades go-libp2p-core and go-eventbus dependencies to fix a panic on duplicate host.Close() (now idempotent).

v0.1.3

21 Jun 17:41
a50d1c7
Compare
Choose a tag to compare
  • upgrade to latest eventbus.

v0.1.2

20 Jun 15:28
040d75f
Compare
Choose a tag to compare
  • make BlankHost support the eventbus.
  • emit local protocol events when handlers are added and removed.

v0.1.1

25 May 11:31
faf0508
Compare
Choose a tag to compare

follow-up to v0.1.0 finalising the migration to new consolidated types.