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

fix(deps): update dependency grpcio to v1.60.0 #165

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
grpcio (source) 1.59.3 -> 1.60.0 age adoption passing confidence

Release Notes

grpc/grpc (grpcio)

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)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 requested a review from a team as a code owner December 9, 2023 10:05
Copy link

codecov bot commented Dec 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0711cfc) 34.82% compared to head (60febdd) 34.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #165   +/-   ##
=======================================
  Coverage   34.82%   34.82%           
=======================================
  Files          27       27           
  Lines        1944     1944           
=======================================
  Hits          677      677           
  Misses       1267     1267           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@artek-koltun artek-koltun merged commit ae3f5a9 into main Dec 11, 2023
17 checks passed
@artek-koltun artek-koltun deleted the renovate/grpcio-1.x-lockfile branch December 11, 2023 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant