chore(deps): update dependency grpcio to v1.65.1 #69

Merged
realaravinth merged 1 commit from renovate/grpcio-1.x into master 2024-07-22 20:13:33 +05:30
Member

This PR contains the following updates:

Package Update Change
grpcio (source) minor ==1.64.1 -> ==1.65.1

Release Notes

grpc/grpc (grpcio)

v1.65.1

Compare Source

This is release gRPC Core 1.65.1 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

v1.65.0

Compare Source

This is release gRPC Core 1.65.0 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

This is release 1.65.0 (gnarly) 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

  • [OTPlugin] Per-channel OpenTelemetry plugin. (#​36729)
  • [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#​36844)
  • [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#​36798)
  • [build] Support clang-cl for Windows builds (best effort). (#​36831)
  • [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#​36761)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​36716)
  • [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#​36374)
  • [xDS] fix "tls" channel cred in bootstrap to actually work. (#​36726)
  • [StatsPlugin] Fix use-after-free issue. (#​36664)
  • [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#​36286)

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#​36686)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#​36674)
  • [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#​36567)
  • [security] Add notices for functions we will be removing. (#​36488)

Objective-C

  • Replace bind() targets with alias() ones. (#​35272)

Python

  • [Python O11y] Implement CSM observability for Python. (#​36557)
  • [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#​36660)
  • [Python Otel] Deprecate target_attribute_filter. (#​36697)
  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#​36684)

Ruby

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

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.64.1` -> `==1.65.1` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.65.1`](https://github.com/grpc/grpc/releases/tag/v1.65.1) [Compare Source](https://github.com/grpc/grpc/compare/v1.65.0...v1.65.1) This is release gRPC Core 1.65.1 (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. ### [`v1.65.0`](https://github.com/grpc/grpc/releases/tag/v1.65.0) [Compare Source](https://github.com/grpc/grpc/compare/v1.64.1...v1.65.0) This is release gRPC Core 1.65.0 (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. This is release 1.65.0 ([gnarly](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 - \[OTPlugin] Per-channel OpenTelemetry plugin. ([#&#8203;36729](https://github.com/grpc/grpc/pull/36729)) - \[Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. ([#&#8203;36844](https://github.com/grpc/grpc/pull/36844)) - \[grpc]\[Gpr_To_Absl_Logging] Supporting verbosity flag. ([#&#8203;36798](https://github.com/grpc/grpc/pull/36798)) - \[build] Support clang-cl for Windows builds (best effort). ([#&#8203;36831](https://github.com/grpc/grpc/pull/36831)) - \[grpc]\[Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. ([#&#8203;36761](https://github.com/grpc/grpc/pull/36761)) - \[BoringSSL] Update third_party/boringssl-with-bazel. ([#&#8203;36716](https://github.com/grpc/grpc/pull/36716)) - \[http2] Add experiment to modify behavior of GRPC_ARG_HTTP2\_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. ([#&#8203;36374](https://github.com/grpc/grpc/pull/36374)) - \[xDS] fix "tls" channel cred in bootstrap to actually work. ([#&#8203;36726](https://github.com/grpc/grpc/pull/36726)) - \[StatsPlugin] Fix use-after-free issue. ([#&#8203;36664](https://github.com/grpc/grpc/pull/36664)) - \[EventEngine] Enable the EventEngine DNS Resolver on Windows. ([#&#8203;36286](https://github.com/grpc/grpc/pull/36286)) ## C++ - \[OTel] Generate pkg-config file for grpcpp_otel_plugin. ([#&#8203;36686](https://github.com/grpc/grpc/pull/36686)) - \[OTel] Add find_package call for OTel dependency in installed gRPC configuration. ([#&#8203;36674](https://github.com/grpc/grpc/pull/36674)) - \[OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. ([#&#8203;36567](https://github.com/grpc/grpc/pull/36567)) - \[security] Add notices for functions we will be removing. ([#&#8203;36488](https://github.com/grpc/grpc/pull/36488)) ## Objective-C - Replace bind() targets with alias() ones. ([#&#8203;35272](https://github.com/grpc/grpc/pull/35272)) ## Python - \[Python O11y] Implement CSM observability for Python. ([#&#8203;36557](https://github.com/grpc/grpc/pull/36557)) - \[Python AIO] Return EOF from UnaryStreamCall.read() as documented. ([#&#8203;36660](https://github.com/grpc/grpc/pull/36660)) - \[Python Otel] Deprecate target_attribute_filter. ([#&#8203;36697](https://github.com/grpc/grpc/pull/36697)) - \[Python Server] Remove abstractmethod notation for add_registered_method_handlers. ([#&#8203;36684](https://github.com/grpc/grpc/pull/36684)) ## Ruby - \[ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions ([#&#8203;36982](https://github.com/grpc/grpc/issues/36982))" to 1.65.x. ([#&#8203;37001](https://github.com/grpc/grpc/pull/37001)) - \[ruby] backport "\[ruby] improve the way completion queue pluck operations handle signals and process shutdown [#&#8203;36903](https://github.com/grpc/grpc/issues/36903)". ([#&#8203;36916](https://github.com/grpc/grpc/pull/36916)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-07-22 20:01:22 +05:30
renovate-bot added 1 commit 2024-07-22 20:01:22 +05:30
chore(deps): update dependency grpcio to v1.65.1
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
754d5299ea
realaravinth merged commit b3271d9458 into master 2024-07-22 20:13:33 +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#69
No description provided.