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

Bump Grpc from 1.19.0 to 1.21.0 in /GrpcHost#5

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/GrpcHost/Grpc-1.21.0
Closed

Bump Grpc from 1.19.0 to 1.21.0 in /GrpcHost#5
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/GrpcHost/Grpc-1.21.0

Conversation

@dependabot-preview
Copy link

Bumps Grpc from 1.19.0 to 1.21.0.

Release notes

Sourced from Grpc's releases.

Release v1.21.0

Note: gRPC Python pkgs for this release are not available due to the issue https://github-redirect.dependabot.com/grpc/grpc/pull/19105. We will soon be releasing 1.21.1 patch to address this issue.

This is the 1.21.0 release (gandalf) 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.

Note: gRPC Python packages are now marked as deprecated for Python 2.7. See the previous announcement here. Python 2.7 support will be removed on January 1, 2020.

Core

  • Service Config Changes to set channel in transient failure on invalid service config. (#18946)
  • Add a backup poller to c-ares resolver to take better advantage of c-ares query timeout/retry logic. (#17688)
  • Pass WSA_FLAG_NO_HANDLE_INHERIT flag to the WSASocketA() to avoid handle leaking on the Windows in case of using CreateProcess() on the server. (#18060)
  • Add fallback-at-startup into xds. (#18665)
  • Retire the GRPC_ARENA_INIT_STRATEGY env variable. (#18797)
  • Fix gevent segfault with C-Ares as DNS resolver. (#18547)
  • Explicitly call getsockname after accept for unix sockets to get the sun_path. (#18556)
  • RBE Windows c-core build. (#18546)
  • Loosen the dependency on the googleapis-common-protos-types gem. (#18635)
  • pick_first: don't go into TRANSIENT_FAILURE upon empty update when in IDLE. (#18598)
  • Add guard to the tv_nsec field of gpr_now return value. (#18601)
  • Re-enable ALPN check in gRPC C core SSL stack. (#18563)

C++

  • Global config variables migration. (#18931)
  • Make cc_grpc_library compatible with native proto_library and cc_proto_library rules. (#18955)
  • Add alarm in callback streaming test. (#18858)
  • Make C++ Channel Interceptors work for lame channels. (#18630)

C#

  • Support slice-by-slice deserialization (allow accessing payload as ReadOnlySequence when on netstandard2.0). (#18865)
  • Add VS integration for design time build of C# projects. (#18678)
  • Migrate interceptor types for server-side interceptors to Grpc.Core.Api. (#18914)
  • Add info about C# nightly nuget feed. (#18876)
  • Upload C# nightly nugets to Artifactory dev nuget feed. (#18871)
  • Migrate client API types to Grpc.Core.Api. (#18532)
  • Make CallCredentials implementation agnostic (prepare for move to Grpc.Core.Api). (#18652)
  • Add BindServiceAttribute. (#18484)
  • Provide access to verify_peer_callback from C# (take two). (#18591)

Node

... (truncated)
Changelog

Sourced from Grpc's changelog.

v1.19.0 |Feb 12, 2019 |Feb 26, 2019
v1.20.0 |Mar 26, 2019 |Apr 9, 2019
v1.21.0 |May 7, 2019 |May 21, 2019
v1.22.0 |Jun 18, 2019 |Jul 2, 2019
v1.23.0 |Jul 30, 2019 |Aug 13, 2019
v1.24.0 |Sept 10, 2019 |Sept 24, 2019
v1.25.0 |Oct 22, 2019 |Nov 5, 2019
v1.26.0 |Dec 3, 2019 |Dec 17, 2019

Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [Grpc](https://github.com/grpc/grpc) from 1.19.0 to 1.21.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.19.0...v1.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 27, 2019
@dependabot-preview
Copy link
Author

Superseded by #13.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/GrpcHost/Grpc-1.21.0 branch July 4, 2019 05:09
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.

0 participants