Skip to content

Bump google.golang.org/grpc from 1.17.0 to 1.18.0#5

Merged
evenh merged 1 commit intomasterfrom
dependabot/dep/google.golang.org/grpc-1.18.0
Jan 22, 2019
Merged

Bump google.golang.org/grpc from 1.17.0 to 1.18.0#5
evenh merged 1 commit intomasterfrom
dependabot/dep/google.golang.org/grpc-1.18.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps google.golang.org/grpc from 1.17.0 to 1.18.0.

Release notes

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

Release 1.18.0

API Changes

  • client: deprecates FailFast & replaces its use by WaitForReady. (#2522)

Behavior Changes

  • client: make handshake required 'on' by default, not 'hybrid' (#2565)
    • See issue #2406 for more information

New Features

  • health: shutdown server to set NOT_SERVING and disallow future updates (#2513)
  • channelz: implement GetServer method (#2537)
  • health: resume health server (#2528)

Bug Fixes

  • client: report last connection error to RPCs via v1 balancer API (#2508)
  • grpclb: re-resolve when the stream to GRPCLB balancer fails (#2502)
  • client: do not expose trailer if client cancels RPC before receiving its status (#2554)
  • grpclb: filter out grpclb addresses if balancer in use is not grpclb (#2509)
  • channelz: respect max_results in listing methods (#2516)

Documentation

  • example: add echo proto (#2505)
  • example: load_balancing (#2504)
  • example: deadline (#2494)
  • example: compression (#2527)
  • example: interceptor (#2541)
  • example: errors (#2521)
  • example: authentication (#2531)
  • example: debugging (#2536)
  • example: encryption (#2524)
  • example: errors (#2534)
  • example: metadata (#2500)
  • example: wait_for_ready (#2503)
  • example: multiplex (#2477)
  • example: cancellation (#2525)
  • example: name_resolving (#2514)
Commits
  • a02b077 Change version to 1.18.0 (#2567)
  • 6cc789b client: make handshake required 'on' by default, not 'hybrid' (#2565)
  • 98a94b0 test: disable leakcheck after the first failure (#2563)
  • f647b6f grpctest: defer Teardown to guarantee it is run even after t.Fatal (#2562)
  • 9e7c146 Return nil trailer metadata, if the RPC's status is context canceled. (#2554)
  • 954fe27 benchmark: Unconstrained streaming benchmark (#2512)
  • bd0b3b2 grpctest: fix comments to be more readable (#2555)
  • 253dfbc internal: use -go option to target 1.9 (#2550)
  • b6f0a0f grpctest: add example to show how it is used (#2552)
  • 8fd063a channelz: Implement GetServer method for channelz (#2537)
  • 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 cancel merge will cancel a previously requested merge
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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.17.0 to 1.18.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.17.0...v1.18.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jan 17, 2019
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 17, 2019

Codecov Report

Merging #5 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   16.23%   16.23%           
=======================================
  Files           4        4           
  Lines         117      117           
=======================================
  Hits           19       19           
  Misses         98       98

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c583fcd...1089434. Read the comment docs.

@evenh evenh merged commit bfb976c into master Jan 22, 2019
@dependabot-preview dependabot-preview Bot deleted the dependabot/dep/google.golang.org/grpc-1.18.0 branch January 22, 2019 20:52
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.

2 participants