GRPC Java 1.4.0 发布,GRPC 的 Java 版

栏目: Java · 发布时间: 7年前

内容简介: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

下载地址


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

遗传算法

遗传算法

王小平 / 西安交通大学出版社 / 2002-1 / 40.00元

《遗传算法:理论应用与软件实现》全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进化计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问......一起来看看 《遗传算法》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具