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.43.0 #451

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps grpcio from 1.40.0 to 1.43.0.

Release notes

Sourced from grpcio's releases.

Release v1.43.0

This is release 1.43.0 (green) 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

  • Remove redundant work serializer usage in c-ares windows code. (#28016)
  • Support RDS updates on the server. (#27851)
  • Use WorkSerializer in XdsClient to propagate updates in a synchronized manner. (#27975)
  • Support Custom Post-handshake Verification in TlsCredentials. (#25631)
  • Reintroduce the EventEngine default factory. (#27920)
  • Assert Android API >= v21. (#27943)
  • Add support for abstract unix domain sockets. (#27906)

C++

  • OpenCensus: Move metadata storage to arena. (#27948)

C#

  • [C#] Add nullable type attributes to Grpc.Core.Api. (#27887)

Objective-C

  • Revert "Revert "[objc] GRPCMetadataDictionary convenient typedef"". (#27882)

Python

  • [Aio] Validate the input type for set_trailing_metadata and abort. (#27958)

Release v1.43.0-pre1

This is a prerelease of gRPC Core 1.43.0 (green).

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 prerelease contains refinements, improvements, and bug fixes.

Release v1.42.0

This is release 1.42.0 (granola) of gRPC Core.

... (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 #453.