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-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: cloudquery/plugin-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2
Choose a head ref
  • 8 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    bad9443 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. fix(deps): Update dependency exceptiongroup to v1.1.3 (#46)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [exceptiongroup](https://togithub.com/agronholm/exceptiongroup) ([changelog](https://togithub.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)) | patch | `==1.1.2` -> `==1.1.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>agronholm/exceptiongroup (exceptiongroup)</summary>
    
    ### [`v1.1.3`](https://togithub.com/agronholm/exceptiongroup/compare/1.1.2...1.1.3)
    
    [Compare Source](https://togithub.com/agronholm/exceptiongroup/compare/1.1.2...1.1.3)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    baf407d View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency grpcio to v1.57.0 (#47)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.56.2` -> `==1.57.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.57.0`](https://togithub.com/grpc/grpc/releases/tag/v1.57.0)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.56.2...v1.57.0)
    
    This is release 1.57.0 ([grounded](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
    
    -   \[EventEngine] Change `GetDNSResolver` to return `absl::StatusOr<std::unique_ptr<DNSResolver>>`. ([#&#8203;33744](https://togithub.com/grpc/grpc/pull/33744))
    -   \[deps] Remove libuv dependency. ([#&#8203;33748](https://togithub.com/grpc/grpc/pull/33748))
    -   \[ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. ([#&#8203;33638](https://togithub.com/grpc/grpc/pull/33638))
    -   \[BoringSSL] Update third_party/boringssl-with-bazel. ([#&#8203;33690](https://togithub.com/grpc/grpc/pull/33690))
    -   \[iomgr]\[EventEngine] Improve server handling of file descriptor exhaustion. ([#&#8203;33656](https://togithub.com/grpc/grpc/pull/33656))
    -   \[ruby] experimental client side fork support. ([#&#8203;33430](https://togithub.com/grpc/grpc/pull/33430))
    -   \[core] Add a channel argument to set DSCP on streams. ([#&#8203;28322](https://togithub.com/grpc/grpc/pull/28322))
    -   \[xDS LB] xDS pick first support. ([#&#8203;33540](https://togithub.com/grpc/grpc/pull/33540))
    -   \[tls] Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. ([#&#8203;33558](https://togithub.com/grpc/grpc/pull/33558))
    -   \[EventEngine] Simplify `EventEngine::DNSResolver` API. ([#&#8203;33459](https://togithub.com/grpc/grpc/pull/33459))
    -   \[iomgr]\[Windows] Return proper error code to client when connection is reset. ([#&#8203;33502](https://togithub.com/grpc/grpc/pull/33502))
    -   \[fork] simplify Fork::SetResetChildPollingEngineFunc to fix nested forking. ([#&#8203;33495](https://togithub.com/grpc/grpc/pull/33495))
    -   \[lb pick_first] Enable random shuffling of address list. ([#&#8203;33254](https://togithub.com/grpc/grpc/pull/33254))
    -   \[HTTP2] Fix inconsistencies in keepalive configuration. ([#&#8203;33428](https://togithub.com/grpc/grpc/pull/33428))
    -   \[c-ares] Upgrade c-ares dependency to 1.19.1. ([#&#8203;33392](https://togithub.com/grpc/grpc/pull/33392))
    -   \[Rls] de-experimentalize RLS in XDS. ([#&#8203;33290](https://togithub.com/grpc/grpc/pull/33290))
    
    ## C++
    
    -   \[otel] Add bazel dependency. ([#&#8203;33548](https://togithub.com/grpc/grpc/pull/33548))
    
    ## C\#
    
    -   \[csharp] Include correct build of Grpc.Tools in nightly packages. ([#&#8203;33595](https://togithub.com/grpc/grpc/pull/33595))
    -   \[csharp] reintroduce base_namespace experimental option to C# (with a patch). ([#&#8203;33535](https://togithub.com/grpc/grpc/pull/33535))
    
    ## Objective-C
    
    -   \[Protobuf] Upgrade third_party/protobuf to 23.4. ([#&#8203;33695](https://togithub.com/grpc/grpc/pull/33695))
    
    ## Python
    
    -   \[posix] Enable systemd sockets for libsystemd>=233. ([#&#8203;32671](https://togithub.com/grpc/grpc/pull/32671))
    -   \[python O11Y] Initial Implementation. ([#&#8203;32974](https://togithub.com/grpc/grpc/pull/32974))
    
    ## Ruby
    
    -   \[ruby] experimental client side fork support ([#&#8203;33430](https://togithub.com/grpc/grpc/pull/33430))
    -   \[ruby] backport "\[ruby] remove unnecessary background thread startup wait logic that interferes with forking [#&#8203;33805](https://togithub.com/grpc/grpc/issues/33805)" to v1.57.x. ([#&#8203;33846](https://togithub.com/grpc/grpc/pull/33846))
    -   \[Ruby] remove manual strip in ruby ext conf. ([#&#8203;33641](https://togithub.com/grpc/grpc/pull/33641))
    -   \[ruby] simplify shutdown; remove unnecessary attempts at grpc_shutdown. ([#&#8203;33674](https://togithub.com/grpc/grpc/pull/33674))
    -   \[ruby] Add `-weak_framework CoreFoundation` to link line. ([#&#8203;33538](https://togithub.com/grpc/grpc/pull/33538))
    -   \[Ruby] Fix memory leak in grpc_rb_call_run_batch. ([#&#8203;33368](https://togithub.com/grpc/grpc/pull/33368))
    -   \[Ruby] Fix memory leak in grpc_rb_server_request_call. ([#&#8203;33371](https://togithub.com/grpc/grpc/pull/33371))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d1795c7 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency grpcio-tools to v1.57.0 (#49)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio-tools](https://grpc.io) | minor | `==1.56.2` -> `==1.57.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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    56651c3 View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dependency pandas to v2.1.0 (#50)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pandas](https://pandas.pydata.org) ([source](https://togithub.com/pandas-dev/pandas)) | minor | `==2.0.3` -> `==2.1.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pandas-dev/pandas (pandas)</summary>
    
    ### [`v2.1.0`](https://togithub.com/pandas-dev/pandas/releases/tag/v2.1.0): Pandas 2.1.0
    
    [Compare Source](https://togithub.com/pandas-dev/pandas/compare/v2.0.3...v2.1.0)
    
    We are pleased to announce the release of pandas 2.1.0.
    This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
    
    See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.1.0/whatsnew/v2.1.0.html) for a list of all the changes.
    Pandas 2.1.0 supports Python 3.9 and higher.
    
    The release will be available on the defaults and conda-forge channels:
    
        conda install pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).
    
    Thanks to all the contributors who made this release possible.
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7c8e90c View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update dependency pluggy to v1.3.0 (#51)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pluggy](https://togithub.com/pytest-dev/pluggy) | minor | `==1.2.0` -> `==1.3.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pluggy (pluggy)</summary>
    
    ### [`v1.3.0`](https://togithub.com/pytest-dev/pluggy/blob/HEAD/CHANGELOG.rst#pluggy-130-2023-08-26)
    
    [Compare Source](https://togithub.com/pytest-dev/pluggy/compare/1.2.0...1.3.0)
    
    \=========================
    
    ## Deprecations and Removals
    
    -   `#&#8203;426 <https://github.com/pytest-dev/pluggy/issues/426>`\_: Python 3.7 is no longer supported.
    
    ## Features
    
    -   `#&#8203;428 <https://github.com/pytest-dev/pluggy/issues/428>`\_: Pluggy now exposes its typings to static type checkers.
    
        As part of this, the following changes are made:
    
        -   Renamed `_Result` to `Result`, and exported as :class:`pluggy.Result`.
        -   Renamed `_HookRelay` to `HookRelay`, and exported as :class:`pluggy.HookRelay`.
        -   Renamed `_HookCaller` to `HookCaller`, and exported as :class:`pluggy.HookCaller`.
        -   Exported `HookImpl` as :class:`pluggy.HookImpl`.
        -   Renamed `_HookImplOpts` to `HookimplOpts`, and exported as :class:`pluggy.HookimplOpts`.
        -   Renamed `_HookSpecOpts` to `HookspecOpts`, and exported as :class:`pluggy.HookspecOpts`.
        -   Some fields and classes are marked `Final` and `@final`.
        -   The :ref:`api-reference` is updated to clearly delineate pluggy's public API.
    
        Compatibility aliases are put in place for the renamed types.
        We do not plan to remove the aliases, but we strongly recommend to only import from `pluggy.*` to ensure future compatibility.
    
        Please note that pluggy is currently unable to provide strong typing for hook calls, e.g. `pm.hook.my_hook(...)`,
        nor to statically check that a hook implementation matches the hook specification's type.
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8e6029c View commit details
    Browse the repository at this point in the history
  6. fix(deps): Update dependency protobuf to v4.24.2 (#52)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [protobuf](https://developers.google.com/protocol-buffers/) | minor | `==4.23.4` -> `==4.24.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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7a583bc View commit details
    Browse the repository at this point in the history
  7. chore(main): Release v0.1.2 (#48)

    πŸ€– I have created a release *beep* *boop*
    ---
    
    
    ## [0.1.2](v0.1.1...v0.1.2) (2023-09-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency exceptiongroup to v1.1.3 ([#46](#46)) ([baf407d](baf407d))
    * **deps:** Update dependency grpcio to v1.57.0 ([#47](#47)) ([d1795c7](d1795c7))
    * **deps:** Update dependency grpcio-tools to v1.57.0 ([#49](#49)) ([56651c3](56651c3))
    * **deps:** Update dependency pandas to v2.1.0 ([#50](#50)) ([7c8e90c](7c8e90c))
    * **deps:** Update dependency pluggy to v1.3.0 ([#51](#51)) ([8e6029c](8e6029c))
    * **deps:** Update dependency protobuf to v4.24.2 ([#52](#52)) ([7a583bc](7a583bc))
    
    ---
    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 1, 2023
    Configuration menu
    Copy the full SHA
    c0488f7 View commit details
    Browse the repository at this point in the history
Loading