-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix(deps): update minor dependencies (main) #320
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #320 +/- ##
========================================
+ Coverage 9.14% 9.19% +0.04%
========================================
Files 24 24
Lines 8845 8868 +23
========================================
+ Hits 809 815 +6
- Misses 7937 7954 +17
Partials 99 99
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
20ebd35
to
bd26f74
Compare
bd26f74
to
21739df
Compare
21739df
to
917e2ee
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
3457aed
to
1368378
Compare
1368378
to
fd24737
Compare
This PR contains the following updates:
1.23.4
->1.24.1
v0.35.0
->v0.37.0
v1.70.0
->v1.71.0
Release Notes
golang/go (go)
v1.24.1
v1.24.0
v1.23.7
v1.23.6
v1.23.5
grpc/grpc-go (google.golang.org/grpc)
v1.71.0
: Release 1.71.0Compare Source
API Changes
MetricsRecorder
method onBalancer.ClientConn
instead of the removedBalancer.BuildOptions.MetricsRecorder
field to obtain a metrics recorder. (#8027)balancer.ClientConn
implementations 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)DisableAutoReconnect
option will not attempt to callExitIdle
automatically on their children when the children report idle. (#8052)Bug Fixes
grpc.NewClient
so the target is resolved by the proxy as expected. (#7881)WithLocalDNSResolution()
dial option to explicitly force target resolution on the client instead. (#7881)UNAVAILABLE
when the EDS resource is missing or contains no endpoints (#8070)maxReceiveMessageSize
isMaxInt
(#7918)Documentation
grpc.NewClient
andClientConn.CanonicalTarget
by providing examples. (#8078)Configuration
📅 Schedule: Branch creation - "after 10am on saturday,on sunday" in timezone Asia/Taipei, Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.