chore(deps): update dependency grpcio to v1.66.0 #95

Merged
realaravinth merged 1 commit from renovate/grpcio-1.x into master 2024-08-28 13:42:15 +05:30
Member

This PR contains the following updates:

Package Update Change
grpcio (source) minor ==1.65.4 -> ==1.66.0

Release Notes

grpc/grpc (grpcio)

v1.66.0

Compare Source

This is release 1.66.0 (gladiator) 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

  • [Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). (#​37479)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​37223)
  • [Dep] Upgrading Protobuf to v27.2. (#​36753)
  • [Gpr_To_Absl_Logging] Fixing bugs . (#​36961)
  • [chttp2] don't access endpoint in transport ops if it's already been destroyed. (#​36921)

C++

Python

  • [Python Distrib] Change warning to RuntimeError for version incompatibility (v1.66.x backport). (#​37477)
  • Fix issues/36613. (#​37022)
  • [fix] updated invocation_metadata return type hint. (#​36894)
  • [Release] Add warning about PyPi latest version not necessarily matching Github latest version. (#​36965)

Ruby

  • [ruby] Update google-protobuf dep to allow 3.x and 4.x versions. (#​36982)
  • [ruby] improve the way completion queue pluck operations handle signals and process shutdown. (#​36903)

v1.65.5

Compare Source

This is release gRPC Core 1.65.5 (gnarly).

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

This release contains refinements, improvements, and bug fixes.


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.65.4` -> `==1.66.0` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.66.0`](https://github.com/grpc/grpc/releases/tag/v1.66.0) [Compare Source](https://github.com/grpc/grpc/compare/v1.65.5...v1.66.0) This is release 1.66.0 ([gladiator](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 - \[Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). ([#&#8203;37479](https://github.com/grpc/grpc/pull/37479)) - \[BoringSSL] Update third_party/boringssl-with-bazel. ([#&#8203;37223](https://github.com/grpc/grpc/pull/37223)) - \[Dep] Upgrading Protobuf to v27.2. ([#&#8203;36753](https://github.com/grpc/grpc/pull/36753)) - \[Gpr_To_Absl_Logging] Fixing bugs . ([#&#8203;36961](https://github.com/grpc/grpc/pull/36961)) - \[chttp2] don't access endpoint in transport ops if it's already been destroyed. ([#&#8203;36921](https://github.com/grpc/grpc/pull/36921)) ## C++ - \[OTel C++] Fix race when adding and removing callbacks ([#&#8203;37485](https://github.com/grpc/grpc/issues/37485)). ([#&#8203;37508](https://github.com/grpc/grpc/pull/37508)) - \[RlsLB] Fix Deadlock ([#&#8203;37459](https://github.com/grpc/grpc/issues/37459)). ([#&#8203;37502](https://github.com/grpc/grpc/pull/37502)) ## Python - \[Python Distrib] Change warning to RuntimeError for version incompatibility (v1.66.x backport). ([#&#8203;37477](https://github.com/grpc/grpc/pull/37477)) - Fix issues/36613. ([#&#8203;37022](https://github.com/grpc/grpc/pull/37022)) - \[fix] updated invocation_metadata return type hint. ([#&#8203;36894](https://github.com/grpc/grpc/pull/36894)) - \[Release] Add warning about PyPi latest version not necessarily matching Github latest version. ([#&#8203;36965](https://github.com/grpc/grpc/pull/36965)) ## Ruby - \[ruby] Update google-protobuf dep to allow 3.x and 4.x versions. ([#&#8203;36982](https://github.com/grpc/grpc/pull/36982)) - \[ruby] improve the way completion queue pluck operations handle signals and process shutdown. ([#&#8203;36903](https://github.com/grpc/grpc/pull/36903)) ### [`v1.65.5`](https://github.com/grpc/grpc/releases/tag/v1.65.5) [Compare Source](https://github.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://github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC40MC4wIiwidXBkYXRlZEluVmVyIjoiMzguNTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot added the
renovate-bot
label 2024-08-19 14:00:50 +05:30
renovate-bot force-pushed renovate/grpcio-1.x from 7bd7ae47d9 to 4b9b6f7a98 2024-08-23 01:00:59 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency grpcio to v1.65.5 to chore(deps): update dependency grpcio to v1.66.0 2024-08-23 01:01:00 +05:30
realaravinth merged commit 94817fcc3d into master 2024-08-28 13:42:15 +05:30
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#95
No description provided.