I am pleased to announce availability of gRPC Java 1.2.0, the next minor 
release of gRPC:


What's New
   
   - The new Load Balancer API (and ManagedChannelImpl) is now default; the 
   previous one is removed (#2656 
   <https://github.com/grpc/grpc-java/issues/2656>)
   - The authority header is now included when looking up methods in the 
   HandlerRegistry (#2709 <https://github.com/grpc/grpc-java/pull/2709>)

Changes
   
   - Downgraded Guava to 19. This should help avoid ABI problems with older 
   versions of Guava
   - Fixed a bug with connections dropped due to HTTP/2 settings frames (
   #2820 <https://github.com/grpc/grpc-java/pull/2820>)
   - Upgraded to Protobuf 3.2
   - Fixed an error when using keep alives with Netty (#2729 
   <https://github.com/grpc/grpc-java/pull/2729>)
   - SETTINGS_MAX_HEADER_LIST_SIZE is now sent in the initial HTTP/2 
   settings (#2350 <https://github.com/grpc/grpc-java/issues/2350>)
   - Fixed a race in the server start and shutdown when using Netty (#2672 
   <https://github.com/grpc/grpc-java/pull/2672>)
   - Indexes for server reflection are consistent for the duration of the 
   RPC. (#2767 <https://github.com/grpc/grpc-java/pull/2767>)

-- 
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 post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/5ca03070-73af-4fd9-8bb7-43bf2af9fac2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to