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

Releases: libp2p/go-libp2p-quic-transport

v0.5.0

01 Jun 21:45
88ae877
Compare
Choose a tag to compare

Updates to quic-go 0.16.0 and QUIC draft 28. This release is protocol breaking upgrade.

v0.4.1

26 May 01:29
6455103
Compare
Choose a tag to compare
  • Close blocked connections before dropping them.
  • Bug fix update for quic-go.

v0.4.0

19 May 12:01
541e8a3
Compare
Choose a tag to compare

Upgrade the QUIC transport to support Connection Gaters. See the v0.5.4 release notes on go-libp2p-core for more info.

v0.3.4

17 Apr 09:13
48eae31
Compare
Choose a tag to compare

Update quic-go to v0.15.4.

v0.3.3

09 Apr 02:27
b0a7dfe
Compare
Choose a tag to compare
  • Switch route detection to netroute for better crossplatform support.
  • Add qlog support for logging quick packets (for debugging).
  • Update quic-go to fix build on go 1.13

v0.3.2

06 Apr 02:05
4bb90a1
Compare
Choose a tag to compare

Ensure we don't try to dial /dns addresses directly. Otherwise, the swarm won't have a chance to filter them.

v0.3.1

07 Mar 02:57
7f79e0d
Compare
Choose a tag to compare

Quick protocol fix. 0.3.0 should not be used.

v0.3.0

07 Mar 02:40
4c8be8c
Compare
Choose a tag to compare
  • Upgrade to QUIC draft 27. This is a protocol breaking change!
  • Increases receive windows for higher throughput.
  • Tons of wonderful quic-go changes that should improve performance.
  • Reset streams now return ErrReset from github.com/libp2p/go-libp2p-core/mux.
  • The constructor now takes a PSK and errors if one is provided. This will prevent QUIC from working when private networks are enabled.

v0.2.3

29 Jan 16:19
b020d80
Compare
Choose a tag to compare

Reduce CPU usage when we have many inactive streams.

v0.2.2

15 Nov 13:31
v0.2.2
bcb9328
Compare
Choose a tag to compare

This release fixes a Windows build issue.