8000 Comparing v0.0.44...v0.0.45 Β· cloudquery/plugin-pb-python Β· GitHub
[go: up one dir, main page]

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

Commits on Jun 26, 2025

  1. fix: Generate Python Code from plugin-pb (#165)

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

Commits on Jul 1, 2025

  1. fix(deps): Update dependency grpcio to v1.73.0 (#167)

    This PR contains the following updates:
    
    | Package | Update | Change | Pending |
    |---|---|---|---|
    | [grpcio](https://grpc.io) ([source](https://redirect.github.com/grpc/grpc)) | minor | `==1.71.0` -> `==1.73.0` | `1.73.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.73.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.73.0)
    
    [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.72.2...v1.73.0)
    
    This is release 1.73.0 ([gradient](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.
    
    For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases).
    
    This release contains refinements, improvements, and bug fixes, with highlights listed below.
    
    ## Core
    
    As of this version, gRPC on MacOS & iOS will utilize Abseil's synchronization features, aligning it with other platforms. Should you encounter any issues due to this update, you can disable it by enabling GPR_DISABLE_ABSEIL_SYNC. If you do this, please report any problems by filing a bug at https://github.com/grpc/grpc.
    
    -   \[Dep] Update Protobuf to v31.0. ([#&#8203;39392](https://redirect.github.com/grpc/grpc/pull/39392))
    -   \[Core] Added GPR_DISABLE_ABSEIL_SYNC. ([#&#8203;39562](https://redirect.github.com/grpc/grpc/pull/39562))
    -   \[xds_override_host] pass through per-endpoint args when creating subchannels. ([#&#8203;39532](https://redirect.github.com/grpc/grpc/pull/39532))
    -   Expose GRPC_OPENSSL_CLEANUP_TIMEOUT to control shutdown grace period. ([#&#8203;39297](https://redirect.github.com/grpc/grpc/pull/39297))
    -   \[URI] fix parsing of user_info in proxy settings. ([#&#8203;39004](https://redirect.github.com/grpc/grpc/pull/39004))
    -   \[EventEngine] Fix busy loop in thread pool when shutting down. ([#&#8203;39258](https://redirect.github.com/grpc/grpc/pull/39258))
    -   \[Dep] Added a flag to build with `openssl` instead of `boringssl`. ([#&#8203;39188](https://redirect.github.com/grpc/grpc/pull/39188))
    -   \[EventEngine] Cleanup: EventEngine client, listener, and dns experiments are on by default on all platforms. ([#&#8203;39079](https://redirect.github.com/grpc/grpc/pull/39079))
    
    ## C++
    
    -   \[OpenCensus] Mark OpenCensus and dependent APIs as deprecated. ([#&#8203;39554](https://redirect.github.com/grpc/grpc/pull/39554))
    
    ## Python
    
    -   \[Python] Pin Cython to 3.1.1. ([#&#8203;39609](https://redirect.github.com/grpc/grpc/pull/39609))
    -   \[Python] grpc_tools: make PythonGrpcGenerator handle dot `.` in proto paths the same way as native Generator/PyiGenerator. ([#&#8203;39586](https://redirect.github.com/grpc/grpc/pull/39586))
    
    ## Ruby
    
    -   \[Ruby] add remove_unused_artifacts to opt build. ([#&#8203;39593](https://redirect.github.com/grpc/grpc/pull/39593))
    
    ### [`v1.72.2`](https://redirect.github.com/grpc/grpc/releases/tag/v1.72.2)
    
    [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.72.1...v1.72.2)
    
    This is release 1.72.2 ([gusto](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.
    
    For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases).
    
    This release contains refinements, improvements, and bug fixes, with highlights listed below.
    
    ## Python
    
    -   \[Backport of [#&#8203;39894](https://redirect.github.com/grpc/grpc/issues/39894) to v1.72.x] Fix the issue with gRPC Python Client not reconnecting in certain situations: [#&#8203;38290](https://redirect.github.com/grpc/grpc/issues/38290), [#&#8203;39113](https://redirect.github.com/grpc/grpc/issues/39113), [#&#8203;39631](https://redirect.github.com/grpc/grpc/issues/39631). ([#&#8203;39949](https://redirect.github.com/grpc/grpc/issues/39949))
    
    ### [`v1.72.1`](https://redirect.github.com/grpc/grpc/releases/tag/v1.72.1)
    
    [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.72.0...v1.72.1)
    
    This is release gRPC Core 1.72.1 (gusto).
    
    For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases).
    
    This release contains refinements, improvements, and bug fixes, with highlights listed below.
    
    ## C++
    
    -   \[Backport of [#&#8203;39266](https://redirect.github.com/grpc/grpc/issues/39266) to v1.71.x] Protect grpc generated sources from unwanted system macros ([#&#8203;39484](https://redirect.github.com/grpc/grpc/issues/39484)).
    
    ## Python
    
    -   \[Backport of [#&#8203;39609](https://redirect.github.com/grpc/grpc/issues/39609) to v1.71.x] Pin Cython to 3.1.1 ([#&#8203;39632](https://redirect.github.com/grpc/grpc/issues/39632)). This addresses several issues:
        -   [#&#8203;39588](https://redirect.github.com/grpc/grpc/issues/39588) Using inconsistent Cython version in released platform-specific wheels within the same grpcio release.
        -   [cython/cython#6878](https://redirect.github.com/cython/cython/issues/6878) Several published grpcio wheels were built with Cython 3.1.0 and are affected by Cython memory leak issue when using AsyncIO APIs (`grpc.aio.*`).
    -   \[Backport of [#&#8203;39418](https://redirect.github.com/grpc/grpc/issues/39418) to v1.71.x] Fix Python 3.12 MacOS universal release artifact ([#&#8203;39504](https://redirect.github.com/grpc/grpc/issues/39504)).
    
    ### [`v1.72.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.72.0)
    
    [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.71.2...v1.72.0)
    
    This is release gRPC Core 1.72.0 (gusto).
    
    For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases).
    
    This release contains refinements, improvements, and bug fixes.
    
    ### [`v1.71.2`](https://redirect.github.com/grpc/grpc/releases/tag/v1.71.2)
    
    [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.71.0...v1.71.2)
    
    This is release 1.71.2 ([gears](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.
    
    For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases).
    
    This release contains refinements, improvements, and bug fixes, with highlights listed below.
    
    ## C++
    
    -   \[Backport of [#&#8203;39266](https://redirect.github.com/grpc/grpc/issues/39266) to v1.71.x] Protect grpc generated sources from unwanted system macros ([#&#8203;39484](https://redirect.github.com/grpc/grpc/issues/39484)).
    
    ## Python
    
    -   \[Backport of [#&#8203;39894](https://redirect.github.com/grpc/grpc/issues/39894) to v1.71.x] Fix the issue with gRPC Python Client not reconnecting in certain situations: [#&#8203;38290](https://redirect.github.com/grpc/grpc/issues/38290), [#&#8203;39113](https://redirect.github.com/grpc/grpc/issues/39113), [#&#8203;39631](https://redirect.github.com/grpc/grpc/issues/39631) ([#&#8203;39948](https://redirect.github.com/grpc/grpc/issues/39948)).
    -   \[Backport of [#&#8203;39609](https://redirect.github.com/grpc/grpc/issues/39609) to v1.71.x] Pin Cython to 3.1.1 ([#&#8203;39636](https://redirect.github.com/grpc/grpc/issues/39636)). This addresses several issues:
        -   [#&#8203;39588](https://redirect.github.com/grpc/grpc/issues/39588) Using inconsistent Cython version in released platform-specific wheels within the same grpcio release.
        -   [cython/cython#6878](https://redirect.github.com/cython/cython/issues/6878) Several published grpcio wheels were built with Cython 3.1.0 and are affected by Cython memory leak issue when using AsyncIO APIs (`grpc.aio.*`).
    
    </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 Jul 1, 2025
    Configuration menu
    Copy the full SHA
    6b289c5 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency grpcio-tools to v1.73.0 (#168)

    This PR contains the following updates:
    
    | Package | Update | Change | Pending |
    |---|---|---|---|
    | [grpcio-tools](https://grpc.io) | minor | `==1.71.0` -> `==1.73.0` | `1.73.1` |
    
    ---
    
    ### 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 Jul 1, 2025
    Configuration menu
    Copy the full SHA
    306aa2a View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency pyarrow to v20 (#161)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pyarrow](https://redirect.github.com/apache/arrow) | major | `==19.0.1` -> `==20.0.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.
    
    ---
    
     - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    cq-bot authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    26b943b View commit details
    Browse the repository at this point in the history
  4. chore(main): Release v0.0.45 (#166)

    πŸ€– I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.45](v0.0.44...v0.0.45) (2025-07-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency grpcio to v1.73.0 ([#167](#167)) ([6b289c5](6b289c5))
    * **deps:** Update dependency grpcio-tools to v1.73.0 ([#168](#168)) ([306aa2a](306
    6DAE
    aa2a))
    * **deps:** Update dependency pyarrow to v20 ([#161](#161)) ([26b943b](26b943b))
    * Generate Python Code from `plugin-pb` ([#165](#165)) ([6a9480b](6a9480b))
    
    ---
    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 Jul 1, 2025
    Configuration menu
    Copy the full SHA
    532c082 View commit details
    Browse the repository at this point in the history
Loading
0