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.62.1 #430

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/grpc v1.61.0 -> v1.62.1 age adoption passing confidence
google.golang.org/grpc v1.61.1 -> v1.62.1 age adoption passing confidence

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.62.1: Release 1.62.1

Compare Source

Bug Fixes

  • xds: fix a bug that results in no matching virtual host found RPC errors due to a difference between the target and LDS resource names (#​6997)
  • server: fixed stats handler data InPayload.Length for unary RPC calls (#​6766)
  • grpc: the experimental RecvBufferPool DialOption and ServerOption are now active during unary RPCs with compression (#​6766)
  • grpc: trim whitespaces in accept-encoding header before determining compressors

v1.62.0: Release 1.62.0

Compare Source

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#​6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#​6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#​6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#​6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#​6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#​6919)

[!NOTE]
The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.

v1.61.1: Release 1.61.1

Compare Source

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#​6977)

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 these updates 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 requested a review from a team as a code owner January 25, 2024 21:59
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 11 times, most recently from c52203e to a22dc0c Compare February 1, 2024 18:19
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 6 times, most recently from 98ec1b1 to 5ffe884 Compare February 12, 2024 20:41
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.61.0 fix(deps): update module google.golang.org/grpc to v1.61.1 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 5ffe884 to 7fb0866 Compare February 14, 2024 00:49
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.61.1 fix(deps): update module google.golang.org/grpc to v1.62.0 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 7fb0866 to e40738f Compare February 22, 2024 00:11
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 6 times, most recently from f190156 to 9bc0220 Compare February 29, 2024 15:07
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 9bc0220 to 7d258df Compare March 5, 2024 20:17
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.62.0 fix(deps): update module google.golang.org/grpc to v1.62.1 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 4 times, most recently from b20fc21 to cd995dd Compare March 11, 2024 19:01
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 4 times, most recently from 9cb8f86 to 5f763f8 Compare March 20, 2024 15:26
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 4 times, most recently from 32ddd52 to 17eb576 Compare March 26, 2024 18:08
@Kavindu-Dodan Kavindu-Dodan force-pushed the renovate/google.golang.org-grpc-1.x branch from 17eb576 to 14f0b2d Compare March 26, 2024 18:14
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 14f0b2d to 1b83a48 Compare March 26, 2024 18:14
@Kavindu-Dodan Kavindu-Dodan merged commit c20613c into main Mar 26, 2024
5 checks passed
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch March 26, 2024 18:27
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.

4 participants