Skip to content

build(deps): bump google.golang.org/grpc from 1.22.0 to 1.23.0#3942

Merged
melekes merged 5 commits intomasterfrom
dependabot/go_modules/google.golang.org/grpc-1.23.0
Sep 5, 2019
Merged

build(deps): bump google.golang.org/grpc from 1.22.0 to 1.23.0#3942
melekes merged 5 commits intomasterfrom
dependabot/go_modules/google.golang.org/grpc-1.23.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps google.golang.org/grpc from 1.22.0 to 1.23.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.23.0

Security

API Changes

  • xds: move code to a root level xds directory (#2950)

Behavior Changes

  • client: remove option to send RPCs before HTTP/2 handshake is completed (#2904)

New Features

  • grpclb: enable keepalive (#2918)
  • balancer: start populating weight by edsbalancer for weighted_round_robin (#2945)
  • wrr: add EDF implementation of weighted round robin. (#2957)
  • status: Implement *statusError.Is (#2868)

Performance Improvements

  • server: avoid an unnecessary allocation per-RPC for OK status (#2920)
  • server: avoid call to trace.FromContext and resulting allocations when tracing is disabled (#2926)
  • http2client: remove unnecessary allocations for header fields (#2925)
  • status: avoid allocations when returning an OK status (#2929)
  • server: avoid allocations related to tracking excessive pings (#2923)

Bug Fixes

  • transport: call Unlock in defer to avoid data race (#2953)
  • client: fix canceled vs deadline exceeded double-check logic (#2906)
  • grpclb: recreate SubConns when switching fallback in case credentials change (#2899)
  • server: populate WireLength on stats.InPayload for unary RPCs (#2932)
  • client: fix race between transport draining and new RPCs (#2919)
  • balancer: filter out grpclb addresses if balancer is not grpclb (#2907)

Documentation

... (truncated)
Commits
  • 6eaf6f4 Change version to 1.23.0 (#2972)
  • ee21c92 transport: block reading frames when too many transport control frames are qu...
  • ee87494 transport: fix race between header and RPC cancellation (#2947)
  • b8d2675 wrr: add EDF implementation of weighted round robin. (#2957)
  • a074ab2 internal: fix a typo. (#2964)
  • 36ddecc Move code out of balancer/xds. (#2950)
  • fde0cae stream: call stats handler if the attempt failed to get transport (#2962)
  • cd5357d Change Unlock to defer Unlock, to avoid data race (#2953)
  • 1f154c6 stream: fix panic caused by failing to get a transport for a retry attempt (#...
  • a2bdfb4 balancer: populate endpoint weight by edsbalancer for weighted_round_robin (#...
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.22.0...v1.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the T:dependencies Pull requests that update a dependency file label Sep 4, 2019
@dependabot-preview dependabot-preview bot requested a review from tessr September 4, 2019 10:27
@codecov-io
Copy link

codecov-io commented Sep 5, 2019

Codecov Report

Merging #3942 into master will decrease coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3942      +/-   ##
==========================================
- Coverage   66.92%   66.91%   -0.01%     
==========================================
  Files         219      219              
  Lines       18473    18457      -16     
==========================================
- Hits        12363    12351      -12     
+ Misses       5188     5184       -4     
  Partials      922      922
Impacted Files Coverage Δ
privval/signer_endpoint.go 81.33% <0%> (-2.67%) ⬇️
consensus/reactor.go 77.25% <0%> (-0.71%) ⬇️
privval/signer_server.go 95.65% <0%> (ø) ⬆️
blockchain/v2/schedule.go 67.42% <0%> (+0.41%) ⬆️
p2p/pex/pex_reactor.go 84.34% <0%> (+0.57%) ⬆️
rpc/client/httpclient.go 68.69% <0%> (+0.81%) ⬆️
blockchain/v0/reactor.go 78.77% <0%> (+0.94%) ⬆️

Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified

@melekes melekes merged commit e1e4ef4 into master Sep 5, 2019
@melekes melekes deleted the dependabot/go_modules/google.golang.org/grpc-1.23.0 branch September 5, 2019 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T:dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants