Skip to content

Commit

Permalink
fix(deps): Update grpc-java monorepo to v1.68.0 (#278)
Browse files Browse the repository at this point in the history
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 ([#&#8203;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\`. ([#&#8203;11477](https://togithub.com/grpc/grpc-java/issues/11477)) ([`421e237`](https://togithub.com/grpc/grpc-java/commit/421e2371e))  ([#&#8203;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 ([#&#8203;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. ([#&#8203;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 ([#&#8203;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 ([#&#8203;11417](https://togithub.com/grpc/grpc-java/issues/11417)) ([`0017c98`](https://togithub.com/grpc/grpc-java/commit/0017c98f6))
-   xds: Import RLQS protos ([#&#8203;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 ([#&#8203;11348](https://togithub.com/grpc/grpc-java/issues/11348))" ([#&#8203;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. ([#&#8203;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" ([#&#8203;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 ([#&#8203;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" ([#&#8203;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 ([#&#8203;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

[@&#8203;Juneezee](https://togithub.com/Juneezee)
[@&#8203;lujiajing1126](https://togithub.com/lujiajing1126)
[@&#8203;JarvisCraft](https://togithub.com/JarvisCraft)
[@&#8203;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
cq-bot authored Oct 1, 2024
1 parent 174a527 commit ba2ca97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ dependencies {
implementation 'com.google.guava:guava:33.3.1-jre'
implementation 'info.picocli:picocli:4.7.6'
implementation 'com.google.guava:guava:33.3.1-jre'
implementation 'io.grpc:grpc-protobuf:1.66.0'
implementation 'io.grpc:grpc-stub:1.66.0'
implementation 'io.grpc:grpc-services:1.66.0'
implementation 'io.grpc:grpc-protobuf:1.68.0'
implementation 'io.grpc:grpc-stub:1.68.0'
implementation 'io.grpc:grpc-services:1.68.0'
implementation 'io.cloudquery:plugin-pb-java:0.0.25'
implementation 'org.apache.arrow:arrow-memory-core:17.0.0'
implementation 'org.apache.arrow:arrow-vector:17.0.0'
Expand All @@ -48,8 +48,8 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'

testImplementation 'io.grpc:grpc-testing:1.66.0'
testImplementation 'io.grpc:grpc-inprocess:1.66.0'
testImplementation 'io.grpc:grpc-testing:1.68.0'
testImplementation 'io.grpc:grpc-inprocess:1.68.0'
testImplementation platform('org.junit:junit-bom:5.11.1')
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
Expand Down

0 comments on commit ba2ca97

Please sign in to comment.