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.43
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.44
Choose a head ref
  • 10 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 25, 2026

  1. Configuration menu
    Copy the full SHA
    3999148 View commit details
    Browse the repository at this point in the history
  2. chore: Replace pull_request_target with pull_request in PR title vali…

    …dation (#237)
    
    Replace `pull_request_target` with `pull_request` to reduce attack surface. The semantic PR title action only reads the event payload, so elevated permissions are not needed.
    erezrokah authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    58d115f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. chore(ci): Replace GH_CQ_BOT PAT with GitHub App tokens (#239)

    Replace GH_CQ_BOT PAT with short-lived tokens from the cloudquery-ci GitHub App.
    erezrokah authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    76d8e44 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. chore(deps): Update gradle/actions digest to 263d8fe (#242)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | gradle/actions | action | digest | `0723195` → `263d8fe` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cloudquery-ci[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    7e2baa1 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency org.mockito:mockito-core to v5.23.0 (#243)

    This PR contains the following updates:
    
    | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
    |---|---|---|---|
    | [org.mockito:mockito-core](https://redirect.github.com/mockito/mockito) | `5.21.0` → `5.23.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-core/5.23.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-core/5.21.0/5.23.0?slim=true) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito (org.mockito:mockito-core)</summary>
    
    ### [`v5.23.0`](https://redirect.github.com/mockito/mockito/releases/tag/v5.23.0)
    
    #### NOTE: Breaking change for Android
    
    The `mockito-android` artifact has a breaking change: tests now require a device or emulator based on API 28+ (Android P). This is to enable new support for mocking Kotlin classes. See [#&#8203;3788](https://redirect.github.com/mockito/mockito/issues/3788) for more details.
    
    ***
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 5.23.0
    
    - 2026-03-11 - [6 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.22.0...v5.23.0) by Brice Dutheil, Joshua Selbo, Philippe Kernevez
    - Replace mockito-android mock maker implementation with dexmaker-mockito-inline [(#&#8203;3792)](https://redirect.github.com/mockito/mockito/pull/3792)
    - Fix StackOverflowError with AbstractList after using mockSingleton [(#&#8203;3790)](https://redirect.github.com/mockito/mockito/pull/3790)
    - Mark parameters of `Mockito.when` `@Nullable` [(#&#8203;3503)](https://redirect.github.com/mockito/mockito/issues/3503)
    
    ### [`v5.22.0`](https://redirect.github.com/mockito/mockito/releases/tag/v5.22.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 5.22.0
    
    - 2026-02-27 - [6 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.21.0...v5.22.0) by Joshua Selbo, NiMv1, Rafael Winterhalter, dependabot\[bot], eunbin son
    - Avoid mocking of internal static utilities [(#&#8203;3785)](https://redirect.github.com/mockito/mockito/pull/3785)
    - Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 [(#&#8203;3780)](https://redirect.github.com/mockito/mockito/pull/3780)
    - Static mocking of UUID.class corrupted under JDK 25 [(#&#8203;3778)](https://redirect.github.com/mockito/mockito/issues/3778)
    - Bump actions/upload-artifact from 5 to 6 [(#&#8203;3774)](https://redirect.github.com/mockito/mockito/pull/3774)
    - docs: clarify RETURNS\_MOCKS behavior with sealed abstract enums (Java 15+) [(#&#8203;3773)](https://redirect.github.com/mockito/mockito/pull/3773)
    - Add tests for Sets utility class [(#&#8203;3771)](https://redirect.github.com/mockito/mockito/pull/3771)
    - Add core API to enable Kotlin singleton mocking [(#&#8203;3762)](https://redirect.github.com/mockito/mockito/pull/3762)
    - Stubbing Kotlin `object` singletons [(#&#8203;3652)](https://redirect.github.com/mockito/mockito/issues/3652)
    - Incorrect documentation for RETURNS\_MOCKS [(#&#8203;3285)](https://redirect.github.com/mockito/mockito/issues/3285)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cloudquery-ci[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    7eb1d17 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update Gradle to v9.4.1 (#244)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `9.3.1` → `9.4.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>gradle/gradle (gradle)</summary>
    
    ### [`v9.4.1`](https://redirect.github.com/gradle/gradle/releases/tag/v9.4.1): 9.4.1
    
    [Compare Source](https://redirect.github.com/gradle/gradle/compare/v9.4.0...v9.4.1)
    
    The Gradle team is excited to announce Gradle 9.4.1.
    
    Here are the highlights of this release:
    
    - Java 26 support
    - Non-class-based JVM tests
    - Enhanced console progress bar
    
    [Read the Release Notes](https://docs.gradle.org/9.4.1/release-notes.html)
    
    We would like to thank the following community members for their contributions to this release of Gradle:
    [akankshaa-00](https://redirect.github.com/akankshaa-00),
    [Attila Kelemen](https://redirect.github.com/kelemen),
    [Björn Kautler](https://redirect.github.com/Vampire),
    [dblood](https://redirect.github.com/dblood),
    [Dennis Rieks](https://redirect.github.com/drieks),
    [duvvuvenkataramana](https://redirect.github.com/duvvuvenkataramana),
    [John Burns](https://redirect.github.com/wakingrufus),
    [Julian](https://redirect.github.com/Julianw03),
    [kevinstembridge](https://redirect.github.com/kevinstembridge),
    [Niels Doucet](https://redirect.github.com/NielsDoucet),
    [Philip Wedemann](https://redirect.github.com/hfhbd),
    [ploober](https://redirect.github.com/ploober),
    [Richard Hernandez](https://redirect.github.com/rhernandez35),
    [Roberto Perez Alcolea](https://redirect.github.com/rpalcolea),
    [Sebastian Lövdahl](https://redirect.github.com/slovdahl),
    [stephan2405](https://redirect.github.com/stephan2405),
    [Stephane Landelle](https://redirect.github.com/slandelle),
    [Ujwal Suresh Vanjare](https://redirect.github.com/usv240),
    [Victor Merkulov](https://redirect.github.com/urdak),
    [Vincent Potuček](https://redirect.github.com/Pankraz76),
    [Vladimir Sitnikov](https://redirect.github.com/vlsi).
    
    #### Upgrade instructions
    
    Switch your build to use Gradle 9.4.1 by updating your wrapper:
    
    ```
    ./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper
    ```
    
    See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.4.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.4.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).
    
    ### [`v9.4.0`](https://redirect.github.com/gradle/gradle/releases/tag/v9.4.0): 9.4.0
    
    [Compare Source](https://redirect.github.com/gradle/gradle/compare/v9.3.1...v9.4.0)
    
    The Gradle team is excited to announce Gradle 9.4.0.
    
    Here are the highlights of this release:
    
    - Java 26 support
    - Non-class-based JVM tests
    - Enhanced console progress bar
    
    [Read the Release Notes](https://docs.gradle.org/9.4.0/release-notes.html)
    
    We would like to thank the following community members for their contributions to this release of Gradle:
    [akankshaa-00](https://redirect.github.com/akankshaa-00),
    [Attila Kelemen](https://redirect.github.com/kelemen),
    [Björn Kautler](https://redirect.github.com/Vampire),
    [dblood](https://redirect.github.com/dblood),
    [Dennis Rieks](https://redirect.github.com/drieks),
    [duvvuvenkataramana](https://redirect.github.com/duvvuvenkataramana),
    [John Burns](https://redirect.github.com/wakingrufus),
    [Julian](https://redirect.github.com/Julianw03),
    [kevinstembridge](https://redirect.github.com/kevinstembridge),
    [Niels Doucet](https://redirect.github.com/NielsDoucet),
    [Philip Wedemann](https://redirect.github.com/hfhbd),
    [ploober](https://redirect.github.com/ploober),
    [Richard Hernandez](https://redirect.github.com/rhernandez35),
    [Roberto Perez Alcolea](https://redirect.github.com/rpalcolea),
    [Sebastian Lövdahl](https://redirect.github.com/slovdahl),
    [stephan2405](https://redirect.github.com/stephan2405),
    [Stephane Landelle](https://redirect.github.com/slandelle),
    [Ujwal Suresh Vanjare](https://redirect.github.com/usv240),
    [Victor Merkulov](https://redirect.github.com/urdak),
    [Vincent Potuček](https://redirect.github.com/Pankraz76),
    [Vladimir Sitnikov](https://redirect.github.com/vlsi).
    
    #### Upgrade instructions
    
    Switch your build to use Gradle 9.4.0 by updating your wrapper:
    
    ```
    ./gradlew wrapper --gradle-version=9.4.0 && ./gradlew wrapper
    ```
    
    See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.4.0/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.4.0/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:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cloudquery-ci[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    aac1549 View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update grpc-java monorepo to v1.80.0 (#245)

    This PR contains the following updates:
    
    | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
    |---|---|---|---|
    | [io.grpc:protoc-gen-grpc-java](https://redirect.github.com/grpc/grpc-java) | `1.79.0` → `1.80.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:protoc-gen-grpc-java/1.80.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:protoc-gen-grpc-java/1.79.0/1.80.0?slim=true) |
    | [io.grpc:grpc-testing](https://redirect.github.com/grpc/grpc-java) | `1.79.0` → `1.80.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-testing/1.80.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:grpc-testing/1.79.0/1.80.0?slim=true) |
    | [io.grpc:grpc-netty-shaded](https://redirect.github.com/grpc/grpc-java) | `1.79.0` → `1.80.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-netty-shaded/1.80.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:grpc-netty-shaded/1.79.0/1.80.0?slim=true) |
    | [io.grpc:grpc-stub](https://redirect.github.com/grpc/grpc-java) | `1.79.0` → `1.80.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-stub/1.80.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:grpc-stub/1.79.0/1.80.0?slim=true) |
    | [io.grpc:grpc-services](https://redirect.github.com/grpc/grpc-java) | `1.79.0` → `1.80.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-services/1.80.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:grpc-services/1.79.0/1.80.0?slim=true) |
    | [io.grpc:grpc-protobuf](https://redirect.github.com/grpc/grpc-java) | `1.79.0` → `1.80.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-protobuf/1.80.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:grpc-protobuf/1.79.0/1.80.0?slim=true) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java (io.grpc:protoc-gen-grpc-java)</summary>
    
    ### [`v1.80.0`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.80.0)
    
    **API Changes**
    
    - core: Added PickResult.copyWithSubchannel() and PickResult.copyWithStreamTracerFactory() to simplify updating PickResult while preserving metadata. Load balancing policies should now ensure ForwardingSubchannel decorators are unwrapped before being returned in a pick result. ([#&#8203;12658](https://redirect.github.com/grpc/grpc-java/issues/12658)) ([`eae16b2`](https://redirect.github.com/grpc/grpc-java/commit/eae16b251))
    
    **Bug Fixes**
    
    - core: Fixed the retry backoff jitter range to \[0.8, 1.2] to align with the gRPC A6 specification. Retries will now occur more consistently around the calculated backoff interval. ([#&#8203;12639](https://redirect.github.com/grpc/grpc-java/issues/12639)) ([`024fdd0`](https://redirect.github.com/grpc/grpc-java/commit/024fdd0ea))
      core: Fixed a race condition in RetriableStream where inFlightSubStreams counting could become inconsistent during concurrent retry and deadline events. This ensures that client calls (such as blockingUnaryCall) do not hang indefinitely and correctly receive a close signal. ([#&#8203;12649](https://redirect.github.com/grpc/grpc-java/issues/12649)) ([`73abb48`](https://redirect.github.com/grpc/grpc-java/commit/73abb4854))
    
    **Improvements**
    
    - api: Trigger R8's ServiceLoader optimization to reduce necessary configuration when using R8 Full Mode ([`470219f`](https://redirect.github.com/grpc/grpc-java/commit/470219f9c)). This allows gRPC to avoid reflection, and the need to specify -keeps for various class’s constructors.
      Upgrade to protobuf 33.4 ([#&#8203;12615](https://redirect.github.com/grpc/grpc-java/issues/12615)) ([`50c18f1`](https://redirect.github.com/grpc/grpc-java/commit/50c18f183))
    - cronet: Introduced CRONET\_READ\_BUFFER\_SIZE\_KEY to allow customizing the read buffer size per-stream via CallOptions. Increasing the buffer size from the 4KB default can significantly improve performance for large messages by reducing JNI and context-switching overhead. ([`31fdb6c`](https://redirect.github.com/grpc/grpc-java/commit/31fdb6c22))
    - api: Moved FlagResetRule to api/testFixtures and updated ManagedChannelRegistry to honor the GRPC\_ENABLE\_RFC3986\_URIS feature flag. This ensures that target parsing is consistent across the library when the new URI parser is enabled. ([#&#8203;12608](https://redirect.github.com/grpc/grpc-java/issues/12608))
    - api: Updated NameResolverRegistry to natively support io.grpc.Uri. This is a foundational change that allows gRPC's name resolution system to handle URIs parsed with the new RFC 3986-compliant parser, ensuring more robust target handling. ([#&#8203;12609](https://redirect.github.com/grpc/grpc-java/issues/12609)) ([`9903488`](https://redirect.github.com/grpc/grpc-java/commit/990348876))
    - xds: Removed the GRPC\_EXPERIMENTAL\_XDS\_SNI feature flag. SNI determination via xDS is now always enabled and follows gRFC A101, where SNI is derived from xDS configurations like auto\_host\_sni or UpstreamTlsContext.sni. This ensures that no SNI is sent if not explicitly configured, unless the legacy channel authority fallback is enabled. ([#&#8203;12625](https://redirect.github.com/grpc/grpc-java/issues/12625)) ([`ac44e96`](https://redirect.github.com/grpc/grpc-java/commit/ac44e9681))
    
    **New Features**
    
    - core: pick\_first shuffling now a weighted shuffle and observes weights from EDS ([`34dd290`](https://redirect.github.com/grpc/grpc-java/commit/34dd29042)). This finishes the [gRFC A113 pick\_first: Weighted Random Shuffling](https://redirect.github.com/grpc/proposal/blob/master/A113-pick-first-weighted-shuffling.md) support
    - netty: Added RFC 3986 support to the unix: name resolver. This enables proper parsing of Unix domain socket URIs, including correct handling of query and fragment components in both hierarchical (e.g., unix:///path) and opaque (e.g., unix:/path) formats. ([#&#8203;12659](https://redirect.github.com/grpc/grpc-java/issues/12659))
    
    **Thanks to**
    
    - [@&#8203;becomeStar](https://redirect.github.com/becomeStar)
    - [@&#8203;aymanm-google](https://redirect.github.com/aymanm-google)
    - [@&#8203;PetitBaguette](https://redirect.github.com/PetitBaguette)
    - [@&#8203;stagegrowth](https://redirect.github.com/stagegrowth)
    - [@&#8203;wcchoi](https://redirect.github.com/wcchoi)
    - [@&#8203;Gyuhyeok99](https://redirect.github.com/Gyuhyeok99)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cloudquery-ci[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    46232a1 View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update protobuf monorepo to v4.34.1 (#246)

    This PR contains the following updates:
    
    | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
    |---|---|---|---|
    | [com.google.protobuf:protoc](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | `4.33.5` → `4.34.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protoc/4.34.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protoc/4.33.5/4.34.1?slim=true) |
    | [com.google.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://redirect.github.com/protocolbuffers/protobuf)) | `4.33.5` → `4.34.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.protobuf:protobuf-java-util/4.34.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.protobuf:protobuf-java-util/4.33.5/4.34.1?slim=true) |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cloudquery-ci[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    2d1a58a View commit details
    Browse the repository at this point in the history
  6. chore(deps): Replace google-github-actions/release-please-action acti…

    …on with googleapis/release-please-action v4 (#241)
    
    * chore(deps): Replace google-github-actions/release-please-action action with googleapis/release-please-action v4
    
    * Update release-please-action to a newer version
    
    ---------
    
    Co-authored-by: cloudquery-ci[bot] <271027272+cloudquery-ci[bot]@users.noreply.github.com>
    Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
    cloudquery-ci[bot] and erezrokah authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    257d58c View commit details
    Browse the repository at this point in the history
  7. chore(main): Release v0.0.44 (#247)

    Co-authored-by: cloudquery-ci[bot] <271027272+cloudquery-ci[bot]@users.noreply.github.com>
    Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
    cloudquery-ci[bot] and erezrokah authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    9fe83f5 View commit details
    Browse the repository at this point in the history
Loading