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

Update module google.golang.org/grpc to v1.59.0 - autoclosed #27

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.58.0 -> v1.59.0

Release Notes

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

v1.59.0: Release 1.59.0

Compare Source

Behavior Changes

  • balancer: grpc will switch to case-sensitive balancer names soon; log a warning if a capital letter is encountered in an LB policy name (#​6647)
  • server: allow applications to send arbitrary data in the grpc-status-details-bin trailer (#​6662)
  • client: validate grpc-status-details-bin trailer and pass through the trailer to the application directly (#​6662)

New Features

  • tap (experimental): Add Header metadata to tap handler (#​6652)
  • grpc: channel idleness enabled by default with an idle_timeout of 30m (#​6585)

Documentation

  • examples: add an example of flow control behavior (#​6648)

Bug Fixes

  • xds: fix hash policy header to skip "-bin" headers and read content-type header as expected (#​6609)

v1.58.3

Compare Source

Security

  • server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)

    In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.

v1.58.2: Release 1.58.2

Compare Source

Bug Fixes

  • balancer/weighted_round_robin: fix ticker leak on update

    A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.

v1.58.1: Release 1.58.1

Compare Source

Bug Fixes
  • grpc: fix a bug that was decrementing active RPC count too early for streaming RPCs; leading to channel moving to IDLE even though it had open streams
  • grpc: fix a bug where transports were not being closed upon channel entering IDLE

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.58.0 Update module google.golang.org/grpc to v1.58.0 - autoclosed Sep 13, 2023
@renovate renovate bot closed this Sep 13, 2023
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch September 13, 2023 16:46
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.58.0 - autoclosed Update module google.golang.org/grpc to v1.58.0 Sep 14, 2023
@renovate renovate bot reopened this Sep 14, 2023
@renovate renovate bot restored the renovate/google.golang.org-grpc-1.x branch September 14, 2023 17:44
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.58.0 Update module google.golang.org/grpc to v1.58.1 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from ff6fd12 to 371a22f Compare September 14, 2023 17:44
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.58.1 Update module google.golang.org/grpc to v1.58.2 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 371a22f to 8a1c9f4 Compare September 22, 2023 00:23
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.58.2 Update module google.golang.org/grpc to v1.58.3 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 8a1c9f4 to 6a7c3ae Compare October 10, 2023 21:41
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.58.3 Update module google.golang.org/grpc to v1.59.0 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 6a7c3ae to dff5231 Compare October 17, 2023 22:55
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.59.0 Update module google.golang.org/grpc to v1.59.0 - autoclosed Oct 25, 2023
@renovate renovate bot closed this Oct 25, 2023
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch October 25, 2023 21:30
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.

0 participants