Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/plugin-pb-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.42
Choose a base ref
...
head repository: cloudquery/plugin-pb-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.43
Choose a head ref
  • 6 commits
  • 41 files changed
  • 1 contributor

Commits on Mar 1, 2026

  1. chore(deps): Update gradle/actions digest to 0723195 (#230)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | gradle/actions | action | digest | `49ec880` -> `0723195` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    0e77383 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency com.google.protobuf:protobuf-java-util t…

    …o v4.33.5 (#231)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [com.google.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | dependencies | patch | `4.33.4` -> `4.33.5` | `4.34.0` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    b36f652 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency gradle to v9.3.1 (#232)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | patch | `9.3.0` -> `9.3.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>gradle/gradle (gradle)</summary>
    
    ### [`v9.3.1`](https://redirect.github.com/gradle/gradle/releases/tag/v9.3.1): 9.3.1
    
    [Compare Source](https://redirect.github.com/gradle/gradle/compare/v9.3.0...v9.3.1)
    
    This is a patch release for 9.3.0. We recommend using 9.3.1 instead of 9.3.0.
    
    The following issues were resolved:
    
    -   [Cannot find testcases from Android Screenshot Test plugin since Gradle 9.3.0](https://redirect.github.com/gradle/gradle/issues/36320)
    -   [Excluding dependencies from included builds doesn't work in Gradle 9.3.0](https://redirect.github.com/gradle/gradle/issues/36331)
    -   [ExternalDependency and DependencyConstraint cannot be passed to DependencyResolveDetails#useTarget](https://redirect.github.com/gradle/gradle/issues/36359)
    -   [Gradle 9.3.0 generate JUnit test result files with wrong name](https://redirect.github.com/gradle/gradle/issues/36379)
    -   [Build cache cannot handle outputs with non-BMP characters in the filename](https://redirect.github.com/gradle/gradle/issues/36387)
    -   [Emojis in test names should not break build caching](https://redirect.github.com/gradle/gradle/issues/36395)
    -   [Non utf-8 c code is no longer buildable](https://redirect.github.com/gradle/gradle/issues/36399)
    -   [Breaking change in 9.3.0 regarding cross-project dependency manipulation](https://redirect.github.com/gradle/gradle/issues/36428)
    -   [JUnit3 tests cannot be run with Gradle 9.3.0](https://redirect.github.com/gradle/gradle/issues/36451)
    -   [Test.setScanForTestClasses(false) causes all junit4 tests to be skipped](https://redirect.github.com/gradle/gradle/issues/36508)
    
    [Read the Release Notes](https://docs.gradle.org/9.3.1/release-notes.html)
    
    #### Upgrade instructions
    
    Switch your build to use Gradle 9.3.1 by updating your wrapper:
    
        ./gradlew wrapper --gradle-version=9.3.1 && ./gradlew wrapper
    
    See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.3.1/userguide/upgrading_version\_9.html) to learn about deprecations, breaking changes and other considerations when upgrading.
    
    For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.3.1/userguide/compatibility.html).
    
    #### Reporting problems
    
    If you find a problem with this release, please file a bug on [GitHub Issues](https://redirect.github.com/gradle/gradle/issues) adhering to our issue guidelines.
    If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).
    
    We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://redirect.github.com/gradle).
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    63ce3fd View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update grpc-java monorepo to v1.79.0 (#233)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [io.grpc:protoc-gen-grpc-java](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.78.0` -> `1.79.0` |
    | [io.grpc:grpc-testing](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.78.0` -> `1.79.0` |
    | [io.grpc:grpc-netty-shaded](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.78.0` -> `1.79.0` |
    | [io.grpc:grpc-stub](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.78.0` -> `1.79.0` |
    | [io.grpc:grpc-services](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.78.0` -> `1.79.0` |
    | [io.grpc:grpc-protobuf](https://redirect.github.com/grpc/grpc-java) | dependencies | minor | `1.78.0` -> `1.79.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java (io.grpc:protoc-gen-grpc-java)</summary>
    
    ### [`v1.79.0`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.79.0)
    
    **API Changes**
    
    -   core: Delete the never-used io.grpc.internal.ReadableBuffer.readBytes(ByteBuffer) ([#&#8203;12580](https://redirect.github.com/grpc/grpc-java/issues/12580)) ([`738782f`](https://redirect.github.com/grpc/grpc-java/commit/738782fb0)). This is deeply internal and not accessible, so shouldn’t impact anything. However, Apache Arrow Java [uses reflection to access private fields](https://redirect.github.com/apache/arrow-java/blob/96156ccc2bf933c75c852ca7c04418a61f87defd/flight/flight-core/src/main/java/org/apache/arrow/flight/grpc/GetReadableBuffer.java#L44-L45); [GH-939: Remove reflection for gRPC buffers](https://redirect.github.com/apache/arrow-java/pull/954) is swapping to gRPC’s public zero-copy APIs
    
    -   opentelemetry: Add target attribute filter for metrics ([#&#8203;12587](https://redirect.github.com/grpc/grpc-java/issues/12587)). Introduce an optional Predicate targetAttributeFilter to control how grpc.target is recorded in OpenTelemetry client metrics. When a filter is provided, targets rejected by the predicate are normalized to "other" to reduce grpc.target metric cardinality, while accepted targets are recorded as-is. If no filter is set, existing behavior is preserved. This change adds a new Builder API on GrpcOpenTelemetry to allow applications to configure the filter. 
    
    **Behavior Changes**
    
    -   core: Convert AutoConfiguredLB to an actual LB ([`4bbf8ee`](https://redirect.github.com/grpc/grpc-java/commit/4bbf8eee5)). This is an internal refactoring, but it does improve how errors are handled for broken binaries. Previously, not being able to load pick_first would result in a channel panic. Now it is handled as a regular load balancing error
    
    -   okhttp: Assert no pending streams before transport READY ([#&#8203;12566](https://redirect.github.com/grpc/grpc-java/issues/12566)) ([`ed6d175`](https://redirect.github.com/grpc/grpc-java/commit/ed6d175fc)). No pending streams should exist when the transport transitions to READY. This PR adds an assertion to help verify this invariant.
    
    **Bug Fixes**
    
    -   core: PickFirstLB should not return a subchannel during CONNECTING ([`228fc8e`](https://redirect.github.com/grpc/grpc-java/commit/228fc8ecd)). Pick-first in grpc-java has behaved this way since it was created, and it was of no consequence. However, now there are some load balancing policies (mainly RLS) that will do a pick() and hope the result to be reasonably accurate for metrics.
    
    **Improvements**
    
    -   core: Improve DEADLINE_EXCEEDED message for CallCreds delays ([`ead532b`](https://redirect.github.com/grpc/grpc-java/commit/ead532b39)). Previously the error message contained “buffered_nanos” and “waiting_for_connection” for connection delays. However, we discovered the same strings were also used if waiting on CallCredentials. Now you’ll see details like “connecting_and_lb_delay”, “call_credentials_delay”, and “was_still_waiting”.
    
    -   opentelemetry: Add Android API checking ([`a9f73f4`](https://redirect.github.com/grpc/grpc-java/commit/a9f73f4c0)). Previously we assumed OpenTelemetry support would not be used on Android. It did happen to be compatible with Android, but since OpenTelemetry does have some Android support, we now have a check that it remains compatible
    
    -   core: Catch Errors when calling complex config parsing code ([`a535ed7`](https://redirect.github.com/grpc/grpc-java/commit/a535ed799)). Error (and any other Throwable) is now caught and handled when parsing configuration (e.g., service config, xds). This will cause such failures to be handled gracefully instead of panicking the channel
    
    -   core: Implement LoadBalancer.Helper.createOobChannel() with the internals of createResolvingOobChannel() ([`3915d02`](https://redirect.github.com/grpc/grpc-java/commit/3915d029c)). This API is only expected to be relevant to the gRPC-LB lookaside load balancer, and is not believed to have behavior changes. Out-of-band channel had been implemented with its own stripped-down Channel without load balancing. Reimplementing using the resolving oob channel makes it a full-fledged channel and reduces the burden when integrating new features and allows us to have a ManagedChannelBuilder to use with efforts like [gRFC A110: Child Channel Options](https://redirect.github.com/grpc/proposal/pull/529).
    
    -   xds: Implement the proactive connection logic in RingHashLoadBalancer as outlined in gRFC A61 ([#&#8203;12596](https://redirect.github.com/grpc/grpc-java/issues/12596)). Previously, the Java implementation only initialized child balancers when a ring-chosen endpoint was in TRANSIENT_FAILURE during a picker's pickSubchannel call. This PR adds the missing logic: when a child balancer reports TRANSIENT_FAILURE, the LoadBalancer now proactively initializes the first available IDLE child if no other children are currently connecting or ready.
    
    This ensures a backup subchannel starts warming up immediately outside the RPC flow, reducing failover latency and improving overall resilience. This behavior was previously present but was inadvertently lost after [#&#8203;10610](https://redirect.github.com/grpc/grpc-java/pull/10610).
    
    -   api: Add RFC 3986 support to DnsNameResolverProvider ([#&#8203;12602](https://redirect.github.com/grpc/grpc-java/issues/12602)) ([`f65127c`](https://redirect.github.com/grpc/grpc-java/commit/f65127cf7)) Experimental RFC 3986 target URI parsing mode (disabled by default)
    
    **New Features**
    
    -   opentelemetry: Actual reason for the disconnects in subchannel metrics([`6b2f758`](https://redirect.github.com/grpc/grpc-java/commit/6b2f7580c)), completing the remaining work in [gRFC A96: OTel metrics for Subchannels](https://redirect.github.com/grpc/proposal/pull/485/files)
    
    **Dependencies** 
    
    -   protobuf: Upgrade Bazel protobuf to 33.1 ([#&#8203;12553](https://redirect.github.com/grpc/grpc-java/issues/12553)) ([`b61a8f4`](https://redirect.github.com/grpc/grpc-java/commit/b61a8f49c)) and load java_proto_library from the protobuf repo ([`c7f3cdb`](https://redirect.github.com/grpc/grpc-java/commit/c7f3cdbc3))
    
    -   protobuf: Fix build with Bazel 9 by upgrading bazel_jar_jar and grpc-proto versions ([#&#8203;12569](https://redirect.github.com/grpc/grpc-java/issues/12569))
    
    -   Upgrade dependencies ([#&#8203;12588](https://redirect.github.com/grpc/grpc-java/issues/12588)) ([`6422092`](https://redirect.github.com/grpc/grpc-java/commit/6422092e3)) Netty to 4.1.130, error-prone annotations to 2.45.0, google-auth-library to 1.41.0, tomcat-embed-core9 to 9.0.113, tomcat-embed-core to 10.1.50, opentelemetry to 1.57.0, jetty-ee10-servlet to 12.1.5, jetty-http2-server to 12.1.5, google-cloud-logging to 3.23.9, google-auth to 1.41.0, proto-google-common-protos to 2.63.2.
    
    **Thanks to**
    
    -   [@&#8203;benjaminp](https://redirect.github.com/benjaminp)
    -   [@&#8203;becomeStar](https://redirect.github.com/becomeStar)
    -   [@&#8203;meteorcloudy](https://redirect.github.com/meteorcloudy)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    2cd5a59 View commit details
    Browse the repository at this point in the history
  5. fix: Generate Java Code from plugin-pb (#235)

    This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`.
    cq-bot authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    7e5b3b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. chore(main): Release v0.0.43 (#234)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.43](v0.0.42...v0.0.43) (2026-03-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.33.5 ([#231](#231)) ([b36f652](b36f652))
    * **deps:** Update dependency gradle to v9.3.1 ([#232](#232)) ([63ce3fd](63ce3fd))
    * **deps:** Update grpc-java monorepo to v1.79.0 ([#233](#233)) ([2cd5a59](2cd5a59))
    * Generate Java Code from `plugin-pb` ([#235](#235)) ([7e5b3b0](7e5b3b0))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    5a13773 View commit details
    Browse the repository at this point in the history
Loading