Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | require | digest | `f9683d7` -> `0dfe4f8` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | require | minor | `v1.51.0` -> `v1.53.0` | --- ### Release Notes <details> <summary>grpc/grpc-go</summary> ### [`v1.53.0`](https://github.com/grpc/grpc-go/releases/tag/v1.53.0): Release 1.53.0 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.52.3...v1.53.0) ### API Changes - balancer: support injection of per-call metadata from LB policies ([#​5853](https://github.com/grpc/grpc-go/issues/5853)) - resolver: remove deprecated field `resolver.Target.Endpoint` and replace with `resolver.Target.Endpoint()` ([#​5852](https://github.com/grpc/grpc-go/issues/5852)) - Special Thanks: [@​kylejb](https://github.com/kylejb) ### New Features - xds/ringhash: introduce `GRPC_RING_HASH_CAP` environment variable to override the maximum ring size. ([#​5884](https://github.com/grpc/grpc-go/issues/5884)) - rls: propagate headers received in RLS response to backends ([#​5883](https://github.com/grpc/grpc-go/issues/5883)) ### Bug Fixes - transport: drain client transport when streamID approaches MaxStreamID ([#​5889](https://github.com/grpc/grpc-go/issues/5889)) - server: after GracefulStop, ensure connections are closed when final RPC completes ([#​5968](https://github.com/grpc/grpc-go/issues/5968)) - server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors ([#​5893](https://github.com/grpc/grpc-go/issues/5893)) - xdsclient: fix race which can happen when multiple load reporting calls are made at the same time. ([#​5927](https://github.com/grpc/grpc-go/issues/5927)) - rls: fix a data race involving the LRU cache ([#​5925](https://github.com/grpc/grpc-go/issues/5925)) - xds: fix panic involving double close of channel in xDS transport ([#​5959](https://github.com/grpc/grpc-go/issues/5959)) - gcp/observability: update method name validation ([#​5951](https://github.com/grpc/grpc-go/issues/5951)) ### Documentation - credentials/oauth: mark `NewOauthAccess` as deprecated ([#​5882](https://github.com/grpc/grpc-go/issues/5882)) - Special Thanks: [@​buzzsurfr](https://github.com/buzzsurfr) ### [`v1.52.3`](https://github.com/grpc/grpc-go/releases/tag/v1.52.3): Release 1.52.3 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.52.1...v1.52.3) ### Bug Fixes - Fix user-agent version ### [`v1.52.1`](https://github.com/grpc/grpc-go/releases/tag/v1.52.1): Release 1.52.1 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.52.0...v1.52.1) ### Bug Fixes - grpclb: rename grpclbstate package back to state ([#​5963](https://github.com/grpc/grpc-go/issues/5963)) ### [`v1.52.0`](https://github.com/grpc/grpc-go/releases/tag/v1.52.0): Release 1.52.0 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.51.0...v1.52.0) ### New Features - xdsclient: log node ID with verbosity INFO ([#​5860](https://github.com/grpc/grpc-go/issues/5860)) - ringhash: impose cap on `max_ring_size` to reduce possibility of OOMs ([#​5801](https://github.com/grpc/grpc-go/issues/5801)) ### Behavior Changes - client: return an error from `Dial` if an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs ([#​5732](https://github.com/grpc/grpc-go/issues/5732)) - Special Thanks: [@​huangchong94](https://github.com/huangchong94) ### Bug Fixes - transport (net/http server handler): respond to bad HTTP requests with status 400 (Bad Request) instead of 500 (Internal Server Error). ([#​5804](https://github.com/grpc/grpc-go/issues/5804)) - Special Thanks: [@​sjbarag](https://github.com/sjbarag) - transport: Fixed closing a closed channel panic in handlePing ([#​5854](https://github.com/grpc/grpc-go/issues/5854)) - server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers ([#​5666](https://github.com/grpc/grpc-go/issues/5666)) - Special Thanks: [@​yiminc](https://github.com/yiminc) - transport: ensure value of `:authority` header matches server name used in TLS handshake when the latter is overridden by the name resolver ([#​5748](https://github.com/grpc/grpc-go/issues/5748)) - Special Thanks: [@​holdno](https://github.com/holdno) ### Documentation - examples: add an example to illustrate the usage of stats handler ([#​5657](https://github.com/grpc/grpc-go/issues/5657)) - Special Thanks: [@​Yash-Handa](https://github.com/Yash-Handa) - examples: add new example to show updating metadata in interceptors ([#​5788](https://github.com/grpc/grpc-go/issues/5788)) - Special Thanks: [@​richzw](https://github.com/richzw) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
- Loading branch information