I overlooked some items that should have been included in the previous release note email. The entry at https://github.com/grpc/grpc-java/releases/tag/v1.26.0 is now amended, with the following additions:
Dependencies - Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.18.0 (#6360 <https://github.com/grpc/grpc-java/pull/6360>) - Bump mockito to 2.28.2 (#6355 <https://github.com/grpc/grpc-java/pull/6355>) Bug Fixes - alts: fix lazychannel close (#6475 <https://github.com/grpc/grpc-java/pull/6475>) New Features - Pre-build binaries for the aarch64 platform - Add s390x cross-compiling support Acknowledgements - Carl Mastrangelo (@carl-mastrangelo <https://github.com/carl-mastrangelo>) - Elliotte Rusty Harold (@elharo <https://github.com/elharo>) - Liu sheng (@liusheng <https://github.com/liusheng>) - Nayana Thorat (@Nayana-ibm <https://github.com/Nayana-ibm>) - Steve Rao (@steverao <https://github.com/steverao>) - Tomo Suzuki (@suztomo <https://github.com/suztomo>) - Yongwoo Noh (@yonguno <https://github.com/yonguno>) On Wed, Dec 18, 2019 at 3:40 PM Eric Gribkoff <ericgribk...@google.com> wrote: > gRPC Java 1.26.0 is released and should be available on Maven Central and > JCenter. > > https://github.com/grpc/grpc-java/releases/tag/v1.26.0 > > Dependencies > > - Bump protobuf-java to 3.11.0. > - Bump protobuf-javalite to 3.11.0. This brings lite in-line with full > protobuf. Be aware that the Maven artifact name changed for Protobuf lite. > The dependency is now com.google.protobuf:protobuf-javalite instead of > com.google.protobuf:protobuf-lite > - Bump gson to 2.8.6 > > Bug Fixes > > - netty, okhttp: Known IOExceptions are logged as FINE level > - interop-testing, benchmarks: missing executables (since 1.19.0) is > now published again > - cronet: grpc-cronet artifact contains empty .aar due to code > shrinking was enabled, now it is fixed. > > API Changes > > - api, core: make channel logger accessible through NameResolver.Args ( > #6430 <https://github.com/grpc/grpc-java/pull/6430>) > - api, core: make scheduled executor service accessible for > NameResolver.Args (#6455 <https://github.com/grpc/grpc-java/pull/6455>) > - stub, compiler: generated stubs are now extended from AbstractStub to > indicate stub type (AbstractAsyncStub, AbstractFutureStub, > AbstractFutureStub) > - api: the deprecated API ManagedChannelBuilder.usePlaintext(boolean) is > removed (#1772 <https://github.com/grpc/grpc-java/issues/1772>, #6440 > <https://github.com/grpc/grpc-java/pull/6440>). > > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CALUXJ7hynZkHk5c2uOKxWYsuYitAQyxcL3Oq%2Br-aHTC42Wpk_Q%40mail.gmail.com.