Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update grpc-java monorepo to v1.68.0 (#278)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:grpc-inprocess](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.66.0` -> `1.68.0` | | [io.grpc:grpc-testing](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.66.0` -> `1.68.0` | | [io.grpc:grpc-services](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.66.0` -> `1.68.0` | | [io.grpc:grpc-stub](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.66.0` -> `1.68.0` | | [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.66.0` -> `1.68.0` | --- ### Release Notes <details> <summary>grpc/grpc-java (io.grpc:grpc-inprocess)</summary> ### [`v1.68.0`](https://togithub.com/grpc/grpc-java/releases/tag/v1.68.0): MISTAKE This was supposed to be v1.67.0, but there was a mistake during the release process. This has everything in v1.67.1, *except* for: - xds: Fix NullPointerException introduced in "Fix load reporting when pick first is used for locality-routing" ([https://github.com/grpc/grpc-java/pull/11553](https://togithub.com/grpc/grpc-java/pull/11553)) ### [`v1.67.1`](https://togithub.com/grpc/grpc-java/releases/tag/v1.67.1) ##### gRPC Java 1.67.1 Release Notes There was no 1.67.0 release. There was a problem making the release and it went to Maven Central as 1.68.0 instead. This is a version-corrected release. ##### Improvements - Petiole load balancing policies (e.g., round_robin, weighted_round_robin, ring_hash, least_request) had internal refactorings. This should not have changed their behavior - api: Introduce onResult2 in NameResolver Listener2 that returns Status ([`90d0fab`](https://togithub.com/grpc/grpc-java/commit/90d0fabb1)) - core: touch() buffer when detach()ing ([`e821d5e`](https://togithub.com/grpc/grpc-java/commit/e821d5e15)). This makes it clearer whether a leak is a gRPC leak or an application leak when the Detachable API is being used - stub: Add newAttachMetadataServerInterceptor() MetadataUtil ([#​11458](https://togithub.com/grpc/grpc-java/issues/11458)) ([`6dbd1b9`](https://togithub.com/grpc/grpc-java/commit/6dbd1b9d5)) - opentelemetry: GrpcOpenTelemetry now has experimental tracing support. The support can be enabled by setting env var \`GRPC_EXPERIMENTAL_ENABLE_OTEL_TRACING=true\`. ([#​11477](https://togithub.com/grpc/grpc-java/issues/11477)) ([`421e237`](https://togithub.com/grpc/grpc-java/commit/421e2371e)) ([#​11409](https://togithub.com/grpc/grpc-java/issues/11409)) ([`043ba55`](https://togithub.com/grpc/grpc-java/commit/043ba556b)) - example: delete duplicate and unused code in KeepAliveClient.java ([`6a9bc3b`](https://togithub.com/grpc/grpc-java/commit/6a9bc3ba1)) - example: Added Dualstack example ([#​11451](https://togithub.com/grpc/grpc-java/issues/11451)) ([`72a977b`](https://togithub.com/grpc/grpc-java/commit/72a977bf7)) - xds: Separate xds clients for each channel target, each with its own connection to an xds server. ([#​11484](https://togithub.com/grpc/grpc-java/issues/11484)) ([`d034a56`](https://togithub.com/grpc/grpc-java/commit/d034a56cb)) - xds: Envoy proto sync to 2024-07-06 ([#​11401](https://togithub.com/grpc/grpc-java/issues/11401)) ([`96a788a`](https://togithub.com/grpc/grpc-java/commit/96a788a34)) - xds: cncf/xds proto sync to 2024-07-24 ([#​11417](https://togithub.com/grpc/grpc-java/issues/11417)) ([`0017c98`](https://togithub.com/grpc/grpc-java/commit/0017c98f6)) - xds: Import RLQS protos ([#​11418](https://togithub.com/grpc/grpc-java/issues/11418)) ([`c29763d`](https://togithub.com/grpc/grpc-java/commit/c29763d88)) - xds: ClusterManagerLB must update child configuration ([`10d6002`](https://togithub.com/grpc/grpc-java/commit/10d6002cb)). Previously, RLS configuration would not have been updated ##### Bug Fixes - core: Revert "Enable new PickFirst LB ([#​11348](https://togithub.com/grpc/grpc-java/issues/11348))" ([#​11425](https://togithub.com/grpc/grpc-java/issues/11425)) ([`cc1cbe9`](https://togithub.com/grpc/grpc-java/commit/cc1cbe987)) - util: Stop using SocketAddress.toString() for checking address equality ([`f866c80`](https://togithub.com/grpc/grpc-java/commit/f866c805c)). This change applies to all petiole load balancing policies. For regular usages that use dns name resolution, this is unlikely to matter as the default dns name resolver returns consistent addresses. But this might improve LB behavior for some custom load balancers - xds: Fix load reporting when pick first is used for locality-routing. ([#​11495](https://togithub.com/grpc/grpc-java/issues/11495)) ([`1dae144`](https://togithub.com/grpc/grpc-java/commit/1dae144f0)) - xds: Fix NullPointerException introduced in "Fix load reporting when pick first is used for locality-routing" ([#​11553](https://togithub.com/grpc/grpc-java/issues/11553)). This change is not present in 1.68.0 - xds: XdsClient should unsubscribe on last resource ([#​11264](https://togithub.com/grpc/grpc-java/issues/11264)) ([`448ec4f`](https://togithub.com/grpc/grpc-java/commit/448ec4f37)) - rls: Fix log statements incorrectly referring to "LRS" ([#​11497](https://togithub.com/grpc/grpc-java/issues/11497)) ([`c63e354`](https://togithub.com/grpc/grpc-java/commit/c63e35488)) ##### Dependencies - Upgrade Netty to 4.1.110 and tcnative to 2.0.65 ([#​11444](https://togithub.com/grpc/grpc-java/issues/11444)) ([`70ae832`](https://togithub.com/grpc/grpc-java/commit/70ae83288)) - examples: Upgrade Maven plugin versions ([`75012a5`](https://togithub.com/grpc/grpc-java/commit/75012a5be)) - Remove direct dependency on j2objc ([`ff8e413`](https://togithub.com/grpc/grpc-java/commit/ff8e41376)) ##### Thanks to [@​Juneezee](https://togithub.com/Juneezee) [@​lujiajing1126](https://togithub.com/lujiajing1126) [@​JarvisCraft](https://togithub.com/JarvisCraft) [@​sunpe](https://togithub.com/sunpe) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
- Loading branch information