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-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.37
Choose a base ref
...
head repository: cloudquery/plugin-pb-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.38
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    3ffee7d View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency @tsconfig/node16 to v16.1.5 (#110)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@tsconfig/node16](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) | devDependencies | patch | [`16.1.4` -> `16.1.5`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode16/16.1.4/16.1.5) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>tsconfig/bases (@&#8203;tsconfig/node16)</summary>
    
    ### [`v16.1.5`](https://redirect.github.com/tsconfig/bases/compare/dbe119a15269c1c8b262a18613ac571796fb301c...cff6d89dcc603f81f822585408469e918cbaf3dc)
    
    [Compare Source](https://redirect.github.com/tsconfig/bases/compare/dbe119a15269c1c8b262a18613ac571796fb301c...cff6d89dcc603f81f822585408469e918cbaf3dc)
    
    </details>
    
    ---
    
    ### Configuration
    
    πŸ“… **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    4794671 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency @grpc/grpc-js to v1.14.0 (#111)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@grpc/grpc-js](https://grpc.io/) ([source](https://redirect.github.com/grpc/grpc-node)) | devDependencies | minor | [`1.13.4` -> `1.14.0`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.13.4/1.14.0) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-node (@&#8203;grpc/grpc-js)</summary>
    
    ### [`v1.14.0`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.14.0): @&#8203;grpc/grpc-js 1.14.0
    
    [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.13.4...@grpc/grpc-js@1.14.0)
    
    #### Changelog
    
    -   Add `getAuthContext` method to client and server call classes (more details can be found in [gRFC L35](https://redirect.github.com/grpc/proposal/blob/master/L35-node-getAuthContext.md)) ([#&#8203;2920](https://redirect.github.com/grpc/grpc-node/issues/2920))
    -   Implement custom backend metrics support ([gRFC A51](https://redirect.github.com/grpc/proposal/blob/master/A51-custom-backend-metrics.md)) ([#&#8203;2978](https://redirect.github.com/grpc/grpc-node/issues/2978), [#&#8203;2983](https://redirect.github.com/grpc/grpc-node/issues/2983), [#&#8203;2985](https://redirect.github.com/grpc/grpc-node/issues/2985), [#&#8203;2986](https://redirect.github.com/grpc/grpc-node/issues/2986), [#&#8203;2999](https://redirect.github.com/grpc/grpc-node/issues/2999))
    -   Add `getConnectionInfo` method to the `ServerInterceptingCall` class ([#&#8203;2922](https://redirect.github.com/grpc/grpc-node/issues/2922))
    -   Implement the `weighted_round_robin` load balancing policy ([#&#8203;2998](https://redirect.github.com/grpc/grpc-node/issues/2998))
    -   Fix jitter behavior for client retries ([#&#8203;2960](https://redirect.github.com/grpc/grpc-node/issues/2960) contributed by [@&#8203;ekscentrysytet](https://redirect.github.com/ekscentrysytet))
    -   Start connecting from a random index in the `round_robin` LB policy ([#&#8203;2979](https://redirect.github.com/grpc/grpc-node/issues/2979))
    -   Send connection-level WINDOW_UPDATE at session start ([#&#8203;2971](https://redirect.github.com/grpc/grpc-node/issues/2971) contributed by [@&#8203;KoenRijpstra](https://redirect.github.com/KoenRijpstra))
    
    #### Experimental API Changes
    
    Added:
    
    -   `CHANNEL_ARGS_CONFIG_SELECTOR_KEY`
    -   `StatusOr<T>`
    -   `CallStream`
    -   `statusOrFromValue`
    -   `statusOrFromError`
    
    Modified:
    
    -   `ResolverListener#onSuccessfulResolution` now has the signature `(endpointList: StatusOr<Endpoint[]>, attributes: { [key: string]: unknown }, serviceConfig: StatusOr<ServiceConfig> | null, resolutionNote: string): boolean`
    -   `LoadBalancer#updateAddressList` now has the signature \`updateAddressList(endpointList: StatusOr\<Endpoint\[]>,lbConfig: TypedLoadBalancingConfig, channelOptions: ChannelOptions, resolutionNote: string): boolean
    
    </details>
    
    ---
    
    ### Configuration
    
    πŸ“… **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f347017 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Update actions/setup-node action to v5 (#112)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v5` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/setup-node (actions/setup-node)</summary>
    
    ### [`v5`](https://redirect.github.com/actions/setup-node/compare/v4...v5)
    
    [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4...v5)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    cq-bot authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    fa496eb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. chore(main): Release v0.0.38 (#114)

    πŸ€– I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.38](v0.0.37...v0.0.38) (2025-09-29)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency @grpc/grpc-js to v1.14.0 ([#111](#111)) ([f347017](f347017))
    * **deps:** Update dependency @tsconfig/node16 to v16.1.5 ([#110](#110)) ([4794671](4794671))
    
    ---
    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 Oct 1, 2025
    Configuration menu
    Copy the full SHA
    38c4b2d View commit details
    Browse the repository at this point in the history
Loading