Merged
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
254f9ee to
56f738b
Compare
Pull Request Test Coverage Report for Build 16686501707Details
💛 - Coveralls |
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. |
ad17c53 to
102a6d0
Compare
4cbfb7c to
47f2f79
Compare
Contributor
|
I am thinking it may be better to update common-ci here: openconfig/common-ci#18 and pick up the changes before merging here. |
46eda4b to
a43f102
Compare
a43f102 to
8d82346
Compare
bstoll
approved these changes
Aug 4, 2025
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:
v0.6.0->v0.7.01.24.1->1.24.5v1.69.0->v1.74.2125b6b5->004dd5f0.51.0->0.55.17.0.2->7.1.07.0.2->7.1.0Release Notes
google/go-cmp (github.com/google/go-cmp)
v0.7.0Compare Source
New API:
Panic messaging:
golang/go (golang)
v1.24.5v1.24.4v1.24.3v1.24.2grpc/grpc-go (google.golang.org/grpc)
v1.74.2: Release 1.74.2Compare Source
New Features
DialOptionsandServerOptions(WithStaticStreamWindowSize,WithStaticConnWindowSize,StaticStreamWindowSize,StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)API Changes
ExitIdlemethod toBalancerinterface. Earlier, implementing this method was optional. (#8367)Behavior Changes
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUESTenvironment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)Bug Fixes
Attempt to set a bootstrap configuration...when creating multiple directpath channels. (#8419)Performance Improvements
mem.Readerobjects. (#8360)Documentation
v1.74.1: Release 1.74.1Compare Source
Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.
v1.74.0: Release 1.74.0Compare Source
Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.
v1.73.0: Release 1.73.0Compare Source
New Features
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=falsein your environment. (#8253)CallAuthorityCall Option that can be used to overwrite the http:authorityheader on per-RPC basis. (#8068)Listmethod to gRPC Health service. (#8155)GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true. (#8167, #8180, #8229, #8343)Bug Fixes
grpc-timeoutheader is created. (#8312)grpc-timeoutheader values are now rejected. This is consistent with the gRPC protocol spec. (#8290)Performance Improvements
Documentation
v1.72.2: Release 1.72.2Compare Source
Bug Fixes
NO_PROXYenvironment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#8329)v1.72.1: Release 1.72.1Compare Source
Bug Fixes
v1.72.0: Release 1.72.0Compare Source
Dependencies
API Changes
AddressMapV2with generics to ultimately replaceAddressMap. DeprecateAddressMapfor deletion (#8187)New Features
grpc.xds_client.server_failurecounter metric on xDS client to record connectivity errors (#8203)maxAgeto exceed 5 minutes ifstaleAgeis set in the LB policy configuration (#8137)GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRSTtofalse(case insensitive).Bug Fixes
Behavior Changes
Documentation
v1.71.3: Release 1.71.3Compare Source
Bug Fixes
NO_PROXYenvironment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#8329)v1.71.2: Release 1.71.2Compare Source
Bug Fixes
v1.71.1: Release 1.71.1Compare Source
Bug Fixes
TextMapPropagatorandTracerProviderfromTraceOptionsinstead of OpenTelemetry globals (#8166)NewAddressAPI (#8149)v1.71.0: Release 1.71.0Compare Source
API Changes
MetricsRecordermethod onBalancer.ClientConninstead of the removedBalancer.BuildOptions.MetricsRecorderfield to obtain a metrics recorder. (#8027)balancer.ClientConnimplementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)New Features
GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#8134)DisableAutoReconnectoption will not attempt to callExitIdleautomatically on their children when the children report idle. (#8052)Bug Fixes
grpc.NewClientso the target is resolved by the proxy as expected. (#7881)WithLocalDNSResolution()dial option to explicitly force target resolution on the client instead. (#7881)UNAVAILABLEwhen the EDS resource is missing or contains no endpoints (#8070)maxReceiveMessageSizeisMaxInt(#7918)Documentation
grpc.NewClientandClientConn.CanonicalTargetby providing examples. (#8078)v1.70.0: Release 1.70.0Compare Source
Behavior Changes
New Features
GRPC_EXPERIMENTAL_XDS_FALLBACKtofalse. (#7949)Bug Fixes
Performance
Documentation
v1.69.4: Release 1.69.4Compare Source
Bug Fixes
Documentation
v1.69.2: Release 1.69.2Compare Source
Bug Fixes
Metrics/etc) that were moved to the stats package (#7929).bazelbuild/rules_go (rules_go)
v0.55.1This includes:
WORKSPACEcodev0.55.0WORKSPACEcodeWhat's Changed
--incompatible_auto_exec_groupsby @fmeum in https://github.com/bazel-contrib/rules_go/pull/41411outtoout_diagnosticsby @fmeum in https://github.com/bazel-contrib/rules_go/pull/43411pkgfactanalyzer by @fmeum in https://github.com/bazel-contrib/rules_go/pull/43499New Contributors
Full Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.54.1...v0.55.0
v0.54.1This release include two bug fixes:
WORKSPACEcodeFull Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.54.0...v0.54.1
v0.54.0WORKSPACEcodeWhat's Changed
nogorunfiles by @fmeum in https://github.com/bazel-contrib/rules_go/pull/42700go_sdk.from_fileto read the SDK version fromgo.mod. by @jaqx0r in https://github.com/bazel-contrib/rules_go/pull/43055New Contributors
Full Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.53.0...v0.54.0
v0.53.0WORKSPACEcodeWhat's Changed
go_sdk.host()in the installation docs by @stefanobaghino in https://github.com/bazel-contrib/rules_go/pull/42300go_bazel_testby @fmeum in https://github.com/bazel-contrib/rules_go/pull/42311dev_dependencyingo_sdk.hosterror by @fmeum in https://github.com/bazel-contrib/rules_go/pull/42466New Contributors
Full Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.52.0...v0.53.0
v0.52.0MODULE.bazelcodeWORKSPACEcodeWhat's Changed
go_bazel_tests to pass with Bzlmod by @fmeum in https://github.com/bazel-contrib/rules_go/pull/42233New Contributors
Full Changelog: https://github.com/bazel-contrib/rules\_go/compare/v0.51.0...v0.52.0
bazelbuild/rules_proto (rules_proto)
v7.1.0Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
What's Changed
Full Changelog: https://github.com/bazelbuild/rules\_proto/compare/7.0.3...7.1.0
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.