Skip to content

fix(deps): Update module google.golang.org/grpc to v1.50.1#334

Merged
kodiakhq[bot] merged 2 commits intomainfrom
renovate/google.golang.org-grpc-1.x
Nov 1, 2022
Merged

fix(deps): Update module google.golang.org/grpc to v1.50.1#334
kodiakhq[bot] merged 2 commits intomainfrom
renovate/google.golang.org-grpc-1.x

Conversation

@cq-bot
Copy link
Copy Markdown
Contributor

@cq-bot cq-bot commented Nov 1, 2022

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.49.0 -> v1.50.1

Release Notes

grpc/grpc-go

v1.50.1

Compare Source

New Features

  • gcp/observability: support new configuration defined in public preview user guide

v1.50.0

Compare Source

Behavior Changes

  • client: use proper "@​" semantics for connecting to abstract unix sockets. (#​5678)

    • This is technically a bug fix; the result is that the address was including a trailing NULL byte, which it should not have. This may break users creating the socket in Go by prefixing a NULL instead of an "@​", though, so calling it out as a behavior change.

New Features

  • metadata: add experimental ValueFromIncomingContext to more efficiently retrieve a single value (#​5596)
  • stats: provide peer information in HandleConn context (#​5589)
  • xds: add support for Outlier Detection, enabled by default (#​5435, #​5673)

Bug Fixes

  • client: fix deadlock in transport caused by GOAWAY racing with stream creation (#​5652)
    • This should only occur with an HTTP/2 server that does not follow best practices of an advisory GOAWAY (not a grpc-go server).
  • xds/xdsclient: fix a bug which was causing routes with cluster_specifier_plugin set to be NACKed when GRPC_EXPERIMENTAL_XDS_RLS_LB was off (#​5670)
  • xds/xdsclient: NACK cluster resource if config_source_specifier in lrs_server is not self (#​5613)
  • xds/ringhash: fix a bug which sometimes prevents the LB policy from retrying connection attempts (#​5601)
  • xds/ringhash: do nothing when asked to exit IDLE instead of falling back on the default channel behavior of connecting to all addresses (#​5614)
  • xds/rls: fix a bug which was causing the channel to be stuck in IDLE (#​5656)
  • alts: fix a bug which was setting WaitForReady on handshaker service RPCs, thereby delaying fallback when required (#​5620)
  • gcp/observability: fix End() to cleanup global state correctly (#​5623)

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@github-actions github-actions bot added the fix label Nov 1, 2022
@cq-bot cq-bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 0f3880c to feb7350 Compare November 1, 2022 03:03
@kodiakhq kodiakhq bot merged commit a24ce80 into main Nov 1, 2022
@kodiakhq kodiakhq bot deleted the renovate/google.golang.org-grpc-1.x branch November 1, 2022 03:05
kodiakhq bot pushed a commit that referenced this pull request Nov 1, 2022
🤖 I have created a release *beep* *boop*
---


## [0.13.17](v0.13.16...v0.13.17) (2022-11-01)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to c99f073 ([#324](#324)) ([c33c33d](c33c33d))
* **deps:** Update module github.com/getsentry/sentry-go to v0.14.0 ([#328](#328)) ([446447a](446447a))
* **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 to v2.0.0-rc.3 ([#325](#325)) ([da6e340](da6e340))
* **deps:** Update module github.com/spf13/cobra to v1.6.1 ([#329](#329)) ([ec583d2](ec583d2))
* **deps:** Update module github.com/stretchr/testify to v1.8.1 ([#327](#327)) ([f9904de](f9904de))
* **deps:** Update module golang.org/x/net to v0.1.0 ([#330](#330)) ([06e8426](06e8426))
* **deps:** Update module golang.org/x/sync to v0.1.0 ([#331](#331)) ([489d6b7](489d6b7))
* **deps:** Update module golang.org/x/text to v0.4.0 ([#332](#332)) ([314a172](314a172))
* **deps:** Update module google.golang.org/grpc to v1.50.1 ([#334](#334)) ([a24ce80](a24ce80))
* Try formatting timestamptz in a few formats ([#322](#322)) ([543638c](543638c))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants