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.31
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.32
Choose a head ref
  • 5 commits
  • 39 files changed
  • 1 contributor

Commits on May 1, 2025

  1. fix(deps): Update dependency com.google.protobuf:protobuf-java-util t…

    …o v4.30.2 (#162)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [com.google.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://github.com/protocolbuffers/protobuf)) | dependencies | patch | `4.30.1` -> `4.30.2` |
    
    ---
    
    ### 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://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2025
    Configuration menu
    Copy the full SHA
    81a22b1 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency org.mockito:mockito-core to v5.17.0 (#163)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [org.mockito:mockito-core](https://github.com/mockito/mockito) | dependencies | minor | `5.15.2` -> `5.17.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito (org.mockito:mockito-core)</summary>
    
    ### [`v5.17.0`](https://github.com/mockito/mockito/releases/tag/v5.17.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 5.17.0
    
    -   2025-04-04 - [7 commit(s)](https://github.com/mockito/mockito/compare/v5.16.1...v5.17.0) by Adrian Roos, Andre Kurait, Jan Ouwens, Rafael Winterhalter, Taeik Lim, Thach Le, Tim van der Lippe
    -   Fixes [#&#8203;3631](https://github.com/mockito/mockito/issues/3631): Fix broken banner image link [(#&#8203;3632)](https://github.com/mockito/mockito/pull/3632)
    -   Banner image is broken [(#&#8203;3631)](https://github.com/mockito/mockito/issues/3631)
    -   Update exception message with mockito-inline [(#&#8203;3628)](https://github.com/mockito/mockito/pull/3628)
    -   Clarify structure of commit messages [(#&#8203;3626)](https://github.com/mockito/mockito/pull/3626)
    -   Fixes [#&#8203;3622](https://github.com/mockito/mockito/issues/3622): MockitoExtension fails cleanup when aborted before setup [(#&#8203;3623)](https://github.com/mockito/mockito/pull/3623)
    -   MockitoExtension fails cleanup when aborted before setup [(#&#8203;3622)](https://github.com/mockito/mockito/issues/3622)
    -   Since mockito-inline has been removed, the exception messages with `mockito-inline` should be modified. [(#&#8203;3621)](https://github.com/mockito/mockito/issues/3621)
    -   Fixes [#&#8203;3171](https://github.com/mockito/mockito/issues/3171): Fall back to Throwable Location strategy on Android [(#&#8203;3619)](https://github.com/mockito/mockito/pull/3619)
    -   Fixes [#&#8203;3615](https://github.com/mockito/mockito/issues/3615) : broken links to javadoc.io [(#&#8203;3616)](https://github.com/mockito/mockito/pull/3616)
    -   Broken links to javadoc.io [(#&#8203;3615)](https://github.com/mockito/mockito/issues/3615)
    -   Mocks are not working on particular devices after update Android SDK from 33 to 34 [(#&#8203;3171)](https://github.com/mockito/mockito/issues/3171)
    
    ### [`v5.16.1`](https://github.com/mockito/mockito/releases/tag/v5.16.1)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 5.16.1
    
    -   2025-03-15 - [3 commit(s)](https://github.com/mockito/mockito/compare/v5.16.0...v5.16.1) by Adrian Roos, Jérôme Prinet, Rafael Winterhalter
    -   Remove Arrays.asList from critical stubbing path in GenericMetadataSu… [(#&#8203;3610)](https://github.com/mockito/mockito/pull/3610)
    -   Rework of injection strategy in the context of modules [(#&#8203;3608)](https://github.com/mockito/mockito/pull/3608)
    -   Adjust inline mocking snippet to allow task relocatability [(#&#8203;3606)](https://github.com/mockito/mockito/pull/3606)
    -   Inline mocking configuration snippet for Gradle should allow task relocatability [(#&#8203;3605)](https://github.com/mockito/mockito/issues/3605)
    
    ### [`v5.16.0`](https://github.com/mockito/mockito/releases/tag/v5.16.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 5.16.0
    
    -   2025-03-03 - [10 commit(s)](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.0) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot\[bot]
    -   Add support for including module-info in Mockito. [(#&#8203;3597)](https://github.com/mockito/mockito/pull/3597)
    -   Bump com.gradle.develocity from 3.19 to 3.19.1 [(#&#8203;3579)](https://github.com/mockito/mockito/pull/3579)
    -   Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 [(#&#8203;3577)](https://github.com/mockito/mockito/pull/3577)
    -   Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 [(#&#8203;3574)](https://github.com/mockito/mockito/pull/3574)
    -   Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 [(#&#8203;3571)](https://github.com/mockito/mockito/pull/3571)
    -   Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 [(#&#8203;3569)](https://github.com/mockito/mockito/pull/3569)
    -   Tweaks documentation on mockito agent config for maven [(#&#8203;3568)](https://github.com/mockito/mockito/pull/3568)
    -   Adds `--info` to diagnose closeAndReleaseStagingRepositories issues [(#&#8203;3567)](https://github.com/mockito/mockito/pull/3567)
    -   Refine reflection when calling management factory [(#&#8203;3566)](https://github.com/mockito/mockito/pull/3566)
    -   Avoid warning when dynamic attach is enabled [(#&#8203;3551)](https://github.com/mockito/mockito/pull/3551)
    
    </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://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2025
    Configuration menu
    Copy the full SHA
    c6f40d7 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update grpc-java monorepo to v1.72.0 (#165)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` |
    | [io.grpc:grpc-testing](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` |
    | [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` |
    | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` |
    | [io.grpc:grpc-services](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` |
    | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | dependencies | minor | `1.70.0` -> `1.72.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java (io.grpc:protoc-gen-grpc-java)</summary>
    
    ### [`v1.72.0`](https://github.com/grpc/grpc-java/releases/tag/v1.72.0)
    
    ##### API Changes
    
    -   util: Remove deprecated method GracefulSwitchLb.switchTo() ([`f207be3`](https://github.com/grpc/grpc-java/commit/f207be39a)). It is rarely used outside of gRPC itself. The configuration is passed as lb policy configuration instead
    -   xds: Add support for custom per-target credentials on the transport ([#&#8203;11951](https://github.com/grpc/grpc-java/issues/11951)) ([`1958e42`](https://github.com/grpc/grpc-java/commit/1958e4237))
    -   xds: Explicitly set request hash key for the ring hash LB policy ([`892144d`](https://github.com/grpc/grpc-java/commit/892144dca))
    
    ##### Bug Fixes
    
    -   core: Apply ManagedChannelImpl's updateBalancingState() immediately ([`ca4819a`](https://github.com/grpc/grpc-java/commit/ca4819ac6))
    -   xds: Fix cluster selection races when updating config selector ([`d82613a`](https://github.com/grpc/grpc-java/commit/d82613a74))
    -   otel: Fix span names as per the A72 gRFC changes ([#&#8203;11974](https://github.com/grpc/grpc-java/issues/11974)) ([`94f8e93`](https://github.com/grpc/grpc-java/commit/94f8e9369))
    -   xds: ClusterResolverLoadBalancer handle update for both resolved addresses and errors via ResolutionResult ([#&#8203;11997](https://github.com/grpc/grpc-java/issues/11997)) ([`8681786`](https://github.com/grpc/grpc-java/commit/868178651))
    
    ##### Improvements
    
    -   netty: Avoid allocating an exception on transport shutdown. This reduces allocation rate for connection-heavy workloads/load testing ([`a57c14a`](https://github.com/grpc/grpc-java/commit/a57c14a51))
    -   servlet: Set an explicit description for CANCELLED status ([#&#8203;11927](https://github.com/grpc/grpc-java/issues/11927)) ([`fca1d3c`](https://github.com/grpc/grpc-java/commit/fca1d3cf4))
    -   xds: [gRFC A74 xDS Config Tears](https://github.com/grpc/proposal/blob/master/A74-xds-config-tears.md) implementation in the XdsNameResolver ([`e80c197`](https://github.com/grpc/grpc-java/commit/e80c19745)). While there is more remaining, users may already see reduced latency when resources are replaced. For example, if changing a route from one backend service to another, RPCs may see less latency during the transition
    -   core: Log any exception during channel panic because of exception ([`3961a92`](https://github.com/grpc/grpc-java/commit/3961a923a)). This prevents the exception from propagating up the stack on an arbitrary thread. Such exceptions are rarely interesting. Instead, the exception that caused the channel panic is the important one, and RPCs will still fail with its details
    -   util: Graceful switch to new LB when leaving CONNECTING ([`2e260a4`](https://github.com/grpc/grpc-java/commit/2e260a4bb)). Previously when using xDS and the configuration changes the LB policy, the old LB policy is used until the new one is READY. Now the old LB policy is used until the new policy becomes READY, TRANSIENT_FAILURE, or IDLE
    -   core: Use java.time.Time.getNano directly in InstantTimeProvider. Previously reflection was used which would confuse R8 full mode ([#&#8203;11977](https://github.com/grpc/grpc-java/issues/11977)) ([`7507a9e`](https://github.com/grpc/grpc-java/commit/7507a9ec0))
    -   core: Avoid cancellation exceptions when notifying watchers that already have their connections cancelled ([#&#8203;11934](https://github.com/grpc/grpc-java/issues/11934)) ([`350f90e`](https://github.com/grpc/grpc-java/commit/350f90e1a))
    -   rls: allow maxAge in RLS config to exceed 5 minutes if staleAge is set. Previously, the limit was 5 minutes, which isn't enough for some gRPC clients ([#&#8203;11931](https://github.com/grpc/grpc-java/issues/11931)) ([`c340f4a`](https://github.com/grpc/grpc-java/commit/c340f4a2f))
    -   xds: avoid unnecessary dns lookup for CIDR addresses ([#&#8203;11932](https://github.com/grpc/grpc-java/issues/11932)) ([`602aece`](https://github.com/grpc/grpc-java/commit/602aece08))
    -   netty: Swap to UniformStreamByteDistributor ([#&#8203;11954](https://github.com/grpc/grpc-java/issues/11954)) ([`2f52a00`](https://github.com/grpc/grpc-java/commit/2f52a0036)). gRPC will no longer observe the HTTP/2 priorities, which were not used directly by gRPC and deprecated in RFC 9113
    -   core: Avoid Set.removeAll() when passing a possibly-large List ([#&#8203;11994](https://github.com/grpc/grpc-java/issues/11994)) ([`666136b`](https://github.com/grpc/grpc-java/commit/666136b4b))
    -   stub: trailersFromThrowable() metadata should be copied ([#&#8203;11979](https://github.com/grpc/grpc-java/issues/11979)) ([`a6e1c1f`](https://github.com/grpc/grpc-java/commit/a6e1c1f09))
    
    ##### New Features
    
    -   xds: xDS-based HTTP CONNECT configuration ([#&#8203;11861](https://github.com/grpc/grpc-java/issues/11861)) ([`1219706`](https://github.com/grpc/grpc-java/commit/12197065f))
    -   netty: Per-rpc authority verification against peer cert subject names. Overriding transport authority at rpc time is only allowed when using TlsChannelCredentials. The per-rpc authority verification feature is guarded by the environment variable GRPC_ENABLE_PER_RPC_AUTHORITY_CHECK in this release. When this is false or not set, the rpc will not fail when the authority verification fails but a warning will be logged. In a subsequent release the usage of this environment variable will be removed and RPCs will start failing if the authority doesn't match the peer certificate names. The environment variable is temporary; if you are depending on the existing insecure behavior, please file an issue ([#&#8203;11724](https://github.com/grpc/grpc-java/issues/11724)) ([`cdab410`](https://github.com/grpc/grpc-java/commit/cdab410b8))
    
    ##### Thanks to
    
    [@&#8203;panchenko](https://github.com/panchenko)
    [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman)
    [@&#8203;JoeCqupt](https://github.com/JoeCqupt)
    
    ### [`v1.71.0`](https://github.com/grpc/grpc-java/releases/tag/v1.71.0)
    
    ##### API Changes
    
    -   xds: Enable Xds Client Fallback by default.  This allows having a backup xDS server as described in gRFC [A71-xds-fallback.md](https://github.com/grpc/proposal/blob/master/A71-xds-fallback.md) ([#&#8203;11817](https://github.com/grpc/grpc-java/issues/11817)) ([`176f3ee`](https://github.com/grpc/grpc-java/commit/176f3eed1))
    -   protobuf: Experimental API marshallerWithRecursionLimit in `ProtoUtils` is now stabilized ([#&#8203;11884](https://github.com/grpc/grpc-java/issues/11884)) ([`90b1c4f`](https://github.com/grpc/grpc-java/commit/90b1c4fe9))
    
    ##### Bug Fixes
    
    -   xds: Cluster weights should be uint32 ([`199a7ea`](https://github.com/grpc/grpc-java/commit/199a7ea3e)). They were previously processed as int32, although the sum of weights was checked to be positive. So this would have caused a very large weight to never be selected and to reduce the chances of immediately-following clusters to be selected. There have been no reports of control planes using such large weights
    -   xds: Fix an unlikely infinite loop triggered by route update ([`199a7ea`](https://github.com/grpc/grpc-java/commit/199a7ea3e)). Triggering required the old cluster to no longer be used, an RPC processing when the update arrived, and for a RPC to not match any route in the new config. There have been no reports of this actually happening
    -   core: Release data frame if it is received before the headers ([`dc316f7`](https://github.com/grpc/grpc-java/commit/dc316f7fd))
    
    ##### Improvements
    
    -   Replace jsr305's `CheckReturnValue` with Error Prone's ([#&#8203;11811](https://github.com/grpc/grpc-java/issues/11811)) ([`7b5d069`](https://github.com/grpc/grpc-java/commit/7b5d0692c))
    -   core: optimize number of buffer allocations for message sizes larger than 1 MB ([#&#8203;11879](https://github.com/grpc/grpc-java/issues/11879)) ([`5a7f350`](https://github.com/grpc/grpc-java/commit/5a7f35053))
    -   core: Update the retry backoff range from \[0, 1] to \[0.8, 1.2] as per the A6 redefinition ([#&#8203;11858](https://github.com/grpc/grpc-java/issues/11858)) ([`44e92e2`](https://github.com/grpc/grpc-java/commit/44e92e2c2))
    -   core: include last pick status in status message when wait-for-ready RPC’s deadline expires ([#&#8203;11851](https://github.com/grpc/grpc-java/issues/11851)) ([`7585b16`](https://github.com/grpc/grpc-java/commit/7585b1607)). This makes it much easier to debug connectivity issues when using wait-for-ready RPCs
    -   xds: Include max concurrent request limit in the error status for concurrent connections limit exceeded ([#&#8203;11845](https://github.com/grpc/grpc-java/issues/11845)) ([`0f5503e`](https://github.com/grpc/grpc-java/commit/0f5503ebb))
    -   netty, servlet: Remove 4096 min write buffer size because `MessageFramer`.flush() is being called between every message, so messages are never combined and the larger allocation just wastes memory. ([`4a10a38`](https://github.com/grpc/grpc-java/commit/4a10a3816), [`7153ff8`](https://github.com/grpc/grpc-java/commit/7153ff852))
    -   core: When `ClientStreamObserver` closes the response observer log the error message if this operation fails ([#&#8203;11880](https://github.com/grpc/grpc-java/issues/11880)) ([`302342c`](https://github.com/grpc/grpc-java/commit/302342cfc))
    -   bom: use gradle java-platform to build pom instead of custom xml generation ([#&#8203;11875](https://github.com/grpc/grpc-java/issues/11875)) ([`3142928`](https://github.com/grpc/grpc-java/commit/3142928fa))
    -   xds: Reuse filter interceptors on client-side across RPCs ([`c506190`](https://github.com/grpc/grpc-java/commit/c506190b0), [`b3db8c2`](https://github.com/grpc/grpc-java/commit/b3db8c248)). This was an internal refactor that should have no user-visible change
    -   alts: Enhance `AltsContextUtil` to allow getting the `AltsContext` on client-side ([`b1bc0a9`](https://github.com/grpc/grpc-java/commit/b1bc0a9d2))
    -   xds: Envoy proto sync to 2024-11-11 ([#&#8203;11816](https://github.com/grpc/grpc-java/issues/11816)) ([`b44ebce`](https://github.com/grpc/grpc-java/commit/b44ebce45))
    
    ##### Documentation
    
    -   examples: Update `HelloWorldServer` to use Executor ([#&#8203;11850](https://github.com/grpc/grpc-java/issues/11850)) ([`16edf7a`](https://github.com/grpc/grpc-java/commit/16edf7ac4))
    -   examples: Add README for all examples lacking it ([#&#8203;11676](https://github.com/grpc/grpc-java/issues/11676)) ([`9e86299`](https://github.com/grpc/grpc-java/commit/9e8629914))
    
    ##### Dependencies
    
    -   Version upgrades ([#&#8203;11874](https://github.com/grpc/grpc-java/issues/11874)) ([`fc8571a`](https://github.com/grpc/grpc-java/commit/fc8571a0e))
    -   Upgrade netty-tcnative to 2.0.70 ([`122b683`](https://github.com/grpc/grpc-java/commit/122b68371))
    
    ##### Thanks to
    
    [@&#8203;benjamin](https://github.com/benjamin)
    [@&#8203;panchenko](https://github.com/panchenko)
    [@&#8203;harshagoo94](https://github.com/harshagoo94)
    [@&#8203;NaveenPrasannaV](https://github.com/NaveenPrasannaV)
    
    </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://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2025
    Configuration menu
    Copy the full SHA
    681eedd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. fix: Generate Java Code from plugin-pb (#166)

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

Commits on May 9, 2025

  1. chore(main): Release v0.0.32 (#164)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.32](v0.0.31...v0.0.32) (2025-05-02)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.30.2 ([#162](#162)) ([81a22b1](81a22b1))
    * **deps:** Update dependency org.mockito:mockito-core to v5.17.0 ([#163](#163)) ([c6f40d7](c6f40d7))
    * **deps:** Update grpc-java monorepo to v1.72.0 ([#165](#165)) ([681eedd](681eedd))
    * Generate Java Code from `plugin-pb` ([#166](#166)) ([7e2ac59](7e2ac59))
    
    ---
    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 May 9, 2025
    Configuration menu
    Copy the full SHA
    2d87849 View commit details
    Browse the repository at this point in the history
Loading