gRPC-Java 1.13.1 发布,gRPC 的 Java 实现

栏目: 软件资讯 · 发布时间: 6年前

内容简介:gRPC-Java 1.13.1 发布了,更新内容如下: Dependencies Netty version bumped to 4.1.25-Final and netty-tcnative bumped to 2.0.8.Final OpenCensus version bumped to 0.12.3 Special thanks: Bogdan Drutu ...

gRPC-Java 1.13.1 发布了,更新内容如下:

Dependencies

  • Netty version bumped to 4.1.25-Final and netty-tcnative bumped to 2.0.8.Final

  • OpenCensus version bumped to 0.12.3

    • Special thanks: Bogdan Drutu

  • Dependency on OpenCensus was removed from the Bazel target io_grpc_grpc_java//core

  • services: Use RE2/J

    • Special thanks: Nathan Herring

  • alts: Added grpclb runtime

API changes

  • Generated RPC Stubs no longer have the static field MethodDescriptors like FOO_METHOD

  • ProtoUtils now has metadataMarshaller analogous to ProtoLiteUtils

  • Experimental jsonMarshaller has been removed from grpc-java library (and added into examples)

  • Added @CheckReturnValue annotation to AbstractStubCallOptions, and Context

    • Special thanks: Grant Oakley

  • CallOptions API: Deprecated CallOptions.Key.of, added CallOptions.Key.create and CallOptions.Key.createWithDefault, and stabilized CallOptions.Key and CallOptions.withOption

  • Stabilized ManagedChannelBuilder.maxInboundMessageSize API

New features

  • Introduced JUnit test rule GrpcCleanupRule which is more flexible to use than GrpcServerRule

  • Channelz Service can now be added to a server to expose stats for all gRPC channels or servers in the process

Behavior changes

  • auth: Require PRIVACY_AND_INTEGRITY for GoogleCredentials

  • core,stub: Added toString() to ClientCallImpl and GrpcFuture

    • Special thanks: Grant Oakley

Bug fixes

  • Fixed Bazel compilation in Java 9

    • Special thanks: David Ostrovsky

  • Fixed a bug that client does not detect truncated message

  • Fixed a bug of Attributes.hashCode() method

  • security: Propagate CallCredentials.ATTR_SECURITY_LEVEL from transports

Documentation

  • Documented Metadata ownership passes to the ClientCall and ClientCall.Listener

  • Clarified that Android is for client-side use in README.md

  • Fixed missing comment for headers param in ServerInterceptor.interceptCall API

    • Special thanks: Jianwei Mao

  • Added Kotlin and Kotlin android examples

发布公告

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

C和指针

C和指针

Kenneth A.Reek / 徐波 / 人民邮电出版社 / 2008 年4月 / 65.00元

本书提供与C语言编程相关的全面资源和深入讨论。本书通过对指针的基础知识和高级特性的探讨,帮助程序员把指针的强大功能融入到自己的程序中去。 全书共18章,覆盖了数据、语句、操作符和表达式、指针、函数、数组、字符串、结构和联合等几乎所有重要的C编程话题。书中给出了很多编程技巧和提示,每章后面有针对性很强的练习,附录部分则给出了部分练习的解答。 本书适合C语言初学者和初级C程序员阅读,也可作......一起来看看 《C和指针》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具