Good catch. I created https://github.com/grpc/grpc-java/pull/2837 to fix this.
On Fri, Mar 17, 2017 at 2:15 PM, Alpha Lam <[email protected]> wrote: > Would be nice this page gets updated too. :) > > https://github.com/grpc/grpc-java > > 2017-03-17 17:03 GMT-04:00 Alpha Lam <[email protected]>: > >> Ah! I was looking at a wrong site. Thanks! >> >> 2017-03-17 17:01 GMT-04:00 Carl Mastrangelo <[email protected]>: >> >>> Hmm, I confirmed that they were present before making this >>> announcement. They seem to be there now. A glitch in the Matrix perhaps? >>> >>> On Thursday, March 16, 2017 at 3:20:13 PM UTC-7, [email protected] >>> wrote: >>>> >>>> Hi! >>>> >>>> The build artifacts are not yet available in maven. Will they be >>>> available soon? Thanks. >>>> >>>> Alpha >>>> >>>> On Wednesday, March 15, 2017 at 8:15:41 PM UTC-4, Carl Mastrangelo >>>> wrote: >>>>> >>>>> 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 [email protected]. To post to this group, send email to [email protected]. 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/CAAcqB%2BurCS%3DS7XYoO1syUnsHOTXDfhJjvTYRbO2MoCzrWEnQUg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
