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.66.0 #396

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Aug 31, 2024

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.65.0 -> v1.66.0

Release Notes

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

v1.66.0: Release 1.66.0

Compare Source

New Features

Bug Fixes

  • grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#​7461)
  • transport: Fix a bug which could result in writes busy looping when the underlying conn.Write returns errors (#​7394)
  • client: fix race that could lead to orphaned connections and associated resources. (#​7390)
  • xds: use locality from the connected address for load reporting with pick_first (#​7378)
    • without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
  • client: prevent hanging during ClientConn.Close() when the network is unreachable (#​7540)

Performance Improvements

  • transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. (#​7424)
  • codec: Implement a new Codec which uses buffer recycling for encoded message (#​7356)

Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (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, check this box

This PR has been generated by Renovate Bot.

@cq-bot
Copy link
Contributor Author

cq-bot commented Aug 31, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 -> v0.0.0-20240604185151-ef581f913117

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Aug 31, 2024
@github-actions github-actions bot added the fix label Aug 31, 2024
@kodiakhq kodiakhq bot merged commit 19c0441 into main Aug 31, 2024
8 checks passed
@kodiakhq kodiakhq bot deleted the renovate/google-golang-modules branch August 31, 2024 00:41
kodiakhq bot pushed a commit that referenced this pull request Sep 4, 2024
🤖 I have created a release *beep* *boop*
---


## [1.22.2](v1.22.1...v1.22.2) (2024-09-04)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to 9b4947d ([#398](#398)) ([49df5a5](49df5a5))
* **deps:** Update module github.com/schollz/progressbar/v3 to v3.14.6 ([#399](#399)) ([5c7b439](5c7b439))
* **deps:** Update module google.golang.org/grpc to v1.66.0 ([#396](#396)) ([19c0441](19c0441))

---
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
Labels
automerge Add to automerge PRs once requirements are met fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant