Doridian / wsvpn

VPN over WebSocket and WebTransport
BSD 3-Clause "New" or "Revised" License
120 stars 12 forks source link

Update module github.com/quic-go/webtransport-go to v0.7.0 #488

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/quic-go/webtransport-go v0.6.0 -> v0.7.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

quic-go/webtransport-go (github.com/quic-go/webtransport-go) ### [`v0.7.0`](https://togithub.com/quic-go/webtransport-go/releases/tag/v0.7.0) [Compare Source](https://togithub.com/quic-go/webtransport-go/compare/v0.6.0...v0.7.0) #### Breaking Changes Before v0.7.0, the server (incorrectly) didn't advertise support the Extended CONNECT extension. With [https://github.com/quic-go/quic-go/pull/4341](https://togithub.com/quic-go/quic-go/pull/4341), it now does. The client now checks for Extended CONNECT support, and aborts the handshake if the server doesn't support it. This means that v0.7.0 clients are now incompatible with pre-v0.7.0 servers. #### What's Changed - close http3.RoundTripper after test by [@​hareku](https://togithub.com/hareku) in [https://github.com/quic-go/webtransport-go/pull/101](https://togithub.com/quic-go/webtransport-go/pull/101) - update quic-go to v0.41.0 by [@​marten-seemann](https://togithub.com/marten-seemann) in [https://github.com/quic-go/webtransport-go/pull/114](https://togithub.com/quic-go/webtransport-go/pull/114) - set the H3 WebTransport setting on the client side by [@​marten-seemann](https://togithub.com/marten-seemann) in [https://github.com/quic-go/webtransport-go/pull/105](https://togithub.com/quic-go/webtransport-go/pull/105) - ci: update ChromeDriver to v114.0.5735.90 in interop test by [@​marten-seemann](https://togithub.com/marten-seemann) in [https://github.com/quic-go/webtransport-go/pull/123](https://togithub.com/quic-go/webtransport-go/pull/123) - enable Dependabot for GitHub Actions by [@​marten-seemann](https://togithub.com/marten-seemann) in [https://github.com/quic-go/webtransport-go/pull/124](https://togithub.com/quic-go/webtransport-go/pull/124) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/quic-go/webtransport-go/pull/125](https://togithub.com/quic-go/webtransport-go/pull/125) - Bump actions/setup-go from 3 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/quic-go/webtransport-go/pull/127](https://togithub.com/quic-go/webtransport-go/pull/127) - Bump nanasess/setup-chromedriver from 1 to 2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/quic-go/webtransport-go/pull/126](https://togithub.com/quic-go/webtransport-go/pull/126) - Bump actions/setup-python from 4 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/quic-go/webtransport-go/pull/128](https://togithub.com/quic-go/webtransport-go/pull/128) - ci: uci/copy-templates by [@​web3-bot](https://togithub.com/web3-bot) in [https://github.com/quic-go/webtransport-go/pull/129](https://togithub.com/quic-go/webtransport-go/pull/129) - update quic-go to v0.42.0 by [@​marten-seemann](https://togithub.com/marten-seemann) in [https://github.com/quic-go/webtransport-go/pull/119](https://togithub.com/quic-go/webtransport-go/pull/119) - check the server's HTTP/3 SETTINGS before initiating a session by [@​marten-seemann](https://togithub.com/marten-seemann) in [https://github.com/quic-go/webtransport-go/pull/120](https://togithub.com/quic-go/webtransport-go/pull/120) #### New Contributors - [@​hareku](https://togithub.com/hareku) made their first contribution in [https://github.com/quic-go/webtransport-go/pull/101](https://togithub.com/quic-go/webtransport-go/pull/101) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/quic-go/webtransport-go/pull/125](https://togithub.com/quic-go/webtransport-go/pull/125) **Full Changelog**: https://github.com/quic-go/webtransport-go/compare/v0.6.0...v0.7.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.