gRPC Java 1.22.1 is released and available on Maven Central. Bug Fixes
- Fix IllegalStateException when transport is terminated (#5955 <https://github.com/grpc/grpc-java/pull/5955>). This is due to a race that seems to mainly impact OkHttp clients. While we believe all transports are affected, it may trigger very rarely. If you see an exception with the message “activeTransport still points to this transport. Seems transportShutdown() was not called.” then you are impacted by the bug. - bazel target //compiler:grpc_java_plugin is publicly visible again ( #5953 <https://github.com/grpc/grpc-java/pull/5953>). The target wasn't publicly visible since v1.21.0. This target was used by rules_proto <https://github.com/stackb/rules_proto>. You can also view the up-to-date notes on https://github.com/grpc/grpc-java/releases/tag/v1.22.1 and https://github.com/grpc/grpc-java/releases/tag/v1.22.1 -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CABu9GjpMj3UfC4aC1rKvCdLzmPAm9UaJr3BKV%3DXGk3gw%2BVsDug%40mail.gmail.com.
