You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small release. The main thing is updating quic-go to v0.49.0 and enabling specific environments with the new CustomTCPDialer option.
Changelog
Update quic-go to v0.49.0
Support application provided quic.Transports
Support SOCKS proxy with ws(s)
Support CustomTCPDialer for running TCP over arbitrary user-defined proxies.
✅ Release Checklist
Stage 0 - Finishing Touches
Go through relevant libp2p repos looking for unreleased changes that should make it into the release. If you find any, cut releases. deferring this to keep this release small
Run go get -u ./... to see if there are any out-of-date deps that look important. If there are, bubble them. Try to avoid directly updating indirect deps in go-libp2p's go.mod when possible. deferring this to keep this release small
Stage 1 - Release
Publish the release through the GitHub UI, adding the release notes. Some users rely on this to receive notifications of new releases.
🗺 What's left for release
🔦 Highlights
This is a small release. The main thing is updating quic-go to v0.49.0 and enabling specific environments with the new
CustomTCPDialer
option.Changelog
quic.Transport
s✅ Release Checklist
go get -u ./...
to see if there are any out-of-date deps that look important. If there are, bubble them. Try to avoid directly updating indirect deps in go-libp2p'sgo.mod
when possible. deferring this to keep this release smallThe text was updated successfully, but these errors were encountered: