Releases: quic-go/webtransport-go
Releases · quic-go/webtransport-go
v0.3.0
What's Changed
- expose the QUIC stream ID on the stream interfaces by @marten-seemann in #43
- implement the SetDeadline method on the stream by @marten-seemann in #44
- read and write CLOSE_WEBTRANSPORT_SESSION capsules by @marten-seemann in #40
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- use a generic accept queue for uni- and bidirectional streams by @marten-seemann in #26
- add a simple integration test using Selenium and a headless Chrome by @marten-seemann in #28
- fix double close of chan when using DontCloseRequestStream by @marten-seemann in #30
- rename session receiver variable by @marten-seemann in #34
- fix interop build by @marten-seemann in #37
- chore: update quic-go to v0.30.0 by @marten-seemann in #36
- add a ConnectionState method to the Session by @marten-seemann in #33
- expose quic-go's connection tracing ID on the Session.Context by @marten-seemann in #35
- release v0.2.0 by @marten-seemann in #38
Full Changelog: v0.1.0...v0.2.0
v0.1.1
What's Changed
Fixes a panic caused by double-closing of a channel in quic-go: quic-go/quic-go#3561.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
release v0.1.0 (#25)