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.41.0 #439

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps grpcio from 1.40.0 to 1.41.0.

Release notes

Sourced from grpcio's releases.

Release v1.41.0

This is release 1.41.0 (goat) 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

  • De-experimentalize XdsCredentials and XdsServerCredentials API. (#26544)
  • xDS: Remove environmental variable guard for security. (#27290)
  • xDS Security: Use new way to fetch certificate provider plugin instance config. (#27264)
  • xDS server serving status: Use a struct to allow more fields to be added in the future. (#27242)
  • Annotate impl/codegen with IWYU pragmas. (#27252)
  • Update submodule envoy-api to origin/main. (#27256)
  • Upgrade third_party/protobuf to v3.17.3. (#27227)
  • update submodule boringssl-with-bazel with origin/master-with-bazel. (#27208)
  • Delete libuv-iomgr implementation and GRPC_UV build option. (#27188)
  • Allow access to Google API regional endpoints via Google Default Credentials. (#27155)
  • Remove GPR_*_TLS macros except PTHREAD. (#26974)
  • Limit initial window size increases and per-stream window delta. (#26342)

C++

  • Bump version to v1.41.0-pre1. (#27371)
  • De-experimentalize XdsServerBuilder. (#27296)
  • C++ opencensus filter: Fix point of creating context for overall call. (#27221)
  • Flag grpc++_test library testonly. (#27214)
  • Add note on officially supported platforms. (#22344)
  • Open census call attempt span name and attribute changes (#26889). (#26902)
  • Open census call attempt span name and attribute changes. (#26889)

C#

  • Backport #27382 to v1.41.x. (#27398)
  • [csharp] Fix error loading library grpc_csharp_ext.*.dll on windows with non-ASCII encoding. (#26762)
  • Annotate copied Content native lib items with package id to enable customization. (#26725)

Objective-C

  • Objective-C: Fix issue with creating a Unix file socket. (#26931)

Python

... (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
  • fc662b7 Final release: bump up version to 1.41.0 (#27476)
  • 4a93fb4 fix use-after-free metadata corruption in C# when receiving response headers ...
  • 0a97f4c Core 19: bump core version from 18.0.0 to 19.0.0 (#27394)
  • a52002f Bump version to v1.41.0-pre2 (#27390)
  • b31c03b [Backport #27373] add testing_version flag (#27385)
  • 8780b6f Bump version to v1.41.0-pre1 (#27371)
  • 71ceae7 [binder] Use AParcel_getDataSize() in flow-control (#27257)
  • 52e5b64 [binder] Handle outbound flow control (#27243)
  • 554bbb6 [binder] Fix WireReaderImpl bugs & races (#27303)
  • e7dbac5 xds-k8s: increase timeout to 7 hours (6 hours plus safety factor of 1 hour) (...
  • 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[bot] commented 2 years ago

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] commented 2 years ago

Superseded by #443.