内容简介:gRPC 1.13.0 已发布,此版本包含重要的改进和错误修复,针对 Objective-C、PHP 和 Python 这几个语言版本都有重要的更新,其中重点列出如下: Core gRPC stats will only be collected for debug builds or if G...
gRPC 1.13.0 已发布,此版本包含重要的改进和错误修复,针对 Objective-C、 PHP 和 Python 这几个语言版本都有重要的更新,其中重点列出如下:
Core
gRPC stats will only be collected for debug builds or if
GRPC_COLLECT_STATS
is defined. It will be disabled for opt builds. (#15280)Fix for Issue #13553. Unlimited can now be set as the max receive message length. (#15394)
Objective-C
CFStream networking layer open for experiment (#15069, #15677, #15718)
Fixed issue where BoringSSL podspec cannot be accessed from China (#15428, #15612)
Bug fixes for gRPC Objective-C (#13180, #15050, #15285, #15429, #15531, )
PHP
Experimental support for the client-side interceptor. (#13342, #15779)
Add upper bound for the persistent channel per target, which can be set by the option ‘grpc_target_persist_bound’. By default, only 1 channel will be persisted for each target. (#15218)
Add experimental API for the call invoker. (#15749)
Python
Binary wheels for Python 3.7 on
manylinux1
platform are now available.Source code is now Pylint 1.9.2-compliant (#15682).
Testing utilities for gRPC Python are now readily available via
grpcio-testing
from PyPI (#15819).requirements.txt
no longer lists thefutures
package as a dependency—whose installation used to be unnecessary on Python 3 but now actively breaks on Python 3 (#15362).Python errors have become more verbose. They now surface the actual error from gRPC Core: #13689
GRPC_ENABLE_FORK_SUPPORT=false
is no longer required when runningfork
-exec
.Relying on an explicit
with
statement or explicitly callingChannel.close
to release the underlying resources inChannel
objects is now a required coding practice starting inv1.13.0
.
发布说明和源码下载 https://github.com/grpc/grpc/releases/tag/v1.13.0
gRPC 是 Google 开源的高性能、通用 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- OpenLayers 4.5 发布,高性能开源地图引擎
- 腾讯高性能的图片框架 LKImageKit 正式开源
- OpenLayers 4.6.4 发布,高性能开源地图引擎
- iQiYi 高性能开源负载均衡器及应用
- OpenLayers 6.0.0 发布,高性能开源地图引擎
- 百度硅谷人工智能实验室开源高性能计算代码
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
现代应用数学手册
《现代应用数学手册》编委会 / 清华大学出版社 / 2005-1-1 / 48.00元
本书是进行科学计算的常备工具书,内容新颖,查阅方便,实用性强。主要介绍生产、科研、管理、数学等实践中在计算机上使用的各种计算方法和技巧。全书分为14章,依次为数值计算概论、插值法、函数逼近与曲线拟合、数值积分与数值微分、方程求根、线性方程组的直接解法和迭代解法、矩阵特征值问题、非线性方程组数值解与最优化方法、常微分方程初值问题和边值问题的数值解法、偏微分方程的数值解法、多重网络法和积分方程数值解法......一起来看看 《现代应用数学手册》 这本书的介绍吧!