内容简介:grpc 1.18.0 发布了。gRPC 是 Google 开源的高性能、通用 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩...
grpc 1.18.0 发布了。gRPC 是 Google 开源的高性能、通用 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。
1.18.0 更新内容主要是优化、改进和 bug 修复,列出重点如下:
Core
Use 32 bit nanopb fields. (#17249)
Put most c-ares logs under a tracer. (#17495)
Avoid SRV and TXT lookups for localhost. (#17470)
Fix bug in subchannel backoff reset code. (#17391)
Change pick_first to immediately select the first subchannel in READY state. (#17383)
Cancel c-ares queries after a timeout to avoid getting stuck. (#17354)
Add gRPC release schedule document. (#17306)
Preparation for the new background poller 'epollbg'. (#17244)
C++
Allow interceptor creators to return nullptr. (#17544)
C#
Python
Servers are no longer guaranteed to automatically shutdown when garbage collected. Applications must explicitly invoke
grpc.Server.stop()
to shutdown the server and release its resources. This aligns server behavior with thegrpc.Channel.close()
semantics introduced in v1.12.0.Add python API to retrieve library version. (#17580)
Add Watch method to health check service. (#17597)
Refactor server deallocation. (#17444)
Add grpcio-status extension package. (#17490)
Add gRPC Python Example: Metadata. (#17485)
New abort with grpc.Status API. (#17481)
Update urllib3 to avoid security vulnerability. (#17476)
Add License to Python tarball. (#17411)
Revert "Strip manylinux1 binary wheels". (#17412)
Surface exceptions from Cython to Python as much as possible. (#16971)
Add
logging.basicConfig()
for example servers. (#17322)Channelz Python wrapper implementation. (#17266)
Fix Python blocking interceptors facing RpcError. (#17317)
Raise the exception while credential initialization. (#17281)
Ruby
Add ruby 2.6 binary packages, drop 2.0 and 2.1. (#17607)
server graceful shutdown for pull request. (#17348)
Return UNIMPLEMENTED error when user does not implement client_streamer method. (#17290)
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- OpenLayers 4.5 发布,高性能开源地图引擎
- 腾讯高性能的图片框架 LKImageKit 正式开源
- OpenLayers 4.6.4 发布,高性能开源地图引擎
- iQiYi 高性能开源负载均衡器及应用
- OpenLayers 6.0.0 发布,高性能开源地图引擎
- 百度硅谷人工智能实验室开源高性能计算代码
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python语言程序设计
[美]梁勇(Lang Y. D.) / 李娜 / 机械工业出版社 / 2015-4 / 79.00元
本书采用“问题驱动”、“基础先行”和“实例和实践相结合”的方式,讲述如何使用Python语言进行程序设计。本书首先介绍Python程序设计的基本概念,接着介绍面向对象程序设计方法,最后介绍算法与数据结构方面的内容。为了帮助学生更好地掌握相关知识,本书每章都包括以下模块:学习目标,引言,关键点,检查点,问题,本章总结,测试题,编程题,注意、提示和警告。 本书可以作为高等院校计算机及相关专业Py......一起来看看 《Python语言程序设计》 这本书的介绍吧!