Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Update dependency com_github_grpc_grpc to v1.32.0 #611

Merged

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
com_github_grpc_grpc http_archive minor v1.31.1 -> v1.32.0

Release Notes

grpc/grpc

v1.32.0

Compare Source

This is the 1.32.0 release (giggle) of gRPC Core.

Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Remove stream from stalled lists on remove_stream. (#​23984)
  • Do not cancel RPC if send metadata size if larger than peer's limit. (#​23806)
  • Don't consider receiving non-OK status as an error for HTTP2. (#​19545)
  • Keepalive throttling. (#​23313)
  • Include the target_uri in "target uri is not valid" error messages. (#​23782)
  • Fix "cannot send compressed message large than 1024B" in cronet_transport. (#​23219)
  • Receive SETTINGS frame on clients before declaring subchannel READY. (#​23636)
  • Enabled GPR_ABSEIL_SYNC. (#​23372)
  • Experimental xDS v3 support. (#​23281)

C++

  • Upgrade bazel used for all tests to 2.2.0. (#​23902)
  • Remove test targets and test helper libraries from Makefile. (#​23813)
  • Fix repeated builds broken by re2's cmake. (#​23587)
  • Log the peer address of grpc_cli CallMethod RPCs to stderr. (#​23557)

C#

  • Use new protobuf serialization/deserialization API in C# marshallers. (#​23485)
  • Change port number in examples to avoid conflict with forbidden port on windows. (#​23879)
  • Fix C# server start when not all ports have been bound. (#​23858)

PHP

  • PHP: avoid destroy channel more than once. (#​23567)

Python

  • [gRPC Easy] GA: This release enables runtime import of .proto Files. (gRFC, PR) Together with support for simple stubs present since 1.29 (#​22218, #​21954), this completes gRPC Easy. To start using these features, take a look at the example. If using simple stubs without runtime proto import, generated code must be regenerated with an up-to-date version of the grpcio-tools package.
  • [Aio] Graduation from experimental folder. (#​23240)
  • [Aio] Prevent call objects from outliving its parent channel or server. (#​23945)
  • [Aio] Add a fail-back polling mode for Windows+3.8+. (#​23783)
  • Raises an exception when port binding failed. (#​23632)
  • Implement compute_engine_channel_credentials in Python. (#​23203)
  • Fix bazel out directory when using external repo. (#​23633)

Ruby

  • Ruby: use absolute module name for request/response namespaces. (#​23765)
  • Copy channel args hash before appending ruby user agent. (#​23812)
  • Fix ruby segfault on nil optional creds params. (#​23670)

Renovate configuration

📅 Schedule: "at 7am on Monday" (UTC).

🚦 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.

@k8s-ci-robot
Copy link

Hi @renovate-bot. Thanks for your PR.

I'm waiting for a bazelbuild member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Contributor

@fejta fejta left a comment

Choose a reason for hiding this comment

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

/ok-to-test

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fejta, renovate-bot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fejta fejta merged commit b4d7f7a into bazelbuild:master Sep 16, 2020
@renovate-bot renovate-bot deleted the renovate/com_github_grpc_grpc-1.x branch September 16, 2020 19:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants