Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module google.golang.org/grpc to v1.53.0 #10

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.51.0 -> v1.53.0

Release Notes

grpc/grpc-go

v1.53.0: Release 1.53.0

Compare Source

API Changes

  • balancer: support injection of per-call metadata from LB policies (#​5853)
  • resolver: remove deprecated field resolver.Target.Endpoint and replace with resolver.Target.Endpoint() (#​5852)

New Features

  • xds/ringhash: introduce GRPC_RING_HASH_CAP environment variable to override the maximum ring size. (#​5884)
  • rls: propagate headers received in RLS response to backends (#​5883)

Bug Fixes

  • transport: drain client transport when streamID approaches MaxStreamID (#​5889)
  • server: after GracefulStop, ensure connections are closed when final RPC completes (#​5968)
  • server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors (#​5893)
  • xdsclient: fix race which can happen when multiple load reporting calls are made at the same time. (#​5927)
  • rls: fix a data race involving the LRU cache (#​5925)
  • xds: fix panic involving double close of channel in xDS transport (#​5959)
  • gcp/observability: update method name validation (#​5951)

Documentation

v1.52.3: Release 1.52.3

Compare Source

Bug Fixes

  • Fix user-agent version

v1.52.1: Release 1.52.1

Compare Source

Bug Fixes

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

v1.52.0: Release 1.52.0

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.52.0 Update module google.golang.org/grpc to v1.52.1 Jan 24, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 0f937db to 6c2f68f Compare January 24, 2023 22:41
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.52.1 Update module google.golang.org/grpc to v1.52.3 Jan 25, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 6c2f68f to 2b6491b Compare January 25, 2023 22:09
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.52.3 Update module google.golang.org/grpc to v1.53.0 Feb 8, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 2b6491b to b3a9c36 Compare February 8, 2023 03:10
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from b3a9c36 to 32a345a Compare February 20, 2023 10:03
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.53.0 fix(deps): update module google.golang.org/grpc to v1.53.0 Feb 24, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 2 times, most recently from 134d32c to 7f88afa Compare February 24, 2023 13:38
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 7f88afa to 62c1655 Compare February 24, 2023 13:41
@JAORMX JAORMX merged commit 8b671ec into main Feb 24, 2023
@JAORMX JAORMX deleted the renovate/google.golang.org-grpc-1.x branch February 24, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant