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-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.26.12
Choose a base ref
...
head repository: cloudquery/plugin-pb-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.26.13
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 7, 2025

  1. fix(deps): Update module google.golang.org/grpc to v1.72.2 (#505)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | require | patch | `v1.72.1` -> `v1.72.2` | `v1.73.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go (google.golang.org/grpc)</summary>
    
    ### [`v1.72.2`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.72.2): Release 1.72.2
    
    [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.72.1...v1.72.2)
    
    ### Bug Fixes
    
    -   client: restore support for `NO_PROXY` environment variable when connecting to locally-resolved addresses (case 2 from [gRFC A1](https://redirect.github.com/grpc/proposal/blob/master/A1-http-connect-proxy-support.md)). ([#&#8203;8329](https://redirect.github.com/grpc/grpc-go/issues/8329))
    -   balancer/least_request: fix panic on resolver errors. ([#&#8203;8333](https://redirect.github.com/grpc/grpc-go/issues/8333))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    d0161de View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. fix(deps): Update module google.golang.org/grpc to v1.73.0 (#507)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | require | minor | `v1.72.2` -> `v1.73.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go (google.golang.org/grpc)</summary>
    
    ### [`v1.73.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.73.0): Release 1.73.0
    
    [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.72.2...v1.73.0)
    
    ### New Features
    
    -   balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds ([#&#8203;8249](https://redirect.github.com/grpc/grpc-go/issues/8249))
    -   xds: enable least request LB policy by default. It can be disabled by setting `GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false` in your environment. ([#&#8203;8253](https://redirect.github.com/grpc/grpc-go/issues/8253))
    -   grpc: add a `CallAuthority` Call Option that can be used to overwrite the http `:authority` header on per-RPC basis. ([#&#8203;8068](https://redirect.github.com/grpc/grpc-go/issues/8068))
    -   stats/opentelemetry: add trace event for name resolution delay. ([#&#8203;8074](https://redirect.github.com/grpc/grpc-go/issues/8074))
    -   health: added `List` method to gRPC Health service. ([#&#8203;8155](https://redirect.github.com/grpc/grpc-go/issues/8155))
        -   Special Thanks: [@&#8203;marcoshuck](https://redirect.github.com/marcoshuck)
    -   ringhash: implement features from gRFC A76. ([#&#8203;8159](https://redirect.github.com/grpc/grpc-go/issues/8159))
    -   xds: add functionality to support SPIFFE Bundle Maps as roots of trust in XDS which can be enabled by setting `GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true`. ([#&#8203;8167](https://redirect.github.com/grpc/grpc-go/issues/8167), [#&#8203;8180](https://redirect.github.com/grpc/grpc-go/issues/8180), [#&#8203;8229](https://redirect.github.com/grpc/grpc-go/issues/8229), [#&#8203;8343](https://redirect.github.com/grpc/grpc-go/issues/8343))
    
    ### Bug Fixes
    
    -   xds: locality ID metric label is changed to make it consistent with [gRFC A78](https://redirect.github.com/grpc/proposal/blob/master/A78-grpc-metrics-wrr-pf-xds.md#optional-xds-locality-label). ([#&#8203;8256](https://redirect.github.com/grpc/grpc-go/issues/8256))
    -   client: fail RPCs on the client when using extremely short contexts that expire before the `grpc-timeout` header is created. ([#&#8203;8312](https://redirect.github.com/grpc/grpc-go/issues/8312))
    -   server: non-positive `grpc-timeout` header values are now rejected. This is consistent with the [gRPC protocol spec](https://redirect.github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests). ([#&#8203;8290](https://redirect.github.com/grpc/grpc-go/issues/8290))
        -   Special Thanks: [@&#8203;evanj](https://redirect.github.com/evanj)
    -   xds: fix reported error string when LRS load reporting interval is invalid. ([#&#8203;8224](https://redirect.github.com/grpc/grpc-go/issues/8224))
        -   Special Thanks: [@&#8203;alingse](https://redirect.github.com/alingse)
    
    ### Performance Improvements
    
    -   credentials/alts: improve read performance by optimizing buffer copies and allocations. ([#&#8203;8271](https://redirect.github.com/grpc/grpc-go/issues/8271))
    -   server: improve performance of RPC handling by avoid a status proto copy ([#&#8203;8282](https://redirect.github.com/grpc/grpc-go/issues/8282))
        -   Special Thanks: [@&#8203;evanj](https://redirect.github.com/evanj)
    
    ### Documentation
    
    -   examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. ([#&#8203;8056](https://redirect.github.com/grpc/grpc-go/issues/8056))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    8fd4588 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. fix: Generate Go Code from plugin-pb (#508)

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

Commits on Jun 26, 2025

  1. fix: Generate Go Code from plugin-pb (#509)

    This PR was created by a scheduled workflow to regenerate the Go code from `plugin-pb`.
    cq-bot authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    9cdaa50 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.26.13 (#506)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.26.13](v1.26.12...v1.26.13) (2025-06-26)
    
    
    ### Bug Fixes
    
    * **deps:** Update module google.golang.org/grpc to v1.72.2 ([#505](#505)) ([d0161de](d0161de))
    * **deps:** Update module google.golang.org/grpc to v1.73.0 ([#507](#507)) ([8fd4588](8fd4588))
    * Generate Go Code from `plugin-pb` ([#508](#508)) ([a7c294e](a7c294e))
    * Generate Go Code from `plugin-pb` ([#509](#509)) ([9cdaa50](9cdaa50))
    
    ---
    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 Jun 26, 2025
    Configuration menu
    Copy the full SHA
    49ad363 View commit details
    Browse the repository at this point in the history
Loading