This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
Releases: libp2p/go-libp2p-transport-upgrader
Releases · libp2p/go-libp2p-transport-upgrader
v0.8.0
v0.7.1
v0.7.0
What's Changed
- make the accept timeout configurable, stop using transport.AcceptTimeout by @marten-seemann in #98
- reset the temporary error catcher delay after successful accept by @marten-seemann in #97
- use the new transport.Upgrader interface by @marten-seemann in #100
- rename the package to upgrader by @marten-seemann in #101
- use the Resource Manager by @marten-seemann in #99
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- use the new network.ConnStats by @marten-seemann in #92
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Breaking Changes
- deprecate
Upgrader.UpgradeOutbound
andUpgrader.UpgradeInbound
. UseUpgrader.Upgrade
instead. One MAY pass a peer ID to inbound upgrades.
v0.4.4
updates dependencies
v0.4.3
This release stops using the deprecated package go-multiaddr-net.
v0.4.2
v0.4.1
Implement support for simultaneous open i.e. do NOT fail if two peers attempt to connect to each other "simultaneously".
v0.4.0
Add the context to OpenStream
, see libp2p/go-libp2p-core#172.