Skip to content

Update module google.golang.org/grpc to v1.43.0

renovate requested to merge renovate/google.golang.org-grpc-1.x into master

This MR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.42.0 -> v1.43.0

Release Notes

grpc/grpc-go

v1.43.0

Compare Source

API Changes

Behavior Changes

  • status: support wrapped errors in FromContextError (#​4977)
  • config: remove the environment variable to disable retry support (#​4922)

New Features

  • balancer: new field Authority in BuildOptions for server name to use in the authentication handshake with a remote load balancer (#​4969)

Bug Fixes

  • xds/resolver: fix possible ClientConn leak upon resolver initialization failure (#​4900)
  • client: fix nil panic in rare race conditions with the pick first LB policy (#​4971)
  • xds: improve RPC error messages when xDS connection errors occur (#​5032, #​5054)
  • transport: do not create stream object in the face of illegal stream IDs (#​4873)

Documentation

  • client: clarify errors to indicate whether compressed or uncompressed messages exceeded size limits (#​4918)

Configuration

📅 Schedule: At any time (no schedule defined).

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

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

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


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports