-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Release 0.41.1 #3244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.41.1 #3244
Conversation
|
Can we include #3225 in the release? |
|
We can unexport it for the patch, and then re-export it for the next release |
This context wasn't being cancelled on all code paths. In particular, contexts for connections that didn't complete negotiation were not being cancelled. The change arranges for either `udpmux.muxedConnection.Close` or `RemoveConnByUfrag` to call the other. Fixes: #3223
reuse port didn't work for the second transport, either QUIC or WebTransport, that was used for listening. This change fixes it by calling associate on all paths. This impacted hole punching for some users since you cannot hole punch without reuse port. There's a test in holepunch package to prevent regressions. Fixes #3165 Co-authored-by: Marco Munizaga <[email protected]>
Cutting a Release (when not on
|
|
Unexported that variable in this commit: 1b3b1ed |
No description provided.