From 0e77383f7bd78c931bb872cd62e8ef8e87d43338 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:17:28 +0000 Subject: [PATCH 1/6] chore(deps): Update gradle/actions digest to 0723195 (#230) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] 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). --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .github/workflows/regen.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45276aa..0f1b869 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,6 @@ jobs: java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/actions/wrapper-validation@49ec880f92204d92aac59e81f28195de48b4a7fa + uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c - name: Build package run: ./gradlew build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4dea1da..6a26a38 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,9 +20,9 @@ jobs: java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/actions/wrapper-validation@49ec880f92204d92aac59e81f28195de48b4a7fa + uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c - name: Setup Gradle - uses: gradle/actions/setup-gradle@49ec880f92204d92aac59e81f28195de48b4a7fa + uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c - name: Publish Package env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index f21b82f..bf7fdb2 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -20,7 +20,7 @@ jobs: java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/actions/wrapper-validation@49ec880f92204d92aac59e81f28195de48b4a7fa + uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c - name: Generate code run: | make clone-proto From b36f652b6cf940371bb4ac995cc2bb520a0a08c1 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:21:33 +0000 Subject: [PATCH 2/6] fix(deps): Update dependency com.google.protobuf:protobuf-java-util to v4.33.5 (#231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] 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). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8851eed..b6e4091 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ java { } def grpcVersion = '1.78.0' -def protobufVersion = '4.33.4' +def protobufVersion = '4.33.5' def protocVersion = protobufVersion dependencies { From 63ce3fd434b4293ccf06163fd772ae64df6c3faf Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:22:47 +0000 Subject: [PATCH 3/6] fix(deps): Update dependency gradle to v9.3.1 (#232) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
gradle/gradle (gradle) ### [`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).
--- ### 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. --- - [ ] 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). --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 19a6bde..37f78a6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From 2cd5a59170fd64aac38d83f03c2074d28945eedf Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:21:59 +0000 Subject: [PATCH 4/6] fix(deps): Update grpc-java monorepo to v1.79.0 (#233) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
grpc/grpc-java (io.grpc:protoc-gen-grpc-java) ### [`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) ([#​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 ([#​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 ([#​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 ([#​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 [#​10610](https://redirect.github.com/grpc/grpc-java/pull/10610). - api: Add RFC 3986 support to DnsNameResolverProvider ([#​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 ([#​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 ([#​12569](https://redirect.github.com/grpc/grpc-java/issues/12569)) - Upgrade dependencies ([#​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** - [@​benjaminp](https://redirect.github.com/benjaminp) - [@​becomeStar](https://redirect.github.com/becomeStar) - [@​meteorcloudy](https://redirect.github.com/meteorcloudy)
--- ### 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. --- - [ ] 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). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b6e4091..16f5584 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ java { targetCompatibility = 1.8 } -def grpcVersion = '1.78.0' +def grpcVersion = '1.79.0' def protobufVersion = '4.33.5' def protocVersion = protobufVersion From 7e5b3b046cf27458e5ec04c287c285b69894b280 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:08:10 +0000 Subject: [PATCH 5/6] fix: Generate Java Code from `plugin-pb` (#235) This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`. --- .../discovery/v1/DiscoveryOuterClass.java | 4 ++-- .../cloudquery/discovery/v1/GetVersions.java | 8 ++++---- .../discovery/v1/GetVersionsOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Close.java | 8 ++++---- .../cloudquery/plugin/v3/CloseOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/GetName.java | 8 ++++---- .../plugin/v3/GetNameOrBuilder.java | 2 +- .../cloudquery/plugin/v3/GetSpecSchema.java | 8 ++++---- .../plugin/v3/GetSpecSchemaOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/GetTables.java | 8 ++++---- .../plugin/v3/GetTablesOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/GetVersion.java | 8 ++++---- .../plugin/v3/GetVersionOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Init.java | 8 ++++---- .../cloudquery/plugin/v3/InitOrBuilder.java | 2 +- .../plugin/v3/PluginOuterClass.java | 4 ++-- .../io/cloudquery/plugin/v3/Predicate.java | 6 +++--- .../plugin/v3/PredicateOrBuilder.java | 2 +- .../cloudquery/plugin/v3/PredicatesGroup.java | 6 +++--- .../plugin/v3/PredicatesGroupOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Read.java | 8 ++++---- .../cloudquery/plugin/v3/ReadOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Sync.java | 20 +++++++++---------- .../cloudquery/plugin/v3/SyncOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TableRelation.java | 4 ++-- .../plugin/v3/TableRelationOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TestConnection.java | 8 ++++---- .../plugin/v3/TestConnectionOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/Transform.java | 8 ++++---- .../plugin/v3/TransformOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TransformSchema.java | 8 ++++---- .../plugin/v3/TransformSchemaOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Write.java | 16 +++++++-------- .../cloudquery/plugin/v3/WriteOrBuilder.java | 2 +- 34 files changed, 90 insertions(+), 90 deletions(-) diff --git a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java index aecfd38..e227f32 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.discovery.v1; @@ -13,7 +13,7 @@ private DiscoveryOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "DiscoveryOuterClass"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java index c887587..4b2feed 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.discovery.v1; @@ -19,7 +19,7 @@ public final class GetVersions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetVersions"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -432,7 +432,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java index 921e2d4..aca72f4 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.discovery.v1; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Close.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Close.java index 4f26a1c..7a64e47 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Close.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Close.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Close extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Close"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -415,7 +415,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java index d989cfe..efa7649 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetName.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetName.java index 50e1aed..e844d42 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetName.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetName.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class GetName extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetName"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -427,7 +427,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java index 4820a26..f69f64a 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java index 3e5799a..cb76d8a 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class GetSpecSchema extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetSpecSchema"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -447,7 +447,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java index b475801..a3c4a5c 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTables.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTables.java index eae22a5..ff1482b 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTables.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTables.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class GetTables extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetTables"); } @@ -116,7 +116,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -952,7 +952,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java index 58c8404..e5304c7 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java index 94bbf7b..d110d31 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class GetVersion extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetVersion"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -427,7 +427,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java index 182b836..b3a05ca 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Init.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Init.java index 5ce0b43..4d8f8dc 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Init.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Init.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Init extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Init"); } @@ -100,7 +100,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -792,7 +792,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java index 9d4cac2..814bbf7 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java index 8997ab9..5ea6209 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -13,7 +13,7 @@ private PluginOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "PluginOuterClass"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Predicate.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Predicate.java index 8e06798..75e6de5 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Predicate.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Predicate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Predicate extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Predicate"); } @@ -70,7 +70,7 @@ public enum Operator com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Operator"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java index 8202230..83730ba 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java index b811b0e..08e30ae 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class PredicatesGroup extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "PredicatesGroup"); } @@ -66,7 +66,7 @@ public enum GroupingType com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GroupingType"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java index f6b3e33..f5b8657 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Read.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Read.java index 11dc8c4..2c51ef6 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Read.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Read.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Read extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Read"); } @@ -70,7 +70,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -525,7 +525,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java index 20de749..0a2a213 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Sync.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Sync.java index 7497ebc..049de9a 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Sync.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Sync.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Sync extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Sync"); } @@ -70,7 +70,7 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageInsert"); } @@ -525,7 +525,7 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageMigrateTable"); } @@ -1030,7 +1030,7 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageDeleteRecord"); } @@ -2256,7 +2256,7 @@ public static final class MessageError extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageError"); } @@ -2930,7 +2930,7 @@ public static final class BackendOptions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "BackendOptions"); } @@ -3722,7 +3722,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -3779,7 +3779,7 @@ public static final class Shard extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Shard"); } @@ -5625,7 +5625,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java index fb06674..38e1eb6 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java index d6de8ae..2d1e81f 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class TableRelation extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "TableRelation"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java index f11b6af..89ef7b2 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java index fb7d520..6785009 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class TestConnection extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "TestConnection"); } @@ -70,7 +70,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -545,7 +545,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java index fd607f6..d3c4770 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Transform.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Transform.java index 89f8277..f0a44db 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Transform.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Transform.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Transform extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Transform"); } @@ -70,7 +70,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -525,7 +525,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java index 2bd02f4..bc64d77 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java index 1aa8652..a9474f3 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class TransformSchema extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "TransformSchema"); } @@ -70,7 +70,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -525,7 +525,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java index a66d61a..825eb7f 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Write.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Write.java index 0b4292a..df37759 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Write.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Write.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Write extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Write"); } @@ -76,7 +76,7 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageMigrateTable"); } @@ -598,7 +598,7 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageInsert"); } @@ -1094,7 +1094,7 @@ public static final class MessageDeleteStale extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageDeleteStale"); } @@ -2072,7 +2072,7 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageDeleteRecord"); } @@ -3336,7 +3336,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -4605,7 +4605,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java index 79e9e34..56c94d7 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; From 5a13773e432f8cffb2aa6c0c6c63bd2cd2ee8358 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:34:38 +0000 Subject: [PATCH 6/6] chore(main): Release v0.0.43 (#234) :robot: I have created a release *beep* *boop* --- ## [0.0.43](https://github.com/cloudquery/plugin-pb-java/compare/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](https://github.com/cloudquery/plugin-pb-java/issues/231)) ([b36f652](https://github.com/cloudquery/plugin-pb-java/commit/b36f652b6cf940371bb4ac995cc2bb520a0a08c1)) * **deps:** Update dependency gradle to v9.3.1 ([#232](https://github.com/cloudquery/plugin-pb-java/issues/232)) ([63ce3fd](https://github.com/cloudquery/plugin-pb-java/commit/63ce3fd434b4293ccf06163fd772ae64df6c3faf)) * **deps:** Update grpc-java monorepo to v1.79.0 ([#233](https://github.com/cloudquery/plugin-pb-java/issues/233)) ([2cd5a59](https://github.com/cloudquery/plugin-pb-java/commit/2cd5a59170fd64aac38d83f03c2074d28945eedf)) * Generate Java Code from `plugin-pb` ([#235](https://github.com/cloudquery/plugin-pb-java/issues/235)) ([7e5b3b0](https://github.com/cloudquery/plugin-pb-java/commit/7e5b3b046cf27458e5ec04c287c285b69894b280)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ build.gradle | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34879d8..d7a636b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.42" + ".": "0.0.43" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e204ed..a2f0a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.43](https://github.com/cloudquery/plugin-pb-java/compare/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](https://github.com/cloudquery/plugin-pb-java/issues/231)) ([b36f652](https://github.com/cloudquery/plugin-pb-java/commit/b36f652b6cf940371bb4ac995cc2bb520a0a08c1)) +* **deps:** Update dependency gradle to v9.3.1 ([#232](https://github.com/cloudquery/plugin-pb-java/issues/232)) ([63ce3fd](https://github.com/cloudquery/plugin-pb-java/commit/63ce3fd434b4293ccf06163fd772ae64df6c3faf)) +* **deps:** Update grpc-java monorepo to v1.79.0 ([#233](https://github.com/cloudquery/plugin-pb-java/issues/233)) ([2cd5a59](https://github.com/cloudquery/plugin-pb-java/commit/2cd5a59170fd64aac38d83f03c2074d28945eedf)) +* Generate Java Code from `plugin-pb` ([#235](https://github.com/cloudquery/plugin-pb-java/issues/235)) ([7e5b3b0](https://github.com/cloudquery/plugin-pb-java/commit/7e5b3b046cf27458e5ec04c287c285b69894b280)) + ## [0.0.42](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.41...v0.0.42) (2026-02-02) diff --git a/build.gradle b/build.gradle index 16f5584..1ba8dd4 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ application { group 'io.cloudquery' // x-release-please-start-version -version = '0.0.42' +version = '0.0.43' // x-release-please-end repositories {