Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Update module google.golang.org/grpc to v1.40.0#356

Merged
ashleyvega merged 1 commit intodevelopfrom
renovate/google.golang.org-grpc-1.x
Aug 16, 2021
Merged

Update module google.golang.org/grpc to v1.40.0#356
ashleyvega merged 1 commit intodevelopfrom
renovate/google.golang.org-grpc-1.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.39.1 -> v1.40.0

Release Notes

grpc/grpc-go

v1.40.0

Compare Source

Behavior Changes

  • balancer: client channel no longer connects to idle subchannels that are returned by the pickers; LB policy should call SubConn.Connect instead. (#​4579)
    • This change is in line with existing documentation stating the balancer must call Connect on idle SubConns in order for them to connect, and is preparation for an upcoming change that transitions SubConns to the idle state when connections are lost. See https://pkg.go.dev/google.golang.org/grpc/balancer#SubConn for more details.

Bug Fixes

  • transport: fail RPCs without HTTP status 200 (OK), according to the gRPC spec (#​4474)
  • binarylog: fail the Write() method if proto marshaling fails (#​4582)
  • binarylog: exit the flusher goroutine upon closing the bufferedSink (#​4583)

New Features

  • metadata: add Delete method to MD to encapsulate lowercasing (#​4549)
  • xds/cds: support logical DNS cluster and aggregated cluster (#​4594)
  • stats: add stats.Begin.IsClientStream and IsServerStream to indicate the type of RPC invoked (#​4533)

Performance Improvements


Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 8f2f855 to 25c3d34 Compare August 16, 2021 06:59
Copy link
Contributor

@ashleyvega ashleyvega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ashleyvega ashleyvega merged commit 9ea2391 into develop Aug 16, 2021
@ashleyvega ashleyvega deleted the renovate/google.golang.org-grpc-1.x branch August 16, 2021 07:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants