Skip to content
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 Google Golang modules #2066

Merged
merged 2 commits into from
Feb 1, 2025

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Feb 1, 2025

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.69.4 -> v1.70.0
google.golang.org/protobuf require patch v1.36.3 -> v1.36.4

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.70.0: Release 1.70.0

Compare Source

Behavior Changes

  • client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#​7905)
    • Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.

New Features

  • xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable GRPC_EXPERIMENTAL_XDS_FALLBACK to false. (#​7949)
  • experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (#​7980)
    • These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.

Bug Fixes

  • xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (#​8011)

Performance

  • server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (#​7998)

Documentation

  • examples/features/gracefulstop: add example to demonstrate server graceful stop. (#​7865)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.4

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.3...v1.36.4

Bug fixes:
CL/642975: reflect/protodesc: fix panic when working with dynamicpb

Maintenance:
CL/643276: internal_gengo: avoid allocations in rawDescGZIP() accessors
CL/642857: internal_gengo: switch back from string literal to hex byte slice
CL/642055: internal_gengo: use unsafe.StringData() to avoid a descriptor copy
CL/638135: internal_gengo: store raw descriptor in .rodata section


Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions github-actions bot added the fix label Feb 1, 2025
@kodiakhq kodiakhq bot merged commit 6c32c4a into main Feb 1, 2025
9 checks passed
@kodiakhq kodiakhq bot deleted the renovate/google-golang-modules branch February 1, 2025 02:05
kodiakhq bot pushed a commit that referenced this pull request Feb 3, 2025
🤖 I have created a release *beep* *boop*
---


## [4.73.4](v4.73.3...v4.73.4) (2025-02-03)


### Bug Fixes

* **deps:** Update aws-sdk-go-v2 monorepo ([#2061](#2061)) ([7346223](7346223))
* **deps:** Update aws-sdk-go-v2 monorepo ([#2067](#2067)) ([21125d0](21125d0))
* **deps:** Update Google Golang modules ([#2060](#2060)) ([d3a180d](d3a180d))
* **deps:** Update Google Golang modules ([#2066](#2066)) ([6c32c4a](6c32c4a))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.6 ([#2072](#2072)) ([00ce2d7](00ce2d7))
* **deps:** Update module github.com/invopop/jsonschema to v0.13.0 ([#2068](#2068)) ([c8122a2](c8122a2))
* **deps:** Update module golang.org/x/oauth2 to v0.25.0 ([#2069](#2069)) ([9448009](9448009))
* **deps:** Update opentelemetry-go monorepo ([#2070](#2070)) ([66793b9](66793b9))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant