vapor-ware / synse-server

An HTTP API for monitoring and controlling physical and virtual devices
https://synse.readthedocs.io/en/latest/server/intro/
GNU General Public License v3.0
39 stars 11 forks source link

build(deps): bump grpcio from 1.40.0 to 1.42.0 #445

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps grpcio from 1.40.0 to 1.42.0.

Release notes

Sourced from grpcio's releases.

Release v1.42.0

This is release 1.42.0 (granola) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

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

Core

  • Update RDS parsing for use on servers. (#27715)
  • Upgrade Abseil to LTS 20210324, Patch 2. (#27811)
  • Upgrade bazel to 4.2.1 (LTS), upgrade bazel toolchain to 4.1.0. (#27410)
  • Remove old backwards compatibility cronet compression workaround code. (#27701)
  • EventEngine Test Suite: Timers. (#27496)
  • EventEngine::Closure. (#27395)
  • OpenCensusCallTracer: Move context generation to StartTransportStreamOpBatch. (#27523)
  • Fix client idle filter. (#27611)
  • allow connectivity state watching to work on lame channels. (#27747)
  • grpclb: implement subchannel caching. (#27657)
  • xds: change CSDS to populate new generic_xds_configs field. (#27794)

C++

  • Describe support-levels for undocumented supported platforms. (#27363)

C#

  • Fix link error when building app with Xamarin.iOS. (#27345)
  • C#: metadata.Get and GetAll should accept uppercase keys. (#27383)
  • Fix use-after-free metadata corruption in C# when receiving response headers for streaming response calls. (#27382)

Objective-C

  • [objc] GRPCErrorCode enum base type to int32_t. (#27908)
  • [objc] Adding lightweight generic to GPRCCallOptions's initialMetadata prop . (#27905)
  • [objc] GRPCMetadataDictionary convenient typedef. (#27845)
  • [objc] Switch to proto forward declare for gRPC codegen plugin. (#27444)

Python

  • Add Aspects to Bazel py_proto_library and py_grpc_library Rules. (#27275)
  • [Aio] Add add_done_callback/done/cancelled methods to ServicerContext. (#27767)
  • [Aio] Correct the typing of input metadata. (#27768)
  • Address leak when using request stream interceptors (#25449). (#27571)

... (truncated)

Changelog

Sourced from grpcio's changelog.

v1.40.0 |Jul 27, 2021 |Aug 10, 2021 v1.41.0 |Sep 7, 2021 |Sep 21, 2021 v1.42.0 |Oct 19, 2021 |Nov 2, 2021 v1.43.0 |Nov 30, 2021 |Dec 14, 2021 v1.44.0 |Jan 11, 2022 |Jan 25, 2022 v1.45.0 |Feb 22, 2022 |Mar 8, 2022

Commits


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[bot] commented 2 years ago

Superseded by #451.