gRPC 1.17.2 发布,谷歌开源的高性能 RPC 框架

  

gRPC 1.17.2 发布了,gRPC 是 Google 开源的高性能、通用 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。

1.17.2 主要是修复了昨天发布的 1.17.1 版本中出现的 bug,是由 Bazel 0.20 弃用的工作空间导入引起的问题(#17363#17446)。

1.17.1 更新如下:

Core

  • Change xds plugin name to xds_experimental until it's ready for use. (#17405)

  • Better slice management for windows reads (for v1.17.x). (#17378)

  • Cancel still-active c-ares queries after a timeout, for 1.17.x. (#17382)

C#

  • Redo C# examples to use new Grpc.Tools. (#14684)

Python

  • Update urllib3 version number to avoid security vulnerability. (#17477)

  • Revert stripping manylinux1 binary wheels to fix bad checksum of .so file. (#17415)

源码下载和发布公告请点此查看

猜你喜欢

转载自www.oschina.net/news/102724/grpc-1-17-2-released