Commit e729db0
authored
fix(deps): Update module google.golang.org/grpc to v1.72.0 (#500)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | require | minor | `v1.71.1` -> `v1.72.0` |
---
### Release Notes
<details>
<summary>grpc/grpc-go (google.golang.org/grpc)</summary>
### [`v1.72.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.72.0): Release 1.72.0
[Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.71.1...v1.72.0)
### Dependencies
- Minimum supported Go version is now 1.23 ([#​8108](https://redirect.github.com/grpc/grpc-go/issues/8108))
### API Changes
- resolver: add experimental `AddressMapV2` with generics to ultimately replace `AddressMap`. Deprecate `AddressMap` for deletion ([#​8187](https://redirect.github.com/grpc/grpc-go/issues/8187))
- resolver: convert EndpointMap in place to use generics ([#​8189](https://redirect.github.com/grpc/grpc-go/issues/8189))
### New Features
- xds: add `grpc.xds_client.server_failure` counter metric on xDS client to record connectivity errors ([#​8203](https://redirect.github.com/grpc/grpc-go/issues/8203))
- balancer/rls: allow `maxAge` to exceed 5 minutes if `staleAge` is set in the LB policy configuration ([#​8137](https://redirect.github.com/grpc/grpc-go/issues/8137))
- ringhash: implement [gRFC A76](https://redirect.github.com/grpc/proposal/blob/master/A76-ring-hash-improvements.md) improvements. ([#​8159](https://redirect.github.com/grpc/grpc-go/issues/8159))
- pickfirst: The new pick first LB policy is made the default. The new LB policy implements the [Happy Eyeballs algorithm](https://redirect.github.com/grpc/proposal/blob/master/A61-IPv4-IPv6-dualstack-backends.md#happy-eyeballs-in-the-pick_first-lb-policy). To disable the new policy set the environment variable `GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST` to `false` (case insensitive).
### Bug Fixes
- xds: fix support for circuit breakers and load reporting in LOGICAL_DNS clusters ([#​8169](https://redirect.github.com/grpc/grpc-go/issues/8169), [#​8170](https://redirect.github.com/grpc/grpc-go/issues/8170))
- xds/cds: improve RPC error messages when resources are not found ([#​8122](https://redirect.github.com/grpc/grpc-go/issues/8122))
- balancer/priority: fix race that could leak balancers and goroutines during shutdown ([#​8095](https://redirect.github.com/grpc/grpc-go/issues/8095))
- stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 ([#​8237](https://redirect.github.com/grpc/grpc-go/issues/8237))
- balancer/pickfirstleaf: fix panic if deprecated Address.Metadata field is set to a non-comparable value by ignoring the field ([#​8227](https://redirect.github.com/grpc/grpc-go/issues/8227))
### Behavior Changes
- transport: make servers send an HTTP/2 RST_STREAM frame to cancel a stream when the deadline expires ([#​8071](https://redirect.github.com/grpc/grpc-go/issues/8071))
### Documentation
- stats: clarify the expected sequence of events on a stats handler ([#​7885](https://redirect.github.com/grpc/grpc-go/issues/7885))
- Special Thanks: [@​RyanBlaney](https://redirect.github.com/RyanBlaney)
</details>
---
### 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent 98b7bc7 commit e729db0
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments