Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Bump grpcio from 1.14.1 to 1.30.0 #23

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

Conversation

dependabot-preview[bot]
Copy link

Bumps grpcio from 1.14.1 to 1.30.0.

Release notes

Sourced from grpcio's releases.

Release v1.30.0

This is the 1.30.0 release (gradius) of gRPC Core.

Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

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

Core

  • This release adds an xDS URI scheme called xds. This is the stable version of the scheme xds-experimental that was introduced in v1.28.0. xds-experimental scheme will be removed in subsequent releases so you must switch to xds scheme instead. xds scheme is a client side implementation of xDSv2 APIs. This allows a gRPC client written in C++, Python, Ruby, PHP and C# to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching, default path (“” or “/”) matching and cluster route action are supported. The features supported in a given release are documented here.
  • Remove unnamed typedef structs in src/core. (#23082)
  • Support xDS via both xds and xds-experimental URI schemes. (#23105)
  • Fix sorting of gRPCLB addresses when resolved via DNS. (#23086)
  • Support local creds in grpc_cli. (#23037)
  • Add some additional delay when sending pings without there being activity on receive side. (#22932)
  • Added GRPC_TSAN_SUPPRESSED and GRPC_ASAN_SUPPRESSED. (#22325)
  • Fail decompression when the gzip trailer is missing. (#22929)
  • Include source address in tcp posix async connect errors. (#22802)
  • Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies. (#22901)
  • Add GRPC_ARG_HTTP_PROXY channel argument. (#20866)
  • Include the query type and name in all c-ares DNS error messages. (#22865)
  • Include the destination address in synchronous TCP connect errors. (#22868)
  • Use aligned calculation to determine transport stream from call data. (#22730)
  • Fixing bug with END_STREAM if header has continuations. (#22626)
  • Fail writes when End of stream has been received. (#22668)

C++

  • Fix missing include for std::string. (#23032)
  • Don't override cmake cxx standard when already set by the user. (#22976)
  • Grpc.Tools: Fix cpp paths in tools to match actual codegen. (#22113)
  • TlsCredentialsOption API optimization. (#22873)
  • Fixed MinGW 7.3.0 shared library compile and link issues. (#21720)
  • Fix interceptor batch method FailHijackedRecvMessage for async APIs. (#22746)

C#

  • Reintroduce "C# expose C-core's debug error string in Status struct". (#23148)
  • Fix C++ cleanup in Grpc.Tools. (#22895)
  • C# expose C-core's debug error string in Status struct. (#22891)
  • Fix properties in Grpc.Tools. (#22896)
  • C#: add SkipGrpcNativeLibs flag (in Grpc.Core.targets). (#22894)
  • Add helper methods for getting metadata values. (#22743)

Objective-C

Changelog

Sourced from grpcio's changelog.

v1.30.0 |May 19, 2020 |Jun 2, 2020 v1.31.0 |Jul 14, 2020 |Jul 28, 2020 v1.32.0 |Aug 25, 2020 |Sep 8, 2020 v1.33.0 |Oct 6, 2020 |Oct 20, 2020 v1.34.0 |Nov 17, 2020 |Dec 1, 2020 v1.35.0 |Dec 29, 2020 |Jan 12, 2021 v1.36.0 |Feb 9 26, 2021 |Feb 23, 2021

Commits
  • 9655f1f Merge pull request #23266 from srini100/v1.30.x
  • 8102ee8 Merge pull request #23264 from lidizheng/v1.30.x-patch
  • d1c4118 Regenerate projects
  • a4e8cf0 Bump version to 1.30.0
  • 281f80a Install rsa==4.0 to avoid the egg cache race issue
  • a5d2f71 Trust google-auth library will handle their dependency properly
  • bb235dd Merge pull request #23186 from apolcyn/upmerge_source_only_to_1_30x
  • a738c1f Merge pull request #23250 from ericgribkoff/backport_gentle_failover
  • 055569d Merge pull request #23248 from ericgribkoff/use_grpc_health_check
  • c7e0d32 Merge pull request #23206 from ericgribkoff/dynamic_server_health
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@cla-bot
Copy link

cla-bot bot commented Jul 21, 2020

Thanks for your pull request. Before we proceed, you"ll need to sign a Contributor License Agreement - https://docs.google.com/document/d/1Wj255zTFkO0XpC7piChAa0yd96KCEqXf4Qa3e87F5UA. Please send the signed copy to [email protected] to proceed with the patch review.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants