Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

deps: update module google.golang.org/grpc to v1.59.0 #380

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.58.2 -> 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.


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 is behind base branch, 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 requested a review from charleskorn October 10, 2023 22:22
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from c81d9be to c8e233b Compare October 17, 2023 22:23
@renovate renovate bot changed the title deps: update module google.golang.org/grpc to v1.58.3 deps: update module google.golang.org/grpc to v1.59.0 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from c8e233b to e3cfbbe Compare October 18, 2023 00:36
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from e3cfbbe to e0aa260 Compare October 18, 2023 18:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

0 participants