gRPC 1.12.0 和 1.11.1 已发布。gRPC 是 Google 开源的高性能、通用 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。
1.12.0
Core
- Update
protobuf
submodule to 3.5.2 (#15114) - Make
GrpcBuffer{Reader|Writer}
Public (#14541) - Compile Out Tracers Option (#15108)
- Fix bug in an address sorting comparison (#15208)
- Fix: Check retry timer before starting resolving (#15156)
- Fix c-ares resolution with default authority (#15073)
- Fix c-ares resolver crash when DNS server unreachable (#15134)
- Performance: Avoid low severity log message construction (#14945)
- Peformance: Enable
SIO_LOOPBACK_FAST_PATH
on Windows (#14905)
完整更新内容请查看发布主页。
下载地址:
1.11.1
这是 gRPC Core 的补丁版(gorgeous)。更新内容同 1.12.0.
下载地址:
转自 https://www.oschina.net/news/96120/grpc-1-12-0-1-11-1-released