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

Bump grpcio from 1.56.2 to 1.57.0 #95

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps grpcio from 1.56.2 to 1.57.0.

Release notes

Sourced from grpcio's releases.

Release v1.57.0

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

  • [otel] Add bazel dependency. (#33548)

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)

... (truncated)

Commits
  • a616401 [Release] Bump version to 1.57.0 (on v1.57.x branch) (#34008)
  • 5305347 [v1.57.x][Interop] Backport Python image update (#33868)
  • dfae18f [ruby] backport "[ruby] remove unnecessary background thread startup wait log...
  • c1285fe [backport][test] Run PHP distribtests with make -j8 (#33831) (#33834)
  • 74d8f5c [Release] Bump version to 1.57.0-pre1 (on v1.57.x branch) (#33826)
  • 1e904e8 [PSM Interop] Legacy tests: fix xDS test client build (v1.57.x backport) (#33...
  • 19ca737 [Release] Bump core version to 34.0.0 for upcoming release (#33800)
  • abdeffc [test] Run PHP distribtests with -j 2 instead of 4 (#33795)
  • ef770e5 [promises] Promise based filter needs to set context before finalization (#33...
  • 3d9f2d8 [ruby] improve possible error message in postfork parent (#33791)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2023
@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Merging #95 (4c45542) into main (41b4493) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #95   +/-   ##
=======================================
  Coverage   98.28%   98.28%           
=======================================
  Files          11       11           
  Lines         643      643           
  Branches      110      110           
=======================================
  Hits          632      632           
  Misses          2        2           
  Partials        9        9           

@andriykohut
Copy link
Owner

@dependabot rebase

Bumps [grpcio](https://github.com/grpc/grpc) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.56.2...v1.57.0)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/grpcio-1.57.0 branch from e468df4 to 4c45542 Compare August 15, 2023 12:41
@andriykohut andriykohut merged commit 62c724d into main Aug 15, 2023
5 checks passed
@andriykohut andriykohut deleted the dependabot/pip/grpcio-1.57.0 branch August 15, 2023 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant