gRPC 1.6.0 发布,gRPC 是一个高性能、开源、通用的 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。 gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。
C-core
- Fix a thread safety bug in chttp2_transport
- Add tags to anonymous structs and unions (makes FFI bindings easier)
- Prevent fd_orphan from calling shutdown(fd) when release_fd is true
- Improvements to grpc_byte_stream API and handling.
- In-process transport
- Flow Control improvements (I, II)
C++:
- cmake is now the recommended way to build on Windows. Pre-generated Visual Studio projects have been deprecated #11462
Python:
- Bug fixes
Ruby:
PHP:
- Added support for php_namespace option in codegen plugin #11886
更多内容请查看发布说明。
下载地址:
转自 http://www.oschina.net/news/88283/grpc-1-6-0