Commit d1e0538
authored
fix(deps): Update module google.golang.org/grpc to v1.49.0 (#39)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.48.0` -> `v1.49.0` |
---
### Release Notes
<details>
<summary>grpc/grpc-go</summary>
### [`v1.49.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.49.0)
[Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.48.0...v1.49.0)
### New Features
- gcp/observability: add support for Environment Variable `GRPC_CONFIG_OBSERVABILITY_JSON` ([#​5525](https://togithub.com/grpc/grpc-go/issues/5525))
- gcp/observability: add support for custom tags ([#​5565](https://togithub.com/grpc/grpc-go/issues/5565))
### Behavior Changes
- server: reduce log level from Warning to Info for early connection establishment errors ([#​5524](https://togithub.com/grpc/grpc-go/issues/5524))
- Special Thanks: [@​jpkrohling](https://togithub.com/jpkrohling)
### Bug Fixes
- client: fix race in flow control that could lead to unexpected EOF errors ([#​5494](https://togithub.com/grpc/grpc-go/issues/5494))
- client: fix a race that could cause RPCs to time out instead of failing more quickly with UNAVAILABLE ([#​5503](https://togithub.com/grpc/grpc-go/issues/5503))
- client & server: fix a panic caused by passing a `nil` stats handler to `grpc.WithStatsHandler` or `grpc.StatsHandler` ([#​5543](https://togithub.com/grpc/grpc-go/issues/5543))
- transport/server: fix a race that could cause a stray header to be sent ([#​5513](https://togithub.com/grpc/grpc-go/issues/5513))
- balancer: give precedence to `IDLE` over `TRANSIENT_FAILURE` when aggregating connectivity state ([#​5473](https://togithub.com/grpc/grpc-go/issues/5473))
- xds/xdsclient: request correct resource name when user specifies a new style resource name with empty authority ([#​5488](https://togithub.com/grpc/grpc-go/issues/5488))
- xds/xdsclient: NACK endpoint resources with zero weight ([#​5560](https://togithub.com/grpc/grpc-go/issues/5560))
- xds/xdsclient: fix bug that would reset resource version information after ADS stream restart ([#​5422](https://togithub.com/grpc/grpc-go/issues/5422))
- xds/xdsclient: fix goroutine leaks when load reporting is enabled ([#​5505](https://togithub.com/grpc/grpc-go/issues/5505))
- xds/ringhash: fix config update processing to recreate ring and picker when min/max ring size changes ([#​5557](https://togithub.com/grpc/grpc-go/issues/5557))
- xds/ringhash: avoid recreating subChannels when update doesn't change address weight information ([#​5431](https://togithub.com/grpc/grpc-go/issues/5431))
- xds/priority: fix bug which could cause priority LB to block all traffic after a config update ([#​5549](https://togithub.com/grpc/grpc-go/issues/5549))
- xds: fix bug when environment variable `GRPC_EXPERIMENTAL_ENABLE_OUTLIER_DETECTION` is set to true ([#​5537](https://togithub.com/grpc/grpc-go/issues/5537))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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, click this checkbox.
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4MC4wIn0=-->1 parent 17753ea commit d1e0538
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
| 231 | + | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments