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 com_github_grpc_grpc to v1.64.0 #570

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
com_github_grpc_grpc http_archive minor v1.51.1 -> v1.64.0

Release Notes

grpc/grpc (com_github_grpc_grpc)

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

Compare Source

This is release gRPC Core 1.62.2 (guardian).

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

This release contains refinements, improvements, and bug fixes.

Python

Full Changelog: grpc/grpc@v1.62.1...v1.62.2

v1.62.1

Compare Source

This is release gRPC Core 1.62.1 (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.2

Compare Source

This is release gRPC Core 1.61.2 (grand).

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

This release contains refinements, improvements, and bug fixes.

v1.61.1

Compare Source

This is release gRPC Core 1.61.1 (grand).

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

This release contains refinements, improvements, and bug fixes.

Core

  • [Deps] Fix the issue with new Abseil #​35883

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)

v1.60.1

Compare Source

This is release gRPC Core 1.60.1 (gjallarhorn).

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

This release contains refinements, improvements, and bug fixes.

Python

  • [Python Misc] Revert change to print backtrace in server. (#​35462)

v1.60.0

Compare Source

This is release 1.60.0 (gjallarhorn) 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

  • Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var.
  • Dropped Bazel 5 support. (#​34813)
  • [deps] Upgrade protobuf version to v25.0. (#​34513)
  • [Security - Revocation] Crl Directory Watcher Implementation. (#​34749)
  • [server] Cap size of pending request queue with RealRequestMatcher. (#​34782)
  • [chttp2] Fix outgoing data stats. (#​34693)
  • [EventEngine] Enable Posix EventEngine Listener on all builds. (#​34748)
  • [EventEngine] Enable Windows EventEngine Listener on all builds. (#​34436)
  • [chttp2] Alternative protection for too many streams in the system. (#​34697)
  • [Proxy] Support for setting proxy for addresses. (#​34617)
  • [client idleness] client channels go idle after 30 minutes by default. (#​34653)
  • [chttp2] Add an experiment to separate liveness checks from ping timeouts. (#​34647)
  • [chttp2] Tarpit invalid requests. (#​34641)
  • [chttp2] Enforce settings acks. (#​34640)
  • [chttp2] Limit work per read cycle. (#​34639)
  • [chttp2] Limit request count before receiving settings ack. (#​34638)
  • [chttp2] Randomly ping on RST_STREAM. (#​34637)

C++

  • [xds] C++ XdsServerBuilder Remove src/... header dependency from public header. (#​34790)
  • [reflection] Add v1 reflection. (#​34535)

C#

  • [csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. (#​34521)

Ruby

  • [ruby] create debug symbol packages. (#​34632)

Python

  • [Bug Fix] Change return of grpc.aio.ServicerContext.code() from integer to grpc.StatusCode. (#​34292)

v1.59.4

Compare Source

This is release gRPC Core 1.59.4 (generative).

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

This release contains refinements, improvements, and bug fixes.

  • [Core] Add set min/max TLS version APIs to TLS credentials APIs. (#​34861)

v1.59.3

Compare Source

This is release gRPC Core 1.59.3 (generative).

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

This release contains refinements, improvements, and bug fixes.

Core

  • [Security - Revocation] Crl backport to 1.59. (#​34926)

v1.59.2

Compare Source

This is release 1.59.2 (generative) 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.59.1

Compare Source

This is release 1.59.1 (generative) 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.

C++

v1.59.0

Compare Source

This is release 1.59.0 (generative) 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

  • [Release] Bump core version 2023092. (#​34476)
  • [xds ssa] Remove environment variable protection for stateful affinity. (#​34435)
  • [windows DNS] Simplify c-ares Windows code. (#​33965)
  • [c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer. (#​34185)
  • [Deps] Adding upb as a submodule. (#​34199)
  • [EventEngine] Update Cancel contract on closure deletion timeline. (#​34167)

C#

Python

  • [Python 3.12] Support Python 3.12. (#​34398)
  • [Python 3.12] Deprecate distutil. (#​34186)

Ruby

  • [ruby] Fix linking errors on x86-darwin. (#​34134)
  • [Ruby] replace strdup with gpr_strdup. (#​34177)
  • [ruby] drop ruby 2.6 support. (#​34198)

v1.58.2

Compare Source

This is release 1.58.2 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.

C++

v1.58.1

Compare Source

This is release 1.58.1 (goku) of gRPC Core.

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

This release is primarily for gRPC C++ to support c-ares 1.14.

Core / C++

  • Reintroduced c-ares 1.14 or later support #​34314

v1.58.0

Compare Source

This is release 1.58.0 (goku) 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

  • gRPC 1.58 starts to require c-ares 1.18 or later.
  • [Deps] Update boringssl 2023082. (#​34115)
  • [pick_first] de-experiment pick first. (#​34054)
  • [build metadata] Bazel to "other build systems" improvements. (#​33803)
  • [Deps] Update abseil to 2023080. (#​33974)
  • [c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails. (#​33871)

C++

  • [docs] Document Alarm thread-safety guarantees. (#​34092)
  • Added OpenSSL 3.0 (LTS) support via custom CMake builds (the default is still BoringSSL)

Python

  • [Bazel] Enable grpcio-reflection to be used via Bazel. (#​31013)
  • [packaging] Publish xds-protos as part of the standard package pipeline. (#​33797)

Ruby

  • [ruby] update google auth to ~> 1.0. (#​34013)
  • [Ruby] set metadata_sent after call success. (#​33998)
  • [ruby] remove unnecessary background thread startup wait logic that interferes with forking. (#​33805)

v1.57.1

Compare Source

This is release 1.57.1 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.

C++

v1.57.0

Compare Source

This is release 1.57.0 (grounded) 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

  • [EventEngine] Change GetDNSResolver to return absl::StatusOr<std::unique_ptr<DNSResolver>>. (#​33744)
  • [deps] Remove libuv dependency. (#​33748)
  • [ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. (#​33638)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​33690)
  • [iomgr][EventEngine] Improve server handling of file descriptor exhaustion. (#​33656)
  • [ruby] experimental client side fork support. (#​33430)
  • [core] Add a channel argument to set DSCP on streams. (#​28322)
  • [xDS LB] xDS pick first support. (#​33540)
  • [tls] Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. (#​33558)
  • [EventEngine] Simplify EventEngine::DNSResolver API. (#​33459)
  • [iomgr][Windows] Return proper error code to client when connection is reset. (#​33502)
  • [fork] simplify Fork::SetResetChildPollingEngineFunc to fix nested forking. (#​33495)
  • [lb pick_first] Enable random shuffling of address list. (#​33254)
  • [HTTP2] Fix inconsistencies in keepalive configuration. (#​33428)
  • [c-ares] Upgrade c-ares dependency to 1.19.1. (#​33392)
  • [Rls] de-experimentalize RLS in XDS. (#​33290)

C++

C#

  • [csharp] Include correct build of Grpc.Tools in nightly packages. (#​33595)
  • [csharp] reintroduce base_namespace experimental option to C# (with a patch). (#​33535)

Objective-C

  • [Protobuf] Upgrade third_party/protobuf to 23.4. (#​33695)

Python

  • [posix] Enable systemd sockets for libsystemd>=233. (#​32671)
  • [python O11Y] Initial Implementation. (#​32974)

Ruby

  • [ruby] experimental client side fork support (#​33430)
  • [ruby] backport "[ruby] remove unnecessary background thread startup wait logic that interferes with forking #​33805" to v1.57.x. (#​33846)
  • [Ruby] remove manual strip in ruby ext conf. (#​33641)
  • [ruby] simplify shutdown; remove unnecessary attempts at grpc_shutdown. (#​33674)
  • [ruby] Add -weak_framework CoreFoundation to link line. (#​33538)
  • [Ruby] Fix memory leak in grpc_rb_call_run_batch. (#​33368)
  • [Ruby] Fix memory leak in grpc_rb_server_request_call. (#​33371)

v1.56.4

Compare Source

This is release gRPC Core 1.56.4 (galvanized).

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

This release contains refinements, improvements, and bug fixes.

  • [Core] Add set min/max TLS version APIs to TLS credentials APIs. (#​34861)

v1.56.3

Compare Source

This is release 1.56.3 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.

C++

v1.56.2

Compare Source

This is release gRPC Core 1.56.2 (galvanized).

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

This release contains refinements, improvements, and bug fixes.

Core

  • [WRR] backport (#​33694) to 1.56 (#​33698)

  • [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion (#​33667)

v1.56.1

Compare Source

This is release 1.56.1 (galvanized) 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

  • [tls] Backport - Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. (#​33583)

v1.56.0

Compare Source

This is release 1.56.0 (galvanized) 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-ares] Backport "[c-ares] Upgrade c-ares dependency to 1.19.1 (#​33392)" to v1.56.x. (#​33411)
  • [Rls] Backport "[Rls] de-experimentalize RLS in XDS (#​33290)" to v1.56.x. (#​33330)
  • [core] Add support for vsock transport. (#​32847)
  • [JSON] fix bug that incorrectly allowed trailing commas after an empty container. (#​33158)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​33150)
  • [outlier detection] fix crash with pick_first and add tests. (#​33069)
  • [EventEngine] Change TXT lookup result type to std::vector<std::string>. (#​33030)
  • [Build] Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only. (#​32988)
  • [EventEngine] Update contract for Listener's on_shutdown execution. (#​33003)
  • [Documentation] Update docs for TryCancel() on ServerContext. (#​32889)
  • [Compiler Fix] Bring declarations and definitions to be in sync. (#​32911)

C++

C#

  • [CSHARP] Add base_namespace experimental option to C# plugin. (#​32636)
  • [csharp proto plugin] Apply Obsolete attribute to deprecated services and methods in C# generated code. (#​32414)

Objective-C

  • [Deps] Upgrade Protobuf to v23.1. (#​33164)

Python

  • [aio types] Fix some grpc.aio python types. (#​32475)

Ruby

  • [ruby] fix re2 compilation when older system version installed. (#​32580)

v1.55.4

Compare Source

This is release 1.55.4 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.

C++

v1.55.3

Compare Source

This is release 1.55.3 (grandslam) 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

v1.55.1

Compare Source

This is release 1.55.1 (grandslam) 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.

Python

v1.55.0

Compare Source

This is release 1.55.0 (grandslam) 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

  • [Compiler Fix] Backport - Bring declarations and definitions to be in sync (#​32911). (#​32915)
  • [XDS] Revert "Revert "XDS: enable XDS federation by default (#​32711)" (#​32814). (#​32902)
  • [cleanup] Remove public_headers_must_be_c89 test. (#​32898)
  • [tcp] Add channel argument for SO_RVCBUF size. (#​32887)
  • [xds] Remove variable protection from custom LB policies. (#​32888)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​32868)
  • [protobuf] Upgrade third_party/protobuf to 22.x. (#​32606)
  • [HTTP Proxy] Support CIDR blocks in no_proxy config. (#​31119)

All wrapped languages

  • [Deps] Backport-1.55: Upgrade Protobuf to v23.1. (#​33165)

C++

  • [Build] Backport-1.55: Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only. (#​33018)
    • FindProtobuf doesn’t work with Protobuf v22 and later so gRPC stops giving an option to choose a search mode when finding a Protobuf Package, expecting Protobuf is installed using CMake.

Ruby

  • [Ruby] rubify type names start with lower case or non-alpha characters. (#​32604)

v1.54.3

Compare Source

This is release 1.54.3 (gracious) 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.54.2

Compare Source

This is release gRPC Core 1.54.2 (gracious).

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

This release contains refinements, improvements, and bug fixes.

v1.54.1

Compare Source

This is release 1.54.1 (gracious) of gRPC Core.

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

This release is a C++-only patch to fix the following C++ compile issue.

C++

  • [Compiler Fix] Backport - Bring declarations and definitions to be in sync (#​32911) #​32916

v1.54.0

Compare Source

This is release 1.54.0 (gracious) 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

  • Per Foundational C++ Support, gRPC dropped Visual Studio 2017 support, the minimum version of Visual Studio that gRPC supports is 2019.
  • XDS: enable XDS federation by default. (#​32711)
  • [EventEngine] Add EventEngine::*Handle equality operators. (#​32695)
  • TlsCreds: Support revocation of intermediate in chain. (#​32544)
  • [config] Move global config alongside core configuration. (#​30788)
  • feat: Auth lib: Remove 3PI config url validation. (#​32450)

C++

  • Upgrade abseil to 2023012.2. (#​32733)
  • Update minimum MSVC version to 2019. (#​32614)
  • [GcpObservability C++] Backport: De-experimentalize API (#​32715). (#​32813)
    • The GCP Observability API provides users with a simple way to export logging, tracing, and metrics to Google Cloud Operations. For more information, please see this blog post.
  • OpenCensus: Fix round_trip time. (#​32694)
  • Update OpenCensus to HEAD (5501a1a). (#​32687)
  • OpenCensus: Add annotations for messages. (#​32646)

PHP

  • Use correct namespace for checking if the isDefaultRootsPemSet method exists. (#​31580)

Python

  • Fix DeprecationWarning when calling asyncio.get_event_loop(). (#​32533)
  • Remove references to deprecated syntax field. (#​32497)

v1.53.2

Compare Source

This is release gRPC Core 1.53.2 (glockenspiel).

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

This release contains refinements, improvements, and bug fixes.

Core

v1.53.1

Compare Source

This is release gRPC Core 1.53.1 (glockenspiel).

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

This release contains refinements, improvements, and bug fixes.

v1.53.0

Compare Source

This is release 1.53.0 (glockenspiel) 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 crash when removing the last endpoint from the last locality in weighted_target. (#​32592)
  • filter stack: pass peer name up via recv_initial_metadata batch. (#​31933)
  • [EventEngine] Add advice against blocking work in callbacks. (#​32397)
  • [http2] Dont drop connections on metadata limit exceeded. (#​32309)
  • xDS: reject aggregate cluster with empty cluster list. (#​32238)
  • Fix Python epoll1 Fork Support. (#​32196)
  • server: introduce ServerMetricRecorder API and move per-call reporting from a C++ interceptor to a C-core filter. (#​32106)
  • [EventEngine] Add invalid handle types to the public API. (#​32202)
  • [EventEngine] Refactoring the EventEngine Test Suite: Part 1. (#​32127)
  • xDS: fix WeightedClusters total weight handling. (#​32134)

C++

  • Update minimum MSVC version to 2019. (#​32615)
  • Use CMake variables for paths in pkg-config files. (#​31671)

C#

  • Grpc.Tools: Use x86 protoc binaries on arm64 Windows. (#​32017)

Python

Ruby

  • [ruby]: add pre-compiled binaries for ruby 3.2; drop them for ruby 2.6. (#​32089)

v1.52.2

Compare Source

This is release gRPC Core 1.52.2 (gribkoff).

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

This release contains refinements, improvements, and bug fixes.

v1.52.1

Compare Source

This is release 1.52.1 (gribkoff) 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.52.0

Compare Source

This is release 1.52.0 (gribkoff) 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

  • [༺ EventEngine ༻] Specify requirements for Run* immediate execution. (#​32028)
  • Tracing: Add annotations for when call is removed from resolver result queue and lb pick queue. (#​31913)
  • ring_hash LB: cap ring size to 4096 with channel arg to override. (#​31692)

C++

  • Cmake add separate export for plugin targets. (#​31525)

C#

  • Add internal documentation for Grpc.Tools MSBuild integration. (#​31784)

Python

  • Change Aio abort() function return type to NoReturn. (#​31984)
  • Change the annotated return type of UnaryStreamCall and StreamStreamCall from AsyncIterable to AsyncIterator. (#​31906)
  • Build native MacOS arm64 artifacts (universal2). (#​31747)
  • Respect CC variable in grpcio python build. (#​26480)
  • Revert "Build with System OpenSSL on Mac OS arm64 (#​31096)". (#​31741)

Ruby

  • Backport "[ruby]: add pre-compiled binaries for ruby 3.2; drop them for ruby 2.6 #​32089" to v1.52.x. (#​32157)
  • remove some default allocators. (#​30434)
  • Fix Ruby build errors in 3.2.0 on Apple M1. (#​31997)
  • [Ruby] build: make exported symbol files platform-specific. (#​31970)

v1.51.3

Compare Source

This is release gRPC Core 1.51.3 (galaxy).

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

This release is a Python-only patch to release universal2 Mac OS artifacts compatible with both x86 and arm64.

Python

  • Backport of #​31747 to v1.51.x (Build native MacOS arm64 artifacts (universal2)) (#​32424)

v1.51.2

Compare Source

This is release gRPC Core 1.51.2 (galaxy).

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

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

Core


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 Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners February 3, 2023 23:33
@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label Feb 3, 2023
@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 3, 2023
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 4, 2023
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.52.0 chore(deps): update dependency com_github_grpc_grpc to v1.52.1 Feb 15, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 3c593c5 to f9e05d0 Compare February 26, 2023 08:42
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.52.1 chore(deps): update dependency com_github_grpc_grpc to v1.53.0 Mar 22, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from f9e05d0 to a8ef352 Compare March 22, 2023 22:56
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.53.0 chore(deps): update dependency com_github_grpc_grpc to v1.54.0 Apr 13, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from a8ef352 to ac24c56 Compare April 13, 2023 02:22
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.54.0 chore(deps): update dependency com_github_grpc_grpc to v1.54.1 May 2, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from ac24c56 to 4affed1 Compare May 2, 2023 04:10
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.54.1 chore(deps): update dependency com_github_grpc_grpc to v1.54.2 May 10, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 4affed1 to c82789c Compare May 10, 2023 20:04
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.54.2 chore(deps): update dependency com_github_grpc_grpc to v1.55.0 May 19, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from c82789c to 794cab1 Compare May 19, 2023 08:38
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.55.0 chore(deps): update dependency com_github_grpc_grpc to v1.55.1 Jun 2, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 794cab1 to 27b8e22 Compare June 2, 2023 07:24
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.55.1 chore(deps): update dependency com_github_grpc_grpc to v1.56.0 Jun 15, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 27b8e22 to 334be88 Compare June 15, 2023 02:31
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.56.0 chore(deps): update dependency com_github_grpc_grpc to v1.56.1 Jul 11, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch 2 times, most recently from e58b409 to 6c8ab98 Compare July 14, 2023 22:26
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.56.1 chore(deps): update dependency com_github_grpc_grpc to v1.56.2 Jul 14, 2023
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.56.2 chore(deps): update dependency com_github_grpc_grpc to v1.57.0 Aug 9, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 6c8ab98 to 42c9ec2 Compare August 9, 2023 02:18
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.57.0 chore(deps): update dependency com_github_grpc_grpc to v1.58.0 Sep 6, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 42c9ec2 to b657e98 Compare September 6, 2023 22:41
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.58.0 chore(deps): update dependency com_github_grpc_grpc to v1.58.1 Sep 13, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from b657e98 to cdc87f8 Compare September 13, 2023 21:49
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.58.1 chore(deps): update dependency com_github_grpc_grpc to v1.59.0 Sep 29, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from cdc87f8 to 5a6be8c Compare September 29, 2023 19:12
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.59.0 chore(deps): update dependency com_github_grpc_grpc to v1.59.1 Oct 7, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 5a6be8c to c10b3c8 Compare October 7, 2023 02:42
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.59.1 chore(deps): update dependency com_github_grpc_grpc to v1.59.2 Oct 31, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from c10b3c8 to 31a059a Compare October 31, 2023 01:13
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.59.2 chore(deps): update dependency com_github_grpc_grpc to v1.59.3 Nov 17, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 31a059a to ec8ee01 Compare November 17, 2023 19:54
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.59.3 chore(deps): update dependency com_github_grpc_grpc to v1.60.0 Nov 29, 2023
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from ec8ee01 to 5b94b34 Compare November 29, 2023 00:51
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 5b94b34 to b7eb75a Compare December 6, 2023 18:17
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from b7eb75a to b82d294 Compare January 31, 2024 22:11
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.60.0 chore(deps): update dependency com_github_grpc_grpc to v1.61.0 Jan 31, 2024
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from b82d294 to 5803e47 Compare February 13, 2024 00:58
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.61.0 chore(deps): update dependency com_github_grpc_grpc to v1.61.1 Feb 13, 2024
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 5803e47 to d5e1a3c Compare February 21, 2024 00:10
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.61.1 chore(deps): update dependency com_github_grpc_grpc to v1.62.0 Feb 21, 2024
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from d5e1a3c to 985e6a3 Compare March 8, 2024 18:25
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.62.0 chore(deps): update dependency com_github_grpc_grpc to v1.62.1 Mar 8, 2024
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 985e6a3 to 2111f36 Compare April 17, 2024 19:58
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.62.1 chore(deps): update dependency com_github_grpc_grpc to v1.62.2 Apr 17, 2024
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 2111f36 to 23c0d71 Compare April 27, 2024 00:40
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.62.2 chore(deps): update dependency com_github_grpc_grpc to v1.63.0 Apr 27, 2024
@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 23c0d71 to b1ba5ba Compare May 17, 2024 02:37
@renovate-bot renovate-bot changed the title chore(deps): update dependency com_github_grpc_grpc to v1.63.0 chore(deps): update dependency com_github_grpc_grpc to v1.64.0 May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

1 participant