chore(deps): update dependency grpcio to v1.70.0 #128

Open
renovate-bot wants to merge 1 commit from renovate/grpcio-1.x into master
Member

This PR contains the following updates:

Package Update Change
grpcio (source) minor ==1.66.1 -> ==1.70.0

Release Notes

grpc/grpc (grpcio)

v1.70.0

Compare Source

This is release 1.70.0 (genius) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​38274)

C++

  • gRPC C++ begins to require C++17 or later to build and use gRPC C++. You may need the following settings:

v1.69.0

Compare Source

This is release 1.69.0 (gridiron) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [Alarm] Fix Alarm reuse on cancellation. (#​38114)
  • [xDS RBAC] Support string_match in HeaderMatcher. (#​38185)
  • [pick_first] fix shutdown bug in new PF impl. (#​38144)
  • [c-ares] Fix inverted length check in GrpcPolledFdWindows. (#​38101)
  • [RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload. (#​38069)
  • [EventEngine] Add stronger wording on Endpoint::Read contract. (#​38036)
  • [chttp2] Fix channelz address. (#​38022)
  • [XdsClient] Add missing authority to XdsClient metrics scope. (#​38009)
  • [EventEngine] API contract: Endpoint::Read will provide either an error or data, but never both. (#​38019)
  • [Build] Dropped Bazel 6.x support. (#​37979)

Python

  • [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#​37997)

v1.68.1

Compare Source

This is release 1.68.1 (groovy) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

v1.68.0

Compare Source

This is release 1.68.0 (groovy) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [XdsClient][Backport] Add missing authority to XdsClient metrics scope (#​38009). (#​38023)
  • [Release] Bump core version in preparation for 1.68 Branch Cut. (#​37941)
  • [ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. (#​37939)
  • [ruby] reduce INFO log for server CQ pluck registration to DEBUG. (#​37633)
  • [EventEngine] Enable the PosixEventEngine client experiment. (#​35985)
  • [chttp2_server] Fix race between connection starting and it being orphaned. (#​37683)
  • [Chttp2Server] Fix race between connection manager updates and handshake. (#​37772)
  • [xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources. (#​37678)

C++

  • [Build] Minimum version of MSVC is now 2022. (#​37687)
  • [Build] Bumped the minimum version of cmake. (#​37702)

Python

  • Add templating and support for Python 3.13. (#​37643)

v1.67.1

Compare Source

This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.67.0

Compare Source

This is release 1.67.0 (gesundheit) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

C++

  • [OTel C++] Fix race when adding and removing callbacks. (#​37485)

Python

  • [Backport to 1.67.x] Add templating and support for Python 3.13 (#​37643). (#​37803)
  • Add templating and support for Python 3.13. (#​37643)
  • [Python Distrib] Change warning to RuntimeError for version incompatibility. (#​37466)
  • [reflection]: python: reflection returns original_request. (#​36944)

Ruby

  • [ruby] drop ruby 2.7 support. (#​37430)
  • [ruby] reduce ruby gpr_log invocations from INFO to DEBUG. (#​37426)
  • [ruby] refactor flaky test and expose cancel_with_status. (#​37410)

v1.66.2

Compare Source

This is release gRPC Core 1.66.2 (gladiator).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

What's Changed

Python
  • Added support for Python 3.13 and templating system for supported Python versions (#​37643)

Full Changelog: https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://github.com/grpc/grpc)) | minor | `==1.66.1` -> `==1.70.0` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.70.0`](https://github.com/grpc/grpc/releases/tag/v1.70.0) [Compare Source](https://github.com/grpc/grpc/compare/v1.69.0...v1.70.0) This is release 1.70.0 ([genius](https://github.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://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - \[BoringSSL] Update third_party/boringssl-with-bazel. ([#&#8203;38274](https://github.com/grpc/grpc/issues/38274)) ## C++ - gRPC C++ begins to require C++17 or later to build and use gRPC C++. You may need the following settings: - CMake: Add CMAKE_CXX_STANDARD=17 to your CMake build command. - Bazel: Add --cxxopt='/std:c++17' and --host_cxxopt='/std:c++17' to your Bazel build command. - gRPC 1.69, the final version compatible with C++14, will be supported until December 10, 2025, according to https://github.com/grpc/proposal/blob/master/L120-requiring-cpp17.md. ### [`v1.69.0`](https://github.com/grpc/grpc/releases/tag/v1.69.0) [Compare Source](https://github.com/grpc/grpc/compare/v1.68.1...v1.69.0) This is release 1.69.0 ([gridiron](https://github.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://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - \[Alarm] Fix Alarm reuse on cancellation. ([#&#8203;38114](https://github.com/grpc/grpc/pull/38114)) - \[xDS RBAC] Support string_match in HeaderMatcher. ([#&#8203;38185](https://github.com/grpc/grpc/pull/38185)) - \[pick_first] fix shutdown bug in new PF impl. ([#&#8203;38144](https://github.com/grpc/grpc/pull/38144)) - \[c-ares] Fix inverted length check in GrpcPolledFdWindows. ([#&#8203;38101](https://github.com/grpc/grpc/pull/38101)) - \[RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload. ([#&#8203;38069](https://github.com/grpc/grpc/pull/38069)) - \[EventEngine] Add stronger wording on Endpoint::Read contract. ([#&#8203;38036](https://github.com/grpc/grpc/pull/38036)) - \[chttp2] Fix channelz address. ([#&#8203;38022](https://github.com/grpc/grpc/pull/38022)) - \[XdsClient] Add missing authority to XdsClient metrics scope. ([#&#8203;38009](https://github.com/grpc/grpc/pull/38009)) - \[EventEngine] API contract: Endpoint::Read will provide either an error or data, but never both. ([#&#8203;38019](https://github.com/grpc/grpc/pull/38019)) - \[Build] Dropped Bazel 6.x support. ([#&#8203;37979](https://github.com/grpc/grpc/pull/37979)) ## Python - \[Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. ([#&#8203;37997](https://github.com/grpc/grpc/pull/37997)) ### [`v1.68.1`](https://github.com/grpc/grpc/releases/tag/v1.68.1) [Compare Source](https://github.com/grpc/grpc/compare/v1.68.0...v1.68.1) This is release 1.68.1 ([groovy](https://github.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://github.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://github.com/grpc/grpc/issues/38185)). ([#&#8203;38198](https://github.com/grpc/grpc/pull/38198)) ### [`v1.68.0`](https://github.com/grpc/grpc/releases/tag/v1.68.0) [Compare Source](https://github.com/grpc/grpc/compare/v1.67.1...v1.68.0) This is release 1.68.0 ([groovy](https://github.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://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - \[XdsClient]\[Backport] Add missing authority to XdsClient metrics scope ([#&#8203;38009](https://github.com/grpc/grpc/issues/38009)). ([#&#8203;38023](https://github.com/grpc/grpc/pull/38023)) - \[Release] Bump core version in preparation for 1.68 Branch Cut. ([#&#8203;37941](https://github.com/grpc/grpc/pull/37941)) - \[ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. ([#&#8203;37939](https://github.com/grpc/grpc/pull/37939)) - \[ruby] reduce INFO log for server CQ pluck registration to DEBUG. ([#&#8203;37633](https://github.com/grpc/grpc/pull/37633)) - \[EventEngine] Enable the PosixEventEngine client experiment. ([#&#8203;35985](https://github.com/grpc/grpc/pull/35985)) - \[chttp2\_server] Fix race between connection starting and it being orphaned. ([#&#8203;37683](https://github.com/grpc/grpc/pull/37683)) - \[Chttp2Server] Fix race between connection manager updates and handshake. ([#&#8203;37772](https://github.com/grpc/grpc/pull/37772)) - \[xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources. ([#&#8203;37678](https://github.com/grpc/grpc/pull/37678)) ## C++ - \[Build] Minimum version of MSVC is now 2022. ([#&#8203;37687](https://github.com/grpc/grpc/pull/37687)) - \[Build] Bumped the minimum version of cmake. ([#&#8203;37702](https://github.com/grpc/grpc/pull/37702)) ## Python - Add templating and support for Python 3.13. ([#&#8203;37643](https://github.com/grpc/grpc/pull/37643)) ### [`v1.67.1`](https://github.com/grpc/grpc/releases/tag/v1.67.1) [Compare Source](https://github.com/grpc/grpc/compare/v1.67.0...v1.67.1) This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. ### [`v1.67.0`](https://github.com/grpc/grpc/releases/tag/v1.67.0) [Compare Source](https://github.com/grpc/grpc/compare/v1.66.2...v1.67.0) This is release 1.67.0 ([gesundheit](https://github.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://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - \[ruby] reduce an INFO log to DEBUG (backport https://github.com/grpc/grpc/pull/37633). ([#&#8203;37686](https://github.com/grpc/grpc/pull/37686)) - \[release] Bump core version to 44.0.0. ([#&#8203;37661](https://github.com/grpc/grpc/pull/37661)) - \[RlsLB] Fix Deadlock. ([#&#8203;37459](https://github.com/grpc/grpc/pull/37459)) - \[Python Otel] Manage call tracer life cycle use call arena. ([#&#8203;37460](https://github.com/grpc/grpc/pull/37460)) ## C++ - \[OTel C++] Fix race when adding and removing callbacks. ([#&#8203;37485](https://github.com/grpc/grpc/pull/37485)) ## Python - \[Backport to 1.67.x] Add templating and support for Python 3.13 ([#&#8203;37643](https://github.com/grpc/grpc/issues/37643)). ([#&#8203;37803](https://github.com/grpc/grpc/pull/37803)) - Add templating and support for Python 3.13. ([#&#8203;37643](https://github.com/grpc/grpc/pull/37643)) - \[Python Distrib] Change warning to RuntimeError for version incompatibility. ([#&#8203;37466](https://github.com/grpc/grpc/pull/37466)) - \[reflection]: python: reflection returns `original_request`. ([#&#8203;36944](https://github.com/grpc/grpc/pull/36944)) ## Ruby - \[ruby] drop ruby 2.7 support. ([#&#8203;37430](https://github.com/grpc/grpc/pull/37430)) - \[ruby] reduce ruby gpr_log invocations from INFO to DEBUG. ([#&#8203;37426](https://github.com/grpc/grpc/pull/37426)) - \[ruby] refactor flaky test and expose cancel_with_status. ([#&#8203;37410](https://github.com/grpc/grpc/pull/37410)) ### [`v1.66.2`](https://github.com/grpc/grpc/releases/tag/v1.66.2) [Compare Source](https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2) This is release gRPC Core 1.66.2 (gladiator). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. #### What's Changed ##### Python - Added support for Python 3.13 and templating system for supported Python versions ([#&#8203;37643](https://github.com/grpc/grpc/issues/37643)) **Full Changelog**: https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-09-28 18:31:03 +05:30
renovate-bot force-pushed renovate/grpcio-1.x from 64970abbd9 to 79cd8cabe1 2024-10-16 16:02:10 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency grpcio to v1.66.2 to chore(deps): update dependency grpcio to v1.67.0 2024-10-16 16:02:10 +05:30
renovate-bot force-pushed renovate/grpcio-1.x from 79cd8cabe1 to c2d6040499 2024-10-29 12:01:25 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency grpcio to v1.67.0 to chore(deps): update dependency grpcio to v1.67.1 2024-10-29 12:01:26 +05:30
renovate-bot force-pushed renovate/grpcio-1.x from c2d6040499 to f8af9ed0c9 2024-12-23 18:05:25 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency grpcio to v1.67.1 to chore(deps): update dependency grpcio to v1.68.1 2024-12-23 18:05:29 +05:30
renovate-bot force-pushed renovate/grpcio-1.x from f8af9ed0c9 to c1cfd27fec 2025-01-06 05:07:39 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency grpcio to v1.68.1 to chore(deps): update dependency grpcio to v1.69.0 2025-01-06 05:07:42 +05:30
renovate-bot force-pushed renovate/grpcio-1.x from c1cfd27fec to 9a67f5201c 2025-01-27 05:08:44 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency grpcio to v1.69.0 to chore(deps): update dependency grpcio to v1.70.0 2025-01-27 05:08:49 +05:30
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/grpcio-1.x:renovate/grpcio-1.x
git checkout renovate/grpcio-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/grpcio-1.x
git checkout renovate/grpcio-1.x
git rebase master
git checkout master
git merge --ff-only renovate/grpcio-1.x
git checkout renovate/grpcio-1.x
git rebase master
git checkout master
git merge --no-ff renovate/grpcio-1.x
git checkout master
git merge --squash renovate/grpcio-1.x
git checkout master
git merge --ff-only renovate/grpcio-1.x
git checkout master
git merge renovate/grpcio-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mCaptcha/dcache#128
No description provided.