Releases: libp2p/go-libp2p-blankhost
Releases · libp2p/go-libp2p-blankhost
v0.4.0
Repo Deprecation
This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/host/blank.
v0.2.0
- 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
- #45 Subscribe specified connection manager to network notifications
v0.1.5
Adds support for custom connection managers [#44]
v0.1.4
- Upgrades go-libp2p-core and go-eventbus dependencies to fix a panic on duplicate
host.Close()
(now idempotent).
v0.1.3
- upgrade to latest eventbus.
v0.1.2
- make BlankHost support the eventbus.
- emit local protocol events when handlers are added and removed.
v0.1.1
follow-up to v0.1.0 finalising the migration to new consolidated types.