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

Bump grpc-tools from 1.31.1 to 1.32.0 #203

Merged
merged 1 commit into from
Sep 11, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 11, 2020

Bumps grpc-tools from 1.31.1 to 1.32.0.

Release notes

Sourced from grpc-tools's releases.

Release v1.32.0

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)
Commits
  • 9fd377b Bump version number to 1.32.0.
  • a818a37 Change version to 1.32-pre1 and bump major core version number.
  • 7c794b9 Review fixes
  • cbe0f31 Update XDS interop tests for PHP and Ruby
  • f873ad0 Merge pull request #23765 from HannahShiSFB/issue23672
  • 09a3424 generate proto ruby
  • cd13d5a Copy channel args hash before appending ruby user agent
  • 0765a1c change test case to absolute package name
  • c8986bc use absolute package name, add test cases
  • d35c1c1 Merge pull request #23636 from yashykt/settingsdeadline
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 11, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/grpc-tools-1.32.0 branch from 789e4b5 to ed0f138 Compare September 11, 2020 05:49
@dependabot-preview dependabot-preview bot merged commit a04a493 into master Sep 11, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/grpc-tools-1.32.0 branch September 11, 2020 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants