8000 Comparing 0a362fe...66586d0 · 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: 0a362fe
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: 66586d0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 1, 2024

  1. fix(deps): Update dependency black to v24.8.0 (#110)

    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 | `==24.4.2` -> `==24.8.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>psf/black (black)</summary>
    
    ### [`v24.8.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2480)
    
    [Compare Source](https://togithub.com/psf/black/compare/24.4.2...24.8.0)
    
    ##### Stable style
    
    -   Fix crash when `# fmt: off` is used before a closing parenthesis or bracket. ([#&#8203;4363](https://togithub.com/psf/black/issues/4363))
    
    ##### Packaging
    
    -   Packaging metadata updated: docs are explictly linked, the issue tracker is now also
        linked. This improves the PyPI listing for Black. ([#&#8203;4345](https://togithub.com/psf/black/issues/4345))
    
    ##### Parser
    
    -   Fix regression where Black failed to parse a multiline f-string containing another
        multiline string ([#&#8203;4339](https://togithub.com/psf/black/issues/4339))
    -   Fix regression where Black failed to parse an escaped single quote inside an f-string
        ([#&#8203;4401](https://togithub.com/psf/black/issues/4401))
    -   Fix bug with Black incorrectly parsing empty lines with a backslash ([#&#8203;4343](https://togithub.com/psf/black/issues/4343))
    -   Fix bugs with Black's tokenizer not handling `\{` inside f-strings very well ([#&#8203;4422](https://togithub.com/psf/black/issues/4422))
    -   Fix incorrect line numbers in the tokenizer for certain tokens within f-strings
        ([#&#8203;4423](https://togithub.com/psf/black/issues/4423))
    
    ##### Performance
    
    -   Improve performance when a large directory is listed in `.gitignore` ([#&#8203;4415](https://togithub.com/psf/black/issues/4415))
    
    ##### *Blackd*
    
    -   Fix blackd (and all extras installs) for docker container ([#&#8203;4357](https://togithub.com/psf/black/issues/4357))
    
    </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 Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d0ff0fe View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency grpcio to v1.66.1 (#111)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.65.2` -> `==1.66.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.66.1`](https://togithub.com/grpc/grpc/releases/tag/v1.66.1)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.66.0...v1.66.1)
    
    This is release gRPC Core 1.66.1 (gladiator).
    
    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.
    
    ### Core
    
    -   Enable EDS dualstack support by default ([https://github.com/grpc/grpc/pull/37545](https://togithub.com/grpc/grpc/pull/37545))
    
    ### [`v1.66.0`](https://togithub.com/grpc/grpc/releases/tag/v1.66.0)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.65.5...v1.66.0)
    
    This is release 1.66.0 ([gladiator](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
    
    -   \[Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). ([#&#8203;37479](https://togithub.com/grpc/grpc/pull/37479))
    -   \[BoringSSL] Update third_party/boringssl-with-bazel. ([#&#8203;37223](https://togithub.com/grpc/grpc/pull/37223))
    -   \[Dep] Upgrading Protobuf to v27.2. ([#&#8203;36753](https://togithub.com/grpc/grpc/pull/36753))
    -   \[Gpr_To_Absl_Logging] Fixing bugs . ([#&#8203;36961](https://togithub.com/grpc/grpc/pull/36961))
    -   \[chttp2] don't access endpoint in transport ops if it's already been destroyed. ([#&#8203;36921](https://togithub.com/grpc/grpc/pull/36921))
    
    ## C++
    
    -   \[OTel C++] Fix race when adding and removing callbacks ([#&#8203;37485](https://togithub.com/grpc/grpc/issues/37485)). ([#&#8203;37508](https://togithub.com/grpc/grpc/pull/37508))
    -   \[RlsLB] Fix Deadlock ([#&#8203;37459](https://togithub.com/grpc/grpc/issues/37459)). ([#&#8203;37502](https://togithub.com/grpc/grpc/pull/37502))
    
    ## Python
    
    -   \[Python Distrib] Change warning to RuntimeError for version incompatibility (v1.66.x backport). ([#&#8203;37477](https://togithub.com/grpc/grpc/pull/37477))
    -   Fix issues/36613. ([#&#8203;37022](https://togithub.com/grpc/grpc/pull/37022))
    -   \[fix] updated invocation_metadata return type hint. ([#&#8203;36894](https://togithub.com/grpc/grpc/pull/36894))
    -   \[Release] Add warning about PyPi latest version not necessarily matching Github latest version. ([#&#8203;36965](https://togithub.com/grpc/grpc/pull/36965))
    
    ## Ruby
    
    -   \[ruby] Update google-protobuf dep to allow 3.x and 4.x versions. ([#&#8203;36982](https://togithub.com/grpc/grpc/pull/36982))
    -   \[ruby] improve the way completion queue pluck operations handle signals and process shutdown. ([#&#8203;36903](https://togithub.com/grpc/grpc/pull/36903))
    
    ### [`v1.65.5`](https://togithub.com/grpc/grpc/releases/tag/v1.65.5)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.65.4...v1.65.5)
    
    This is release gRPC Core 1.65.5 (gnarly).
    
    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.
    
    -   \[OTel C++] Fix race when adding and removing callbacks ([#&#8203;37509](https://togithub.com/grpc/grpc/issues/37509))
    -   \[RlsLB] Fix Deadlock ([#&#8203;37503](https://togithub.com/grpc/grpc/issues/37503))
    -   \[Python Otel] Manage call tracer life cycle use call arena. (v1.65.x backport) ([#&#8203;37478](https://togithub.com/grpc/grpc/issues/37478))
    
    ### [`v1.65.4`](https://togithub.com/grpc/grpc/releases/tag/v1.65.4)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.65.2...v1.65.4)
    
    This is release gRPC Core 1.65.4 (gnarly).
    
    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.
    
    -   [https://github.com/grpc/grpc/pull/37359](https://togithub.com/grpc/grpc/pull/37359) Fix a bug in hpack error handling
    
    </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 Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1dd587e View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency grpcio-tools to v1.66.1 (#113)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio-tools](https://grpc.io) | minor | `==1.65.2` -> `==1.66.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoib
    8000
    WFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    da1d6ba View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dependency protobuf to v5.28.0 (#114)

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

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

Commits on Sep 4, 2024

  1. chore(main): Release v0.0.34 (#112)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.34](v0.0.33...v0.0.34) (2024-09-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency black to v24.8.0 ([#110](#110)) ([d0ff0fe](d0ff0fe))
    * **deps:** Update dependency grpcio to v1.66.1 ([#111](#111)) ([1dd587e](1dd587e))
    * **deps:** Update dependency grpcio-tools to v1.66.1 ([#113](#113)) ([da1d6ba](da1d6ba))
    * **deps:** Update dependency protobuf to v5.28.0 ([#114](#114)) ([eee8a75](eee8a75))
    * Generate Python Code from `plugin-pb` ([#115](#115)) ([1c6860e](1c6860e))
    
    ---
    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 Sep 4, 2024
    Configuration menu
    Copy the full SHA
    66586d0 View commit details
    Browse the repository at this point in the history
Loading
0