Update module google.golang.org/grpc to v1.62.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| google.golang.org/grpc | require | minor |
v1.61.1 -> v1.62.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
grpc/grpc-go
v1.62.0: Release 1.62.0
New Features
- grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#6986)
Behavior Changes
- grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#6923)
Bug Fixes
- server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)
- Special Thanks: @s-matyukevich for discovering the root cause
Performance Improvements
- *: Allow building without
x/net/traceby usinggrpcnotraceto enable dead code elimination (#6954)- Special Thanks: @hugelgupf
- rand: improve performance and simplify implementation of
grpcrandby adoptingmath/rand's top-level functions for go version 1.21.0 and newer. (#6925)- Special Thanks: @kmirzavaziri
Dependencies
- *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#6919)
- Special Thanks: @Clement-Jean
[!NOTE] The above change in proto library usage introduces a minor behavior change within those libraries. The old
github.com/golang/protobuflibrary would error if given anilmessage toMarshal, while the newgoogle.golang.org/protobuflibrary will successfully output zero bytes in this case. This means server method handlers that didreturn nil, nilwill now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sendingnilmessages used to fail without sending the RPC, and now they will send an empty message.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.