API Changes - alts: Make GoogleDefaultChannelCredentials take a CallCredentials ( #8548 <https://github.com/grpc/grpc-java/pull/8548>) - binder: Support BinderChannelBuilder.forTarget (#8633 <https://github.com/grpc/grpc-java/pull/8633>) - inprocess: Add support for anonymous in-process servers (#8589 <https://github.com/grpc/grpc-java/pull/8589>)
Bug Fixes - census: fixed a bug which in rare cases, a NullPointerException may be thrown by recordFinishedAttempt(). Users not enabling grpc-census are not impacted by this bug (#8706 <https://github.com/grpc/grpc-java/pull/8706> ) New Features - protoc-gen-grpc-java plugin support for Apple M1 architecture (#7690 <https://github.com/grpc/grpc-java/issues/7690>) - okhttp: introduced new TLS1.2 cipher suites and internal okhttp implementation for TLS1.3 prepared (#8650 <https://github.com/grpc/grpc-java/pull/8650>) - netty: Add ability to set system property -Dio.grpc.netty.disableConnectionHeaderCheck=false to disable HTTP Connection header check. This is a temporary workaround to allow fixing out-of-spec HTTP/2 clients (#8683 <https://github.com/grpc/grpc-java/pull/8683>) Dependencies - bump guava to 30.1.1-android (#8748 <https://github.com/grpc/grpc-java/pull/8748>) - bump protobuf to 3.19.1 (#8748 <https://github.com/grpc/grpc-java/pull/8748>) Acknowledgement @beatrausch <https://github.com/beatrausch> @benjaminp <https://github.com/benjaminp> Benjamin Peterson @cfredri4 <https://github.com/cfredri4> @kdubb <https://github.com/kdubb> Kevin Wooten -- 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/eb50238b-90d1-4d8a-9652-1eedf98db34en%40googlegroups.com.
