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/CALUXJ7gDWGpvGFSPTBSgOQ4UMgGphMgM1BuqXRLvkzmYBKkf9w%40mail.gmail.com.

Reply via email to