Skip to content

Commit

Permalink
Merge #2786
Browse files Browse the repository at this point in the history
2786: chore(deps): bump google.golang.org/grpc from 1.21.1 to 1.22.0 in /clients/go r=menski a=dependabot-preview[bot]

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.21.1 to 1.22.0.
<details>
<summary>Release notes</summary>

*Sourced from [google.golang.org/grpc's releases](https://github.com/grpc/grpc-go/releases).*

> ## Release 1.22.0
> # New Features
> 
>  * balancer/resolver: add loadBalancingConfig and pre-parsing support ([#2732](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2732))
> 
> # Performance Improvements
> 
>  * transport: share recv buffers ([#2813](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2813))
>  * Remove call to proto.Clone() in http2Server.WriteStatus. ([#2842](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2842))
> 
> # Bug Fixes
> 
>  * balancer: stop using picker from old balancer when switching balancers ([#2833](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2833))
>  * server: fix race causing streams to be terminated by GracefulStop ([#2857](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2857))
>  * grpclb: only force update picker when cache is used ([#2843](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2843))
>  * metadata: write original md before appended md ([#2879](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2879))
>    - Special Thanks: [@&#8203;elvizlai](https://github.com/elvizlai)
>  * transport: fix bug leading to hang when invalid headers are received ([#2818](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2818))
>  * client: don't reset backoff if updating addresses while in TransientFailure ([#2740](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2740))
> 
> # Documentation
> 
>  * examples: note about ALTS special access permission on GCP ([#2846](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2846))
</details>
<details>
<summary>Commits</summary>

- [`1d89a3c`](grpc/grpc-go@1d89a3c) Change version to 1.22.0 ([#2890](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2890))
- [`73b304d`](grpc/grpc-go@73b304d) xds: bazel proto gen code generation scripts ([#2775](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2775))
- [`95da23b`](grpc/grpc-go@95da23b) xds: load report for server loads (from trailer) ([#2870](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2870))
- [`5caf962`](grpc/grpc-go@5caf962) client: addrConn NewStream and health check cleanup ([#2848](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2848))
- [`915d20d`](grpc/grpc-go@915d20d) grpc: change type of Server.conns
- [`7472edc`](grpc/grpc-go@7472edc) metadata: write original md before appended md ([#2879](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2879))
- [`70e8b38`](grpc/grpc-go@70e8b38) test: end2end test improvements separate server and client configs. ([#2877](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2877))
- [`e8b58ff`](grpc/grpc-go@e8b58ff) [xds_ignore_weight_0_localities] xds: ignore localities with weight 0 ([#2875](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2875))
- [`43c0599`](grpc/grpc-go@43c0599) test: fix flaky grpclb TestDropRequest ([#2865](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2865))
- [`ecb921d`](grpc/grpc-go@ecb921d) test: end2end test cleanup http handler server ([#2876](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2876))
- Additional commits viewable in [compare view](grpc/grpc-go@v1.21.1...v1.22.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=dep&previous-version=1.21.1&new-version=1.22.0)](https://dependabot.com/compatibility-score.html?dependency-name=google.golang.org/grpc&package-manager=dep&previous-version=1.21.1&new-version=1.22.0)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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). To ignore the version in this PR you can just close it
- `@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](https://app.dependabot.com):
- 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.

</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors[bot] and dependabot-preview[bot] committed Jul 8, 2019
2 parents a0dddbb + 960db09 commit 8083346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions clients/go/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/go/Gopkg.toml
Expand Up @@ -35,7 +35,7 @@ required = [

[[constraint]]
name = "google.golang.org/grpc"
version = "=1.21.1"
version = "=1.22.0"

[[constraint]]
name = "github.com/golang/mock"
Expand Down

0 comments on commit 8083346

Please sign in to comment.