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.38
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.39
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 1, 2025

  1. fix(deps): Update dependency grpcio to v1.68.1 (#136)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | patch | `==1.68.0` -> `==1.68.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.68.1`](https://togithub.com/grpc/grpc/releases/tag/v1.68.1)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.68.0...v1.68.1)
    
    This is release 1.68.1 ([groovy](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
    
    -   \[xDS RBAC] Support string_match in HeaderMatcher ([#&#8203;38185](https://togithub.com/grpc/grpc/issues/38185)). ([#&#8203;38198](https://togithub.com/grpc/grpc/pull/38198))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    9aa3699 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency grpcio-tools to v1.68.1 (#137)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio-tools](https://grpc.io) | patch | `==1.68.0` -> `==1.68.1` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    f40b940 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency pytest to v8.3.4 (#139)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pytest](https://togithub.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | patch | `==8.3.3` -> `==8.3.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest (pytest)</summary>
    
    ### [`v8.3.4`](https://togithub.com/pytest-dev/pytest/releases/tag/8.3.4)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.3.3...8.3.4)
    
    ### pytest 8.3.4 (2024-12-01)
    
    #### Bug fixes
    
    -   [#&#8203;12592](https://togithub.com/pytest-dev/pytest/issues/12592): Fixed `KeyError`{.interpreted-text role="class"} crash when using `--import-mode=importlib` in a directory layout where a directory contains a child directory with the same name.
    
    -   [#&#8203;12818](https://togithub.com/pytest-dev/pytest/issues/12818): Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the `AST`, like [executing](https://togithub.com/alexmojaki/executing).
    
    -   [#&#8203;12849](https://togithub.com/pytest-dev/pytest/issues/12849): ANSI escape codes for colored output now handled correctly in `pytest.fail`{.interpreted-text role="func"} with \[pytrace=False]{.title-ref}.
    
    -   [#&#8203;9353](https://togithub.com/pytest-dev/pytest/issues/9353): `pytest.approx`{.interpreted-text role="func"} now uses strict equality when given booleans.
    
    #### Improved documentation
    
    -   [#&#8203;10558](https://togithub.com/pytest-dev/pytest/issues/10558): Fix ambiguous docstring of `pytest.Config.getoption`{.interpreted-text role="func"}.
    
    -   [#&#8203;10829](https://togithub.com/pytest-dev/pytest/issues/10829): Improve documentation on the current handling of the `--basetemp` option and its lack of retention functionality (`temporary directory location and retention`{.interpreted-text role="ref"}).
    
    -   [#&#8203;12866](https://togithub.com/pytest-dev/pytest/issues/12866): Improved cross-references concerning the `recwarn`{.interpreted-text role="fixture"} fixture.
    
    -   [#&#8203;12966](https://togithub.com/pytest-dev/pytest/issues/12966): Clarify `filterwarnings`{.interpreted-text role="ref"} docs on filter precedence/order when using multiple `@pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>`{.interpreted-text role="ref"} marks.
    
    #### Contributor-facing changes
    
    -   [#&#8203;12497](https://togithub.com/pytest-dev/pytest/issues/12497): Fixed two failing pdb-related tests on Python 3.13.
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    fe8e1a8 View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dependency protobuf to v5.29.2 (#140)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [protobuf](https://developers.google.com/protocol-buffers/) | minor | `==5.28.3` -> `==5.29.2` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    bebf8f7 View commit details
    Browse the repository at this point in the history
  5. fix: Generate Python Code from plugin-pb (#141)

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

Commits on Jan 7, 2025

  1. chore(main): Release v0.0.39 (#138)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.39](v0.0.38...v0.0.39) (2025-01-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency grpcio to v1.68.1 ([#136](#136)) ([9aa3699](9aa3699))
    * **deps:** Update dependency grpcio-tools to v1.68.1 ([#137](#137)) ([f40b940](f40b940))
    * **deps:** Update dependency protobuf to v5.29.2 ([#140](#140)) ([bebf8f7](bebf8f7))
    * **deps:** Update dependency pytest to v8.3.4 ([#139](#139)) ([fe8e1a8](fe8e1a8))
    * Generate Python Code from `plugin-pb` ([#141](#141)) ([2595835](2595835))
    
    ---
    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 Jan 7, 2025
    Configuration menu
    Copy the full SHA
    5733e82 View commit details
    Browse the repository at this point in the history
Loading