Bug Fixes
- Upgrade protobuf dependency to v1.36.11 to fix missing go_package errors for Editions feature protos (e.g. cpp_features.proto). (#8853)
Unclaimed project
Are you a maintainer of grpc-go? Claim this project to take control of your public changelog and roadmap.
Unknown on malformed grpc-status. (#8735)Reader interface with a struct for better performance and maintainability. (#8669)pick_first LB policy via the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The new pick_first has been the default since v1.71.0. (#8672)INTERNAL when a server sends zero response messages for a unary or client-streaming RPC. (#8523)INTERNAL instead of UNKNOWN upon receiving http headers with status 1xx and END_STREAM flag set. (#8518)