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.62.1 - autoclosed #656

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

grpc/grpc (grpcio)

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

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


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 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 renovate bot changed the title chore(deps): update dependency grpcio to v1.56.0 chore(deps): update dependency grpcio to v1.56.2 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch 2 times, most recently from acb1674 to 0fbd405 Compare July 25, 2023 06:50
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.56.2 chore(deps): update dependency grpcio to v1.57.0 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch 2 times, most recently from 41c1009 to ac9a6cc Compare August 12, 2023 15:36
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.57.0 chore(deps): update dependency grpcio to v1.58.0 Sep 7, 2023
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.58.0 chore(deps): update dependency grpcio to v1.59.0 Sep 29, 2023
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.59.0 chore(deps): update dependency grpcio to v1.59.2 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch 2 times, most recently from 7c69d9f to 9eb274e Compare November 4, 2023 17:32
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.59.2 chore(deps): update dependency grpcio to v1.59.3 Nov 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.59.3 chore(deps): update dependency grpcio to v1.60.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch 2 times, most recently from 02994eb to 8a9630c Compare December 23, 2023 14:29
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.60.0 chore(deps): update dependency grpcio to v1.60.1 Feb 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.60.1 chore(deps): update dependency grpcio to v1.62.0 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch 5 times, most recently from 0d392ef to f81a68f Compare March 8, 2024 19:00
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.62.0 chore(deps): update dependency grpcio to v1.62.1 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch 3 times, most recently from b5843b1 to d805b1e Compare March 30, 2024 12:38
@renovate renovate bot force-pushed the renovate/grpcio-1.x branch 3 times, most recently from 44bf9f6 to c8a25a4 Compare April 6, 2024 07:55
@renovate renovate bot changed the title chore(deps): update dependency grpcio to v1.62.1 chore(deps): update dependency grpcio to v1.62.1 - autoclosed Apr 17, 2024
@renovate renovate bot closed this Apr 17, 2024
@renovate renovate bot deleted the renovate/grpcio-1.x branch April 17, 2024 16:11
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