gRPC 1.36.0RC1

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.


Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.

License: Apache 2.0

Changes

- gRPC Core 1.36.0 update
- Fixed segfault on re-used call object #25245
- Added support for PSM security #25303