vendor: github.com/docker/go-connections v0.7.0#51311
Merged
thaJeztah merged 1 commit intomoby:masterfrom Apr 16, 2026
Merged
Conversation
19e809d to
495610c
Compare
495610c to
6be491d
Compare
bc78083 to
2b5683a
Compare
Changes: - raise minimum supported Go version to go1.23 - sockets: `ConfigureTransport`: prevent idle connections leaking FDs. - sockets: implement `WithAdditionalUsersAndGroups` for windows. - tlsconfig: add ChaCha20-Poly1305 cipher suites to align closer with stdlib defaults. - nat: SortPortMap: accept `map[Port][]PortBinding` as argument. - nat: add benchmarks, optimize, and improve errors. - proxy: check for `net.ErrClosed` instead of string-matching "use of closed network connection". Breaking changes: - tlsconfig: deprecate `tlsconfig.SystemCertPool` in favor of stdlib `x509.SystemCertPool`. - sockets: remove deprecated `DialPipe`, `GetProxyEnv`, `DialerFromEnvironment` Dependency updates: - update github.com/Microsoft/go-winio to go v0.6.2 - update golang.org/x/sys to v0.10.0 full diff: docker/go-connections@v0.6.0...v0.7.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
2b5683a to
c6d4830
Compare
vvoland
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
ConfigureTransport: prevent idle connections leaking FDs.WithAdditionalUsersAndGroupsfor windows.map[Port][]PortBindingas argument.net.ErrClosedinstead of string-matching "use of closed network connection".Breaking changes:
tlsconfig.SystemCertPoolin favor of stdlibx509.SystemCertPool.DialPipe,GetProxyEnv,DialerFromEnvironmentDependency updates:
full diff: docker/go-connections@v0.6.0...v0.7.0
- What I did
- How I did it
- How to verify it
- Human readable description for the release notes
- A picture of a cute animal (not mandatory but encouraged)