-
Notifications
You must be signed in to change notification settings - Fork 27
fix: update all dependencies #639
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: update all dependencies #639
Conversation
ℹ Artifact update noticeFile name: benchmarks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: spannerlib/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Summary of ChangesHello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a comprehensive update of various dependencies across the Go, .NET, and Java components of the project. The updates primarily focus on bringing the Google Cloud Spanner client libraries, gRPC, and related infrastructure components to their latest stable versions, ensuring the project benefits from the most recent bug fixes, performance optimizations, and newly introduced functionalities from these upstream projects. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates several dependencies across Go, .NET, and Java projects. The most significant change is the upgrade of google.golang.org/grpc to v1.77.0, which removes support for an old, experimental load balancing policy configuration. I've added comments to the go.mod files to highlight this potential breaking change. The other dependency updates appear to be minor and non-breaking. Please review the comments and ensure the gRPC update does not adversely affect your services.
| github.com/googleapis/go-sql-spanner v1.21.0 | ||
| google.golang.org/api v0.256.0 | ||
| google.golang.org/grpc v1.76.0 | ||
| google.golang.org/grpc v1.77.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update to google.golang.org/grpc to version v1.77.0 includes a behavior change that removes support for the old pick_first load balancing policy. This was previously configurable via the GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false environment variable. The new pick_first policy has been the default since v1.71.0. Please verify that the project is not relying on the old pick_first policy by setting this environment variable, as it will no longer have any effect.
| google.golang.org/api v0.256.0 | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba | ||
| google.golang.org/grpc v1.76.0 | ||
| google.golang.org/grpc v1.77.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update to google.golang.org/grpc to version v1.77.0 includes a behavior change that removes support for the old pick_first load balancing policy. This was previously configurable via the GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false environment variable. The new pick_first policy has been the default since v1.71.0. Please verify that the project is not relying on the old pick_first policy by setting this environment variable, as it will no longer have any effect.
| github.com/googleapis/go-sql-spanner v1.21.0 | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba | ||
| google.golang.org/grpc v1.76.0 | ||
| google.golang.org/grpc v1.77.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update to google.golang.org/grpc to version v1.77.0 includes a behavior change that removes support for the old pick_first load balancing policy. This was previously configurable via the GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false environment variable. The new pick_first policy has been the default since v1.71.0. Please verify that the project is not relying on the old pick_first policy by setting this environment variable, as it will no longer have any effect.
This PR contains the following updates:
5.6.0->5.7.05.6.0->5.7.05.6.0->5.7.0v1.76.0->v1.77.06.102.1->6.103.0Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.77.0: Release 1.77.0Compare Source
API Changes
Readerinterface with a struct for better performance and maintainability. (#8669)Behavior Changes
pick_firstLB policy via the environment variableGRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The newpick_firsthas been the default sincev1.71.0. (#8672)Bug Fixes
resource-not-founderrors, causing the gRPC client channel to move toTransientFailure. (#8605)GRPC_EXPERIMENTAL_ENABLE_DEFAULT_PORT_FOR_PROXY_TARGET=falsedisables this change; please file a bug if any problems are encountered as we will remove this option soon. (#8613)pick_firstbut don't set endpoints. (#8610)Performance Improvements
New Features
grpc.lb.backend_servicein per-call metrics (#8637)GRPC_EXPERIMENTAL_XDS_BOOTSTRAP_CALL_CREDS=trueto enable this feature. (#8536)googleapis/java-spanner (com.google.cloud:google-cloud-spanner-bom)
v6.103.0Compare Source
Features
Bug Fixes
Dependencies
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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.