gRPC Java 1.44.0 is released and is available on Maven Central. It will take additional time to be indexed by search.maven.org, but it is in the repository.
https://github.com/grpc/grpc-java/releases/tag/v1.44.0 Java 7 is no longer supported. This release uses Java 8 bytecode, except for grpc-context which remains on Java 7 bytecode. Users requiring Java 7 are encouraged to use the v1.41.x branch. See gRFC P5 <https://github.com/grpc/proposal/blob/master/P5-jdk-version-support.md#proposal>. Android support remains API level 19+. If this is expected to cause undue hardship or community issues, please contact us via a GitHub issue or [email protected] <https://groups.google.com/g/grpc-io>. Java 8 users pay note: per gRFC P5, gRPC may drop Java 8 support as soon as March this year. If this is expected to cause undue hardship or community issues, please contact us via a GitHub issue or [email protected] <https://groups.google.com/g/grpc-io>. API Changes - Removed deprecated StreamInfo.transportAttrs (#8768 <https://github.com/grpc/grpc-java/pull/8768>) Bug Fixes - core: fix a race condition when calling ManagedChannel#enterIdle() ( #8761 <https://github.com/grpc/grpc-java/pull/8761>) - xds: rename ring_hash LB Policy to ring_hash_experimental to comply with gRPC A42: xDS Ring Hash LB Policy <https://github.com/grpc/proposal/blob/master/A42-xds-ring-hash-lb-policy.md> (#8776 <https://github.com/grpc/grpc-java/pull/8776>) Behavior Changes - Binder: Enclose all operations in BinderTransport even when an exception was thrown. (#8733 <https://github.com/grpc/grpc-java/pull/8733>)* - Binder: Fix a bug that might cause memory leaks in binder. (#8728 <https://github.com/grpc/grpc-java/pull/8728>) Dependencies - Upgraded Protobuf to 3.19.2 to avoid CVE-2021-22569 <https://github.com/advisories/GHSA-wrvw-hg22-4m67>. See the protobuf advisory <https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67> - Bump GSON to 2.8.9 (#8759 <https://github.com/grpc/grpc-java/pull/8759> ) - Bump Netty to 4.1.72.Final and tcnative to 2.0.46.Final (#8780 <https://github.com/grpc/grpc-java/pull/8780>) -- 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/CAGFwQVu79YhNKfH%3DJQw_nT8QYh-RSDh%2BLsmuOKR%3D9XnMngFO0g%40mail.gmail.com.
