From db79c8c4a6218db5ae7eac00754ba40769c0d815 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:26:12 +0300 Subject: [PATCH 1/4] fix(deps): Update dependency grpcio to v1.57.0 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
grpc/grpc (grpcio) ### [`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>`. ([#​33744](https://togithub.com/grpc/grpc/pull/33744)) - \[deps] Remove libuv dependency. ([#​33748](https://togithub.com/grpc/grpc/pull/33748)) - \[ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. ([#​33638](https://togithub.com/grpc/grpc/pull/33638)) - \[BoringSSL] Update third_party/boringssl-with-bazel. ([#​33690](https://togithub.com/grpc/grpc/pull/33690)) - \[iomgr]\[EventEngine] Improve server handling of file descriptor exhaustion. ([#​33656](https://togithub.com/grpc/grpc/pull/33656)) - \[ruby] experimental client side fork support. ([#​33430](https://togithub.com/grpc/grpc/pull/33430)) - \[core] Add a channel argument to set DSCP on streams. ([#​28322](https://togithub.com/grpc/grpc/pull/28322)) - \[xDS LB] xDS pick first support. ([#​33540](https://togithub.com/grpc/grpc/pull/33540)) - \[tls] Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. ([#​33558](https://togithub.com/grpc/grpc/pull/33558)) - \[EventEngine] Simplify `EventEngine::DNSResolver` API. ([#​33459](https://togithub.com/grpc/grpc/pull/33459)) - \[iomgr]\[Windows] Return proper error code to client when connection is reset. ([#​33502](https://togithub.com/grpc/grpc/pull/33502)) - \[fork] simplify Fork::SetResetChildPollingEngineFunc to fix nested forking. ([#​33495](https://togithub.com/grpc/grpc/pull/33495)) - \[lb pick_first] Enable random shuffling of address list. ([#​33254](https://togithub.com/grpc/grpc/pull/33254)) - \[HTTP2] Fix inconsistencies in keepalive configuration. ([#​33428](https://togithub.com/grpc/grpc/pull/33428)) - \[c-ares] Upgrade c-ares dependency to 1.19.1. ([#​33392](https://togithub.com/grpc/grpc/pull/33392)) - \[Rls] de-experimentalize RLS in XDS. ([#​33290](https://togithub.com/grpc/grpc/pull/33290)) ## C++ - \[otel] Add bazel dependency. ([#​33548](https://togithub.com/grpc/grpc/pull/33548)) ## C\# - \[csharp] Include correct build of Grpc.Tools in nightly packages. ([#​33595](https://togithub.com/grpc/grpc/pull/33595)) - \[csharp] reintroduce base_namespace experimental option to C# (with a patch). ([#​33535](https://togithub.com/grpc/grpc/pull/33535)) ## Objective-C - \[Protobuf] Upgrade third_party/protobuf to 23.4. ([#​33695](https://togithub.com/grpc/grpc/pull/33695)) ## Python - \[posix] Enable systemd sockets for libsystemd>=233. ([#​32671](https://togithub.com/grpc/grpc/pull/32671)) - \[python O11Y] Initial Implementation. ([#​32974](https://togithub.com/grpc/grpc/pull/32974)) ## Ruby - \[ruby] experimental client side fork support ([#​33430](https://togithub.com/grpc/grpc/pull/33430)) - \[ruby] backport "\[ruby] remove unnecessary background thread startup wait logic that interferes with forking [#​33805](https://togithub.com/grpc/grpc/issues/33805)" to v1.57.x. ([#​33846](https://togithub.com/grpc/grpc/pull/33846)) - \[Ruby] remove manual strip in ruby ext conf. ([#​33641](https://togithub.com/grpc/grpc/pull/33641)) - \[ruby] simplify shutdown; remove unnecessary attempts at grpc_shutdown. ([#​33674](https://togithub.com/grpc/grpc/pull/33674)) - \[ruby] Add `-weak_framework CoreFoundation` to link line. ([#​33538](https://togithub.com/grpc/grpc/pull/33538)) - \[Ruby] Fix memory leak in grpc_rb_call_run_batch. ([#​33368](https://togithub.com/grpc/grpc/pull/33368)) - \[Ruby] Fix memory leak in grpc_rb_server_request_call. ([#​33371](https://togithub.com/grpc/grpc/pull/33371))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3beab03..77c9c12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==23.7.0 grpcio-tools==1.56.2 -grpcio==1.56.2 +grpcio==1.57.0 protobuf==4.23.4 pyarrow==12.0.1 pytest==7.4.0 \ No newline at end of file From 3de0c53c08ab7f061b6dbb6c52abf4d5b37caa36 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:36:23 +0300 Subject: [PATCH 2/4] fix(deps): Update dependency grpcio-tools to v1.57.0 (#16) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77c9c12..db2cb76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==23.7.0 -grpcio-tools==1.56.2 +grpcio-tools==1.57.0 grpcio==1.57.0 protobuf==4.23.4 pyarrow==12.0.1 From 7476578883feff3ca5311fcf2c37a9f7c11b80ed Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:39:10 +0300 Subject: [PATCH 3/4] fix(deps): Update dependency protobuf to v4.24.2 (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db2cb76..49416e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==23.7.0 grpcio-tools==1.57.0 grpcio==1.57.0 -protobuf==4.23.4 +protobuf==4.24.2 pyarrow==12.0.1 pytest==7.4.0 \ No newline at end of file From e82fb94df39b6d3ad0b3c2b14b511d5bfab0a81e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:42:52 +0300 Subject: [PATCH 4/4] chore(main): Release v0.0.16 (#17) :robot: I have created a release *beep* *boop* --- ## [0.0.16](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.15...v0.0.16) (2023-09-01) ### Bug Fixes * **deps:** Update dependency grpcio to v1.57.0 ([#15](https://github.com/cloudquery/plugin-pb-python/issues/15)) ([db79c8c](https://github.com/cloudquery/plugin-pb-python/commit/db79c8c4a6218db5ae7eac00754ba40769c0d815)) * **deps:** Update dependency grpcio-tools to v1.57.0 ([#16](https://github.com/cloudquery/plugin-pb-python/issues/16)) ([3de0c53](https://github.com/cloudquery/plugin-pb-python/commit/3de0c53c08ab7f061b6dbb6c52abf4d5b37caa36)) * **deps:** Update dependency protobuf to v4.24.2 ([#18](https://github.com/cloudquery/plugin-pb-python/issues/18)) ([7476578](https://github.com/cloudquery/plugin-pb-python/commit/7476578883feff3ca5311fcf2c37a9f7c11b80ed)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a6a2b..95806e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.16](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.15...v0.0.16) (2023-09-01) + + +### Bug Fixes + +* **deps:** Update dependency grpcio to v1.57.0 ([#15](https://github.com/cloudquery/plugin-pb-python/issues/15)) ([db79c8c](https://github.com/cloudquery/plugin-pb-python/commit/db79c8c4a6218db5ae7eac00754ba40769c0d815)) +* **deps:** Update dependency grpcio-tools to v1.57.0 ([#16](https://github.com/cloudquery/plugin-pb-python/issues/16)) ([3de0c53](https://github.com/cloudquery/plugin-pb-python/commit/3de0c53c08ab7f061b6dbb6c52abf4d5b37caa36)) +* **deps:** Update dependency protobuf to v4.24.2 ([#18](https://github.com/cloudquery/plugin-pb-python/issues/18)) ([7476578](https://github.com/cloudquery/plugin-pb-python/commit/7476578883feff3ca5311fcf2c37a9f7c11b80ed)) + ## [0.0.15](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.14...v0.0.15) (2023-08-08) diff --git a/setup.py b/setup.py index f3bc24d..989b4c9 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.15", + version="0.0.16", description=description, long_description=long_description, author="CloudQuery LTD",