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

Releases: libp2p/go-libp2p-transport-upgrader

v0.8.0

10 Sep 06:24
7e1ddc1
Compare
Choose a tag to compare

This release deprecates this repo.

v0.7.1

03 Feb 17:07
761f7be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Jan 05:54
a3f3cf4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

12 Dec 13:27
2adb500
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

08 Sep 15:55
b3bd25f
Compare
Choose a tag to compare

Breaking Changes

  • deprecate Upgrader.UpgradeOutbound and Upgrader.UpgradeInbound. Use Upgrader.Upgrade instead. One MAY pass a peer ID to inbound upgrades.

v0.4.4

27 Jul 07:35
296d26c
Compare
Choose a tag to compare

updates dependencies

v0.4.3

24 Jul 16:52
20cd3c1
Compare
Choose a tag to compare

This release stops using the deprecated package go-multiaddr-net.

v0.4.2

17 Feb 09:39
a6f4445
Compare
Choose a tag to compare
  • #71 -- Expose underlying transport connection stat where available.

v0.4.1

17 Feb 07:41
55fce4d
Compare
Choose a tag to compare

Implement support for simultaneous open i.e. do NOT fail if two peers attempt to connect to each other "simultaneously".

v0.4.0

19 Dec 04:20
40b5cd7
Compare
Choose a tag to compare

Add the context to OpenStream, see libp2p/go-libp2p-core#172.