fix(deps): update module github.com/quic-go/quic-go to v0.36.2 #203

Merged
sam merged 1 commits from renovate/github.com-quic-go-quic-go-0.x into master 2023-07-15 15:35:40 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/quic-go/quic-go require patch v0.36.0 -> v0.36.2

Release Notes

quic-go/quic-go

v0.36.2

Compare Source

This patch release contains (the backport of) 2 fixes:

Full Changelog: https://github.com/quic-go/quic-go/compare/v0.36.1...v0.36.2

v0.36.1

Compare Source

This patch release disables GSO support (https://github.com/quic-go/quic-go/pull/3934), unless explicitly enabled using an environment variable (QUIC_GO_ENABLE_GSO=true). We discovered that GSO fails with some NICs and in some containerized environments. See #​3911 for a detailed discussion.

From the user's perspective, GSO should "just work". Once we have a fix that correctly detects GSO support under all circumstances we'll re-enable GSO by default.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | require | patch | `v0.36.0` -> `v0.36.2` | --- ### Release Notes <details> <summary>quic-go/quic-go</summary> ### [`v0.36.2`](https://github.com/quic-go/quic-go/releases/tag/v0.36.2) [Compare Source](https://github.com/quic-go/quic-go/compare/v0.36.1...v0.36.2) This patch release contains (the backport of) 2 fixes: - http3: validate Host header before sending (https://github.com/quic-go/quic-go/pull/3948) - perform send / receive buffer increases when setting up the connection (https://github.com/quic-go/quic-go/pull/3949) **Full Changelog**: https://github.com/quic-go/quic-go/compare/v0.36.1...v0.36.2 ### [`v0.36.1`](https://github.com/quic-go/quic-go/releases/tag/v0.36.1) [Compare Source](https://github.com/quic-go/quic-go/compare/v0.36.0...v0.36.1) This patch release disables GSO support (https://github.com/quic-go/quic-go/pull/3934), unless explicitly enabled using an environment variable (`QUIC_GO_ENABLE_GSO=true`). We discovered that GSO fails with some NICs and in some containerized environments. See [#&#8203;3911](https://github.com/quic-go/quic-go/issues/3911) for a detailed discussion. From the user's perspective, GSO should "just work". Once we have a fix that correctly detects GSO support under all circumstances we'll re-enable GSO by default. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot changed title from fix(deps): update module github.com/quic-go/quic-go to v0.36.1 to fix(deps): update module github.com/quic-go/quic-go to v0.36.2 2023-07-12 19:00:25 +00:00
renovate-bot force-pushed renovate/github.com-quic-go-quic-go-0.x from b6ebed015b to 1084784caa 2023-07-12 19:00:25 +00:00 Compare
sam merged commit 00b116abf4 into master 2023-07-15 15:35:40 +00:00
sam deleted branch renovate/github.com-quic-go-quic-go-0.x 2023-07-15 15:35:40 +00:00
Sign in to join this conversation.
No description provided.