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.16
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.17
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 1, 2023

  1. fix(deps): Update dependency protobuf to v4.24.3 (#20)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [protobuf](https://developers.google.com/protocol-buffers/) | patch | `==4.24.2` -> `==4.24.3` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    449c1e8 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency pytest to v7.4.2 (#21)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | patch | `==7.4.0` -> `==7.4.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest (pytest)</summary>
    
    ### [`v7.4.2`](https://togithub.com/pytest-dev/pytest/releases/tag/7.4.2): pytest 7.4.2 (2023-09-07)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.4.1...7.4.2)
    
    ### Bug Fixes
    
    -   [#&#8203;11237](https://togithub.com/pytest-dev/pytest/issues/11237): Fix doctest collection of `functools.cached_property` objects.
    
    -   [#&#8203;11306](https://togithub.com/pytest-dev/pytest/issues/11306): Fixed bug using `--importmode=importlib` which would cause package `__init__.py` files to be imported more than once in some cases.
    
    -   [#&#8203;11367](https://togithub.com/pytest-dev/pytest/issues/11367): Fixed bug where `user_properties` where not being saved in the JUnit XML file if a fixture failed during teardown.
    
    -   [#&#8203;11394](https://togithub.com/pytest-dev/pytest/issues/11394): Fixed crash when parsing long command line arguments that might be interpreted as files.
    
    ### Improved Documentation
    
    -   [#&#8203;11391](https://togithub.com/pytest-dev/pytest/issues/11391): Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.
    
    ### [`v7.4.1`](https://togithub.com/pytest-dev/pytest/releases/tag/7.4.1): pytest 7.4.1 (2023-09-02)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.4.0...7.4.1)
    
    ## Bug Fixes
    
    -   [#&#8203;10337](https://togithub.com/pytest-dev/pytest/issues/10337): Fixed bug where fake intermediate modules generated by `--import-mode=importlib` would not include the
        child modules as attributes of the parent modules.
    
    -   [#&#8203;10702](https://togithub.com/pytest-dev/pytest/issues/10702): Fixed error assertion handling in `pytest.approx` when `None` is an expected or received value when comparing dictionaries.
    
    -   [#&#8203;10811](https://togithub.com/pytest-dev/pytest/issues/10811): Fixed issue when using `--import-mode=importlib` together with `--doctest-modules` that caused modules
        to be imported more than once, causing problems with modules that have import side effects.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    64d28ef View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency black to v23.9.1 (#23)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [black](https://togithub.com/psf/black) ([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) | minor | `==23.7.0` -> `==23.9.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>psf/black (black)</summary>
    
    ### [`v23.9.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2391)
    
    [Compare Source](https://togithub.com/psf/black/compare/23.9.0...23.9.1)
    
    Due to various issues, the previous release (23.9.0) did not include compiled mypyc
    wheels, which make Black significantly faster. These issues have now been fixed, and
    this release should come with compiled wheels once again.
    
    There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12
    wheels in a future release as soon as the mypyc bug is fixed.
    
    ##### Packaging
    
    -   Upgrade to mypy 1.5.1 ([#&#8203;3864](https://togithub.com/psf/black/issues/3864))
    
    ##### Performance
    
    -   Store raw tuples instead of NamedTuples in Black's cache, improving performance and
        decreasing the size of the cache ([#&#8203;3877](https://togithub.com/psf/black/issues/3877))
    
    ### [`v23.9.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2390)
    
    [Compare Source](https://togithub.com/psf/black/compare/23.7.0...23.9.0)
    
    ##### Preview style
    
    -   More concise formatting for dummy implementations ([#&#8203;3796](https://togithub.com/psf/black/issues/3796))
    -   In stub files, add a blank line between a statement with a body (e.g an
        `if sys.version_info > (3, x):`) and a function definition on the same level ([#&#8203;3862](https://togithub.com/psf/black/issues/3862))
    -   Fix a bug whereby spaces were removed from walrus operators within subscript([#&#8203;3823](https://togithub.com/psf/black/issues/3823))
    
    ##### Configuration
    
    -   Black now applies exclusion and ignore logic before resolving symlinks ([#&#8203;3846](https://togithub.com/psf/black/issues/3846))
    
    ##### Performance
    
    -   Avoid importing `IPython` if notebook cells do not contain magics ([#&#8203;3782](https://togithub.com/psf/black/issues/3782))
    -   Improve caching by comparing file hashes as fallback for mtime and size ([#&#8203;3821](https://togithub.com/psf/black/issues/3821))
    
    ##### *Blackd*
    
    -   Fix an issue in `blackd` with single character input ([#&#8203;3558](https://togithub.com/psf/black/issues/3558))
    
    ##### Integrations
    
    -   Black now has an
        [official pre-commit mirror](https://togithub.com/psf/black-pre-commit-mirror). Swapping
        `https://github.com/psf/black` to `https://github.com/psf/black-pre-commit-mirror` in
        your `.pre-commit-config.yaml` will make Black about 2x faster ([#&#8203;3828](https://togithub.com/psf/black/issues/3828))
    -   The `.black.env` folder specified by `ENV_PATH` will now be removed on the completion
        of the GitHub Action ([#&#8203;3759](https://togithub.com/psf/black/issues/3759))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    30f0e25 View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dependency grpcio to v1.59.0 (#24)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.57.0` -> `==1.59.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.59.0`](https://togithub.com/grpc/grpc/releases/tag/v1.59.0)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.58.0...v1.59.0)
    
    This is release 1.59.0 ([generative](https://togithub.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://togithub.com/grpc/grpc/releases).
    
    This release contains refinements, improvements, and bug fixes, with highlights listed below.
    
    ## Core
    
    -   \[Release] Bump core version [`2023092`](https://togithub.com/grpc/grpc/commit/202309251628). ([#&#8203;34476](https://togithub.com/grpc/grpc/pull/34476))
    -   \[xds ssa] Remove environment variable protection for stateful affinity. ([#&#8203;34435](https://togithub.com/grpc/grpc/pull/34435))
    -   \[windows DNS] Simplify c-ares Windows code. ([#&#8203;33965](https://togithub.com/grpc/grpc/pull/33965))
    -   \[c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer. ([#&#8203;34185](https://togithub.com/grpc/grpc/pull/34185))
    -   \[Deps] Adding upb as a submodule. ([#&#8203;34199](https://togithub.com/grpc/grpc/pull/34199))
    -   \[EventEngine] Update Cancel contract on closure deletion timeline. ([#&#8203;34167](https://togithub.com/grpc/grpc/pull/34167))
    
    ## C\#
    
    -   \[csharp codegen] Handle empty base_namespace option value to fix [#&#8203;34113](https://togithub.com/grpc/grpc/issues/34113). ([#&#8203;34137](https://togithub.com/grpc/grpc/pull/34137))
    
    ## Python
    
    -   \[Python 3.12] Support Python 3.12. ([#&#8203;34398](https://togithub.com/grpc/grpc/pull/34398))
    -   \[Python 3.12] Deprecate distutil. ([#&#8203;34186](https://togithub.com/grpc/grpc/pull/34186))
    
    ## Ruby
    
    -   \[ruby] Fix linking errors on x86-darwin. ([#&#8203;34134](https://togithub.com/grpc/grpc/pull/34134))
    -   \[Ruby] replace strdup with gpr_strdup. ([#&#8203;34177](https://togithub.com/grpc/grpc/pull/34177))
    -   \[ruby] drop ruby 2.6 support. ([#&#8203;34198](https://togithub.com/grpc/grpc/pull/34198))
    
    ### [`v1.58.0`](https://togithub.com/grpc/grpc/releases/tag/v1.58.0)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.57.0...v1.58.0)
    
    This is release 1.58.0 ([goku](https://togithub.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://togithub.com/grpc/grpc/releases).
    
    This release contains refinements, improvements, and bug fixes, with highlights listed below.
    
    ## Core
    
    -   gRPC 1.58 starts to require c-ares 1.18 or later.
    -   \[Deps] Update boringssl [`2023082`](https://togithub.com/grpc/grpc/commit/202308211007). ([#&#8203;34115](https://togithub.com/grpc/grpc/pull/34115))
    -   \[pick_first] de-experiment pick first. ([#&#8203;34054](https://togithub.com/grpc/grpc/pull/34054))
    -   \[build metadata] Bazel to "other build systems" improvements. ([#&#8203;33803](https://togithub.com/grpc/grpc/pull/33803))
    -   \[Deps] Update abseil to [`2023080`](https://togithub.com/grpc/grpc/commit/20230802). ([#&#8203;33974](https://togithub.com/grpc/grpc/pull/33974))
    -   \[c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails. ([#&#8203;33871](https://togithub.com/grpc/grpc/pull/33871))
    
    ## C++
    
    -   \[docs] Document Alarm thread-safety guarantees. ([#&#8203;34092](https://togithub.com/grpc/grpc/pull/34092))
    -   Added OpenSSL 3.0 (LTS) support via custom CMake builds (the default is still BoringSSL)
    
    ## Python
    
    -   \[Bazel] Enable grpcio-reflection to be used via Bazel. ([#&#8203;31013](https://togithub.com/grpc/grpc/pull/31013))
    -   \[packaging] Publish xds-protos as part of the standard package pipeline. ([#&#8203;33797](https://togithub.com/grpc/grpc/pull/33797))
    
    ## Ruby
    
    -   \[ruby] update google auth to ~> 1.0. ([#&#8203;34013](https://togithub.com/grpc/grpc/pull/34013))
    -   \[Ruby] set metadata_sent after call success. ([#&#8203;33998](https://togithub.com/grpc/grpc/pull/33998))
    -   \[ruby] remove unnecessary background thread startup wait logic that interferes with forking. ([#&#8203;33805](https://togithub.com/grpc/grpc/pull/33805))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    eecd3e0 View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update dependency grpcio-tools to v1.59.0 (#25)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio-tools](https://grpc.io) | minor | `==1.57.0` -> `==1.59.0` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8e7cd62 View commit details
    Browse the repository at this point in the history
  6. fix: Generate Python Code from plugin-pb (#27)

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

Commits on Oct 2, 2023

  1. chore(deps): Update actions/checkout action to v4

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    cq-bot and renovate-bot authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    908fed2 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v0.0.17 (#22)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.17](v0.0.16...v0.0.17) (2023-10-02)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency black to v23.9.1 ([#23](#23)) ([30f0e25](30f0e25))
    * **deps:** Update dependency grpcio to v1.59.0 ([#24](#24)) ([eecd3e0](eecd3e0))
    * **deps:** Update dependency grpcio-tools to v1.59.0 ([#25](#25)) ([8e7cd62](8e7cd62))
    * **deps:** Update dependency protobuf to v4.24.3 ([#20](#20)) ([449c1e8](449c1e8))
    * **deps:** Update dependency pytest to v7.4.2 ([#21](#21)) ([64d28ef](64d28ef))
    * Generate Python Code from `plugin-pb` ([#27](#27)) ([ea1e99e](ea1e99e))
    
    ---
    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 2, 2023
    Configuration menu
    Copy the full SHA
    f9fc780 View commit details
    Browse the repository at this point in the history
Loading