fix(deps): update module google.golang.org/grpc to v1.67.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
google.golang.org/grpc | require | minor |
v1.66.2 -> v1.67.1
|
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.67.1
: Release 1.67.1
Bug Fixes
- transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#7667)
- xds/server: Fix xDS Server memory leak. (#7681)
v1.67.0
: Release 1.67.0
Bug Fixes
- ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#7364)
- Special Thanks: @atollena
Behavior Changes
- In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable
GRPC_ENFORCE_ALPN_ENABLED
tofalse
(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate