Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency grpcio to v1.68.1 - autoclosed #405

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
grpcio (source) ==1.63.0 -> ==1.68.1 age adoption passing confidence

Release Notes

grpc/grpc (grpcio)

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: grpc/grpc@v1.66.1...v1.66.2

v1.66.1

Compare Source

This is release gRPC Core 1.66.1 (gladiator).

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

This release contains refinements, improvements, and bug fixes.

Core

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.

v1.65.4

Compare Source

This is release gRPC Core 1.65.4 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

v1.65.2

Compare Source

This is release gRPC Core 1.65.2 (gnarly).

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

This release contains refinements, improvements, and bug fixes.

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)

v1.64.3

Compare Source

This is release gRPC Core 1.64.3 (grateful).

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

This release contains refinements, improvements, and bug fixes.

v1.64.1

Compare Source

This is release 1.64.1 (grateful) 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] Generate pkg-config file for grpcpp_otel_plugin (#​36686). (#​36722)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration (#​36674). (#​36688)

Python

  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers (v1.64.x backport). (#​36696)

v1.64.0

Compare Source

This is release 1.64.0 (grateful) 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. (#​36435)
  • [build] Restrict visibility of grpc_public_hdrs and grpc++_public_hdrs. (#​36289)
  • [Deps] Rollfoward Protobuf upgrade to v26.1. (#​36323)

C++

  • [CSM] Fix CSM Observability for trailers-only response. (#​36413)
  • [CSM] Remove requirement that servers have to be xDS enabled. (#​36410)

Python

  • [Asyncio] Semantic task names for RPC tasks. (#​36422)
  • [python/systemd] allow compiling systemd support into python builds. (#​36037)
  • [Python Otel] Remove opentelemetry version pin. (#​36448)
  • [Python Otel] Use registered method at server side. (#​36371)
  • [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools. (#​36230)

v1.63.2

Compare Source

This is release gRPC Core 1.63.2 (giggle).

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

This release contains refinements, improvements, and bug fixes.


Configuration

📅 Schedule: Branch creation - "after 4am and before 8am on saturday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.64.0 chore(deps): update dependency grpcio to v1.64.1 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from dc97a9f to 79a8c0c Compare June 3, 2024 21:52
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch 2 times, most recently from a0c37a7 to 159d7bb Compare July 4, 2024 01:06
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from 159d7bb to fa762cf Compare July 11, 2024 08:17
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.64.1 chore(deps): update dependency grpcio to v1.65.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from fa762cf to 090674e Compare July 12, 2024 13:59
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.65.0 chore(deps): update dependency grpcio to v1.64.1 Jul 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.64.1 chore(deps): update dependency grpcio to v1.65.1 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from 090674e to cc99c60 Compare July 18, 2024 10:00
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from cc99c60 to 095cbef Compare July 31, 2024 06:46
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.65.1 chore(deps): update dependency grpcio to v1.65.2 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from 095cbef to 7b59239 Compare August 2, 2024 20:06
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.65.2 chore(deps): update dependency grpcio to v1.65.4 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from 7b59239 to 5b87a53 Compare August 17, 2024 04:32
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.65.4 chore(deps): update dependency grpcio to v1.65.5 Aug 17, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from 5b87a53 to 211afc3 Compare August 22, 2024 20:35
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.65.5 chore(deps): update dependency grpcio to v1.66.0 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from 211afc3 to cf5d069 Compare August 28, 2024 21:59
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.66.0 chore(deps): update dependency grpcio to v1.66.1 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from cf5d069 to 079adb2 Compare September 28, 2024 15:50
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.66.1 chore(deps): update dependency grpcio to v1.66.2 Sep 28, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from 079adb2 to f299321 Compare October 16, 2024 09:35
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.66.2 chore(deps): update dependency grpcio to v1.67.0 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from f299321 to ec986a5 Compare October 29, 2024 06:31
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.67.0 chore(deps): update dependency grpcio to v1.67.1 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from ec986a5 to 1a4ef36 Compare November 16, 2024 01:59
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.67.1 chore(deps): update dependency grpcio to v1.68.0 Nov 16, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch from 1a4ef36 to 98db165 Compare December 2, 2024 08:31
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.68.0 chore(deps): update dependency grpcio to v1.68.1 Dec 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.68.1 chore(deps): update dependency grpcio to v1.68.1 - autoclosed Dec 12, 2024
@renovate renovate bot closed this Dec 12, 2024
@renovate renovate bot deleted the renovate/grpcio-1.x branch December 12, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants