This repository has been archived by the owner on May 26, 2022. It is now read-only.
Releases: libp2p/go-libp2p-quic-transport
Releases · libp2p/go-libp2p-quic-transport
v0.18.0
v0.17.0
What's Changed
- chore: update quic-go to v0.26.0 by @marten-seemann in #262
- update interop matrix by @marten-seemann in #263
- update quic-go to v0.27.0 by @marten-seemann in #264
- chore: update go-libp2p-testing to v0.9.0 by @marten-seemann in #268
Full Changelog: v0.16.1...v0.17.0
v0.16.1
v0.16.0
What's Changed
- reduce the maximum number of incoming streams to 256 by @marten-seemann in #243
- migrate to standard Go tests, stop using Ginkgo by @marten-seemann in #250
- don't start a Go routine for every connection dialed by @marten-seemann in #252
- chore: update klauspost/compress to v1.13.6 by @marten-seemann in #254
- chore: update go-netroute by @marten-seemann in #257
- use the Resource Manager by @marten-seemann in #249
Full Changelog: v0.15.0...v0.16.0
v0.15.2
What's Changed
- reduce the maximum number of incoming streams to 256
Full Changelog: v0.15.0...v0.15.2
v0.15.0
What's Changed
- reuse the same router until we change listeners by @Stebalien in #240
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.0
- use the simultaneous connect directionality from the simultaneous connect context (see libp2p/go-libp2p-core#210)
v0.12.0
- update quic-go to v0.23.0
v0.11.2
- update qtls (for Go 1.15, 1.16 and 1.17rc1) to include the fix for the crypto/tls panic (see https://groups.google.com/g/golang-dev/c/5LJ2V7rd-Ag/m/YGLHVBZ6AAAJ for details)
- fix busy-looping caused by a certain loss pattern (quic-go/quic-go#3231)