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 grpc-tools to ">= 1.60.0", "< 1.68.2" #1040

Closed

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
grpc-tools (source) "~> 1.60.0" -> ">= 1.60.0", "< 1.68.2" age adoption passing confidence

Release Notes

google/grpc (grpc-tools)

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.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.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.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.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.

v1.63.0

Compare Source

This is release 1.63.0 (giggle) 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

  • [Deps] Backport: Protobuf upgrade to v26.1. (#​36353)
  • [surface] Add an API to inject connected endpoints into servers. (#​35957)
  • [CMake] Add gRPC_USE_SYSTEMD option. (#​34384)
  • [Deps] Upgraded protobuf to v26.1. (#​35796)
  • [channel] canonify target and set channel arg in only one place. (#​36134)
  • [grpc][Gpr_To_Absl_Logging] Using absl from within gpr logging. (#​36108)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​36089)
  • [EventEngine] Document RunAfter can return an invalid handle for immediate execution. (#​36072)
  • [EventEngine] Enable the EventEngine DNS Resolver on Posix. (#​35573)
  • [EventEngine] Support AF_UNIX for windows. (#​34801)

C++

  • [OTel C++] Add APIs to enable/disable metrics. (#​36183)
  • [EventEngine] Refactor ServerCallbackCall to use EventEngine::Run. (#​36126)
  • [OTel C++] Add CMake build support. (#​36063)
  • gRPC C++ upgraded Protobuf to v26.1. (#​36323)
  • [OTel C++] Add experimental optional locality label available to client per-attempt metrics. (#​36254)
  • [OTel C++] Add API to set channel scope filter. (#​36189)

C#

  • [csharp] Fix csharp doc comments. (#​36000)
  • C#: Grpc.Tools: Handle regex timeout when parsing protoc output. (#​36185)

PHP

  • Update min PHP testing version from PHP 7.4 to 8.1. (#​35964)

Python

  • [Python Version] Drop support for Python 3.7. (#​34450)
  • [Python Aio] Change aio Metadata inheritance. (#​36214)
  • [Documentation] fix asyncio Server and Channel stop() method documentation. (#​35946)
  • [Python O11y] Change public interface. (#​36094)
  • [Python Stub] Add version check to stubs generated by grpcio_tools. (#​35906)
  • [AbortError] Reapply "[AbortError] And and check AbortError while abort". (#​34525)
  • [Build Reproducibility] Sort input file list. (#​35687)
  • [Python O11Y] Reapply registered method change. (#​35850)
  • [Python Modernization] Deprecate pkg_resources. (#​35849)
  • [Python Bazel] Allow overwriting grpc_library in python_rules.bzl. (#​35629)

Ruby

  • ruby: register grpc_rb_sStatus as a global variable. (#​36125)

v1.62.3

Compare Source

This is release gRPC Core 1.62.3 (guardian).

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

This release contains refinements, improvements, and bug fixes.

v1.62.0

Compare Source

This is release 1.62.0 (guardian) 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

  • [metadata] Allow non application/grpc content-type values. (#​35824)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​35768)
  • [GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. (#​35602)

Python

  • [Build] Strip armv7 artifacts. (#​35832)
  • [Python AIO] Handle DeprecationWarnings when get current loop. (#​35583)
  • [Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. (#​35376)
  • [Python O11y] Build and distrib O11y package. (#​35578)
  • [Python setuptools] Import error from distutils for lower version of setuptools. (#​35561)
  • [ruby] Fix use-after-free for post-fork channel recreation. (#​35488)

Ruby

  • [ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support. (#​35399)

v1.61.3

Compare Source

This is release gRPC Core 1.61.3 (grand).

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

This release contains refinements, improvements, and bug fixes.

v1.61.0

Compare Source

This is release 1.61.0 (grand) 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

  • [xDS] fix aggregate cluster design. (#​35313)
  • [SSA] change xds_override_host policy to manage subchannels based on last-used time rather than EDS health state. (#​35397)
  • [xDS] read connection idle timeout from CDS resource. (#​35395)
  • [xDS] move CDS and EDS watchers into xds resolver. (#​35011)
  • [alpn] Remove grpc-exp experimental ALPN protocol. (#​34876)
  • Updated zlib to 1.3. (#​35147)
  • [EventEngine] Clarify API: callback cancellation and thread safety. (#​35009)

C++

Python

  • [Python O11Y] Add _registered_method to init.py. (#​35482)
  • [Python Otel] Re-apply Otel. (#​35439)
  • [python O11Y] Implement OpenTelemetry. (#​35292)

Ruby

  • [ruby] backport "Build/test ruby 3.3 and build native gems with Ruby 3.3 support (#​35399)". (#​35614)

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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner February 2, 2024 22:59
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 2, 2024
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from a19ec6d to 73b658a Compare February 21, 2024 23:02
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.62" chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.62.1" Feb 21, 2024
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch 2 times, most recently from 10f542d to 05689c8 Compare May 1, 2024 18:32
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.62.1" chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.63.1" May 1, 2024
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from 05689c8 to 1f6c809 Compare May 13, 2024 18:51
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from 1f6c809 to 9c779fa Compare May 23, 2024 01:31
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.63.1" chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.64.1" May 23, 2024
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from 9c779fa to a7c0179 Compare July 2, 2024 23:13
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from a7c0179 to 0bc3745 Compare July 12, 2024 07:29
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.64.1" chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.65.1" Jul 12, 2024
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from 0bc3745 to ef8ad5a Compare July 17, 2024 07:20
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.65.1" chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.65.2" Jul 17, 2024
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from ef8ad5a to e86c8c1 Compare July 17, 2024 19:19
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from e86c8c1 to 9579e46 Compare July 27, 2024 02:12
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.65.2" chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.65.3" Jul 27, 2024
@dazuma dazuma added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Aug 7, 2024
@dazuma
Copy link
Member

dazuma commented Aug 7, 2024

Holding onto this for the moment, but we may need to do some testing before using a newer grpc-tools, since it uses protoc 4 which removes some compatibility code.

@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from 9579e46 to 98b4538 Compare August 13, 2024 14:57
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from 98b4538 to 6c33618 Compare August 27, 2024 01:24
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.65.3" chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.66.1" Aug 27, 2024
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from 6c33618 to b728db2 Compare August 28, 2024 08:28
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from b728db2 to c190600 Compare September 20, 2024 19:51
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.66.1" chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.67.1" Oct 8, 2024
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from c190600 to 7172444 Compare October 8, 2024 19:16
@renovate-bot renovate-bot force-pushed the renovate/grpc-tools-1.x branch from 7172444 to b998719 Compare December 4, 2024 01:10
@renovate-bot renovate-bot changed the title chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.67.1" chore(deps): update dependency grpc-tools to ">= 1.60.0", "< 1.68.2" Dec 4, 2024
@dazuma dazuma closed this Dec 26, 2024
Copy link

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (">= 1.60.0", "< 1.68.2"). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-bot renovate-bot deleted the renovate/grpc-tools-1.x branch December 26, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Indicates a pull request not ready for merge, due to either quality or timing. kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants