Skip to content

Conversation

@dependabot-preview
Copy link

Bumps grpcio from 1.8.4 to 1.32.0.

Release notes

Sourced from grpcio'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)
Changelog

Sourced from grpcio's changelog.

v1.32.0 |Aug 25, 2020 |Sep 8, 2020 v1.33.0 |Oct 6, 2020 |Oct 20, 2020 v1.34.0 |Nov 17, 2020 |Dec 1, 2020 v1.35.0 |Dec 29, 2020 |Jan 12, 2021 v1.36.0 |Feb 9 26, 2021 |Feb 23, 2021

Commits
  • 414bb83 Merge pull request #24074 from markdroth/1.32-release
  • 9fd377b Bump version number to 1.32.0.
  • 0dae482 Merge pull request #24021 from ericgribkoff/backport_132x_times
  • 42ec625 Merge pull request #24012 from ericgribkoff/python_timeout_bump
  • 1775fe2 Merge pull request #24010 from ericgribkoff/increase_wait_for_stats_timeout
  • d82a10d Merge pull request #24004 from markdroth/v1.32.x_version
  • a818a37 Change version to 1.32-pre1 and bump major core version number.
  • c02c680 Merge pull request #23995 from jtattermusch/csharp_distribtest_updgrade_proto...
  • 8d8152e fix System.Memory dependency mismatch in c# distribtests
  • ae16067 Merge pull request #23984 from yashykt/removestreamfromlists
  • 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.


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)

Bumps [grpcio](https://github.com/grpc/grpc) from 1.8.4 to 1.32.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.8.4...v1.32.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #134.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/grpcio-1.32.0 branch October 21, 2020 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant