fix(deps): update go dependencies#38346
Merged
Merged
Conversation
9475a2c to
e9cba46
Compare
delvh
approved these changes
Jul 6, 2026
e9cba46 to
6282e9f
Compare
bircni
approved these changes
Jul 6, 2026
Collaborator
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
v1.1.0→v1.2.0v1.19.24→v1.19.25v1.34.4→v1.34.5v1.18.6→v1.19.0v2.3.0→v2.4.0v7.2.0→v7.2.1v3.10.0→v3.10.1v2.42.0→v2.44.0v1.81.1→v1.82.0v1.3.11→v1.4.1Release Notes
klauspost/compress (github.com/klauspost/compress)
v1.19.0Compare Source
What's Changed
decodedLenby @eustas in #1148New Contributors
Full Changelog: klauspost/compress@v1.18.6...v1.19.0
v1.18.7Compare Source
Security release without other changes.
Full Changelog: klauspost/compress@v1.18.6...v1.18.7
klauspost/cpuid (github.com/klauspost/cpuid/v2)
v2.4.0Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/cpuid@v2.3.0...v2.4.0
minio/minio-go (github.com/minio/minio-go/v7)
v7.2.1Compare Source
urfave/cli (github.com/urfave/cli/v3)
v3.10.1Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.10.0...v3.10.1
gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go/v2)
v2.44.0Compare Source
2.44.0
🚀 Features
🔄 Other Changes
2.44.0 (2026-06-29)
Features
v2.43.0Compare Source
2.43.0
🚀 Features
discussion_idfield in commit and snippet comment webhook (!2920) by vntw🔄 Other Changes
2.43.0 (2026-06-25)
grpc/grpc-go (google.golang.org/grpc)
v1.82.0: Release 1.82.0Compare Source
Behavior Changes
GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKINGenvironment varibale. Strict incoming RPC path validation (which has been the default sincev1.79.3) can no longer be disabled. (#9112)16MBto8KB. This may be enabled by settingGRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#9019)GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false(and file an issue) to revert to case-insensitive behavior. (#9017)New Features
NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#8877)GRPC_GO_SERVER_GOROUTINE_LABELSthat controls settingruntime/pprof.Labelson goroutines spawned by the server. SetGRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=trueto add thegrpc.methodlabel on goroutines spawned to handle incoming requests. (#9082)Bug Fixes
gzipCompressor (used via the deprecatedWithCompressordial option), enforce theMaxRecvMsgSizelimit on the decompressed message buffer, preventing excessive memory allocation from highly compressed payloads. (#9114)grpc.previous-rpc-attempts, at the call level and not the attempt level. (#8923)Close()is always called on readers returned fromCompressor.Decompressif possible. (#9135)LastMessageSentTimestampandLastMessageReceivedTimestampfields inSocketMetricsto ensure they contain correct timestamp values. (#9109)Configuration
📅 Schedule: (UTC)
* * * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.