内容简介:GRPC Java 1.4.0 发布,GRPC 的 Java 版
GRPC Java 1.4.0 已经发布,GRPC Java 是 GRPC 的 Java 版本。本次更新如下:
API Changes
-
LoadBalancers can now update addresses for a channel in-place, allowing the channel to re-use existing connections
-
The previously deprecated affinity API is now deleted. ( #3026 )
Bug fixes
-
Overly large messages now return RESOURCE_EXHAUSTED ( #2906 )
-
Netty-tcnative load failures may now be detected earlier and cause an exception during
build()instead of creating a hung channel ( #2599 ) -
OkHttp now ignores unknown SETTINGS ( #3032 ). This resolves an important incompatibility with C-wrapped language instances of gRPC
-
Fixed dependency specification to avoid wildcards, which are not universally supported ( #2961 )
-
Channel.authority() should return the value of overrideAuthority ( #2682 )
Other
-
gRPC now does TXT record lookups for implementing service config. Android users will need to add proguard configs to ignore
javax.naming.**classes ( #2912 ) -
Protobuf bumped to 3.3.0
-
Disconnect messages have been silenced as non errors ( #2960 )
-
Netty has been upgraded to 4.1.11 and Netty TC Native 2.0.1
-
More work to support HTTP GET method. This work is considered experimental and known to have future incompatible wire changes
-
Fixed support for the AppEngine development sandbox
下载地址
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
挑战程序设计竞赛
秋叶拓哉、岩田阳一、北川宜稔 / 巫泽俊、庄俊元、李津羽 / 人民邮电出版社 / 2013-7-1 / CNY 79.00
世界顶级程序设计高手的经验总结 【ACM-ICPC全球总冠军】巫泽俊主译 日本ACM-ICPC参赛者人手一册 本书对程序设计竞赛中的基础算法和经典问题进行了汇总,分为准备篇、初级篇、中级篇与高级篇4章。作者结合自己丰富的参赛经验,对严格筛选的110 多道各类试题进行了由浅入深、由易及难的细致讲解,并介绍了许多实用技巧。每章后附有习题,供读者练习,巩固所学。 本书适合程序设计......一起来看看 《挑战程序设计竞赛》 这本书的介绍吧!