Bump google.golang.org/grpc from 1.51.0 to 1.52.3 #108

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/google.golang.org/grpc-1.52.3 into v3 2023-01-31 06:44:28 +03:00
dependabot[bot] commented 2023-01-26 03:07:47 +03:00 (Migrated from github.com)

Bumps google.golang.org/grpc from 1.51.0 to 1.52.3.

Release notes

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

Release 1.52.3

Bug Fixes

  • Fix user-agent version

Release 1.52.2

Bug Fixes

  • xds: fix panic involving double close of channel in xDS transport (#5959)

Release 1.52.1

Bug Fixes

  • grpclb: rename grpclbstate package back to state (#5963)

Release 1.52.0

New Features

  • xdsclient: log node ID with verbosity INFO (#5860)
  • ringhash: impose cap on max_ring_size to reduce possibility of OOMs (#5801)

Behavior Changes

  • client: return an error from Dial if an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs (#5732)

Bug Fixes

  • transport (net/http server handler): respond to bad HTTP requests with status 400 (Bad Request) instead of 500 (Internal Server Error). (#5804)
  • transport: Fixed closing a closed channel panic in handlePing (#5854)
  • server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (#5666)
  • transport: ensure value of :authority header matches server name used in TLS handshake when the latter is overridden by the name resolver (#5748)

Documentation

  • examples: add an example to illustrate the usage of stats handler (#5657)
  • examples: add new example to show updating metadata in interceptors (#5788)
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.


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)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.52.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.52.3</h2> <h1>Bug Fixes</h1> <ul> <li>Fix user-agent version</li> </ul> <h2>Release 1.52.2</h2> <h1>Bug Fixes</h1> <ul> <li>xds: fix panic involving double close of channel in xDS transport (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5959">#5959</a>)</li> </ul> <h2>Release 1.52.1</h2> <h1>Bug Fixes</h1> <ul> <li>grpclb: rename grpclbstate package back to state (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5963">#5963</a>)</li> </ul> <h2>Release 1.52.0</h2> <h1>New Features</h1> <ul> <li>xdsclient: log node ID with verbosity INFO (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5860">#5860</a>)</li> <li>ringhash: impose cap on <code>max_ring_size</code> to reduce possibility of OOMs (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5801">#5801</a>)</li> </ul> <h1>Behavior Changes</h1> <ul> <li>client: return an error from <code>Dial</code> if an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5732">#5732</a>) <ul> <li>Special Thanks: <a href="https://github.com/huangchong94"><code>@​huangchong94</code></a></li> </ul> </li> </ul> <h1>Bug Fixes</h1> <ul> <li>transport (net/http server handler): respond to bad HTTP requests with status 400 (Bad Request) instead of 500 (Internal Server Error). (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5804">#5804</a>) <ul> <li>Special Thanks: <a href="https://github.com/sjbarag"><code>@​sjbarag</code></a></li> </ul> </li> <li>transport: Fixed closing a closed channel panic in handlePing (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5854">#5854</a>)</li> <li>server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5666">#5666</a>) <ul> <li>Special Thanks: <a href="https://github.com/yiminc"><code>@​yiminc</code></a></li> </ul> </li> <li>transport: ensure value of <code>:authority</code> header matches server name used in TLS handshake when the latter is overridden by the name resolver (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5748">#5748</a>) <ul> <li>Special Thanks: <a href="https://github.com/holdno"><code>@​holdno</code></a></li> </ul> </li> </ul> <h1>Documentation</h1> <ul> <li>examples: add an example to illustrate the usage of stats handler (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5657">#5657</a>) <ul> <li>Special Thanks: <a href="https://github.com/Yash-Handa"><code>@​Yash-Handa</code></a></li> </ul> </li> <li>examples: add new example to show updating metadata in interceptors (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5788">#5788</a>) <ul> <li>Special Thanks: <a href="https://github.com/richzw"><code>@​richzw</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/fe39661ffe8a83227c5c40591f335176aa7e5153"><code>fe39661</code></a> Change version to 1.52.3 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5974">#5974</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/26ef99cd4be5c929248f480b2274d720211e7c0b"><code>26ef99c</code></a> Change version to 1.52.2 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5972">#5972</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/533d7fd8988cc28afb712d74aca753cd823a443d"><code>533d7fd</code></a> Cherrypick 5959: xds: fix panic involving double close of channel in xDS tran...</li> <li><a href="https://github.com/grpc/grpc-go/commit/4b6bc84664b85ac5843092471f48be95141a3e57"><code>4b6bc84</code></a> Change version to 1.52.2-dev (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5967">#5967</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/2b4813f8d7ce9f724d716be9cc69af645102af26"><code>2b4813f</code></a> Change version to 1.52.1 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5965">#5965</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/f7ecbb24e152e5d00f8a12976b65fe69b3907667"><code>f7ecbb2</code></a> Cherry pick: grpclb: rename <code>grpclbstate</code> package back to <code>state</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5962">#5962</a>) (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5">#5</a>...</li> <li><a href="https://github.com/grpc/grpc-go/commit/e593b4a4da85229e72d8dc9757b6e78bbce9e5e0"><code>e593b4a</code></a> xds interop: Fix buildscripts not continuing on a failed test suite (v1.52.x ...</li> <li><a href="https://github.com/grpc/grpc-go/commit/02d3b9b77a1c02368412e9995b323ba02ab157a0"><code>02d3b9b</code></a> Change version to 1.52.1-dev (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5871">#5871</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/ce56cefc0cc80503d7f8de1e1ec1af3cb741fbd7"><code>ce56cef</code></a> Change version to 1.52.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5870">#5870</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/a0e8eb9dc4111cd4d8dc52bc89cd733e5630fc0c"><code>a0e8eb9</code></a> test: rename race.go to race_test.go (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5869">#5869</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.51.0...v1.52.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.51.0&new-version=1.52.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) </details>
github-actions[bot] (Migrated from github.com) approved these changes 2023-01-30 04:38:18 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-broker-service#108
No description provided.