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.32
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.33
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 1, 2025

  1. fix(deps): Update dependency @grpc/grpc-js to v1.13.1 (#92)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [@grpc/grpc-js](https://grpc.io/) ([source](https://redirect.github.com/grpc/grpc-node)) | devDependencies | minor | [`1.12.6` -> `1.13.1`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.12.6/1.13.1) | `1.13.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-node (@&#8203;grpc/grpc-js)</summary>
    
    ### [`v1.13.1`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.13.1): @&#8203;grpc/grpc-js 1.13.1
    
    [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])
    
    -   Fix a bug that caused the `rejectUnauthorized` channel credentials option to be handled incorrectly ([#&#8203;2926](https://redirect.github.com/grpc/grpc-node/issues/2926))
    -   Fix a bug that caused the client to never send retries if any `retryThrottling` config was set ([#&#8203;2927](https://redirect.github.com/grpc/grpc-node/issues/2927))
    -   Fix a bug that caused clients to incorrectly send retries if the feature was disabled by a channel option and a retry config was provided ([#&#8203;2927](https://redirect.github.com/grpc/grpc-node/issues/2927))
    
    ### [`v1.13.0`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.13.0): @&#8203;grpc/grpc-js 1.13.0
    
    [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])
    
    #### Changelog
    
    -   Add support for channel option `grpc-node.flow_control_window` to control HTTP/2 flow control window size ([#&#8203;2864](https://redirect.github.com/grpc/grpc-node/issues/2864) contributed by [@&#8203;rickihastings](https://redirect.github.com/rickihastings))
    -   Show meaningful error messages more consistently when requests fail ([#&#8203;2868](https://redirect.github.com/grpc/grpc-node/issues/2868))
    -   Add support for CIDR blocks in `no_proxy`environment variable ([#&#8203;2876](https://redirect.github.com/grpc/grpc-node/issues/2876) contributed by [@&#8203;melkouri](https://redirect.github.com/melkouri))
    -   Fix a bug that caused server interceptor `sendMetadata` methods to not be called if the server interceptor did not explicitly send metadata ([#&#8203;2897](https://redirect.github.com/grpc/grpc-node/issues/2897))
    -   Fix IPv6-mapped IPv4 address parsing in channelz, and represent them as IPv4 addresses ([#&#8203;2909](https://redirect.github.com/grpc/grpc-node/issues/2909))
    
    #### Experimental API changes
    
    Added:
    
    -   `SecureConnector`
    -   `SecureConnectResult`
    -   `SUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIX`
    -   `Server#experimentalRegisterListenerToChannelz` protected method
    -   `ServerexperimentalUnregisterListenerFromChannelz` protected method
    -   `Server#experimentalCreateConnectionInjectorWithChannelzRef` protected method
    
    Modified:
    
    -   `LoadBalancer`: Removed the `ChannelCredentials` constructor argument
    -   `LoadBalancer`: Removed the `ChannelOptions` constructor argument
    -   `LoadBalancer#updateAddressList`: Replaced the `attributes` argument with one of type `ChannelOptions`.
    -   `ChannelControlHelper#createSubchannel`: Removed the `ChannelCredentials` argument
    -   `LeafLoadBalancer`: Removed the `ChannelCredentials` constructor argument
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "* 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    7a632ee View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency typescript to v5.8.2 (#93)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`](https://renovatebot.com/diffs/npm/typescript/5.7.3/5.8.2) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>microsoft/TypeScript (typescript)</summary>
    
    ### [`v5.8.2`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.8.2): TypeScript 5.8
    
    [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2)
    
    For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/).
    
    -   [fixed issues query for Typescript 5.8.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+).
    -   [fixed issues query for Typescript 5.8.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+).
    -   [fixed issues query for Typescript 5.8.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+).
    
    Downloads are available on:
    
    -   [npm](https://www.npmjs.com/package/typescript)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "* 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    8f9e88d View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.0.33 (#94)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.33](v0.0.32...v0.0.33) (2025-04-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency @grpc/grpc-js to v1.13.1 ([#92](#92)) ([7a632ee](7a632ee))
    * **deps:** Update dependency typescript to v5.8.2 ([#93](#93)) ([8f9e88d](8f9e88d))
    
    ---
    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 Apr 1, 2025
    Configuration menu
    Copy the full SHA
    0b27a06 View commit details
    Browse the repository at this point in the history
Loading