kubemq-io / kubemq-Python

Python client for KubeMQ server https://kubemq.io
MIT License
23 stars 9 forks source link

Bump grpcio-tools from 1.27.2 to 1.45.0 #29

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps grpcio-tools from 1.27.2 to 1.45.0.

Release notes

Sourced from grpcio-tools's releases.

Release v1.45.0

This is release 1.45.0 (gravity) 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

  • Backport "Include ADS stream error in XDS error updates (#29014)" to 1.45.x. (#29121)
  • Bump core version to 23.0.0 for upcoming release. (#29026)
  • Fix memory leak in HTTP request security handshake cancellation. (#28971)
  • CompositeChannelCredentials: Comparator implementation. (#28902)
  • Delete custom iomgr. (#28816)
  • Implement transparent retries. (#28548)
  • Uniquify channel args keys. (#28799)
  • Set trailing_metadata_available for recv_initial_metadata ops when generating a fake status. (#28827)
  • Eliminate gRPC insecure build. (#25586)
  • Fix for a racy WorkSerializer shutdown. (#28769)
  • InsecureCredentials: singleton object. (#28777)
  • Add http cancel api. (#28354)
  • Memory leak fix on windows in grpc_tcp_create(). (#27457)
  • xDS: Rbac filter updates. (#28568)

C++

  • Bump the minimum gcc to 5. (#28786)
  • Add experimental API for CRL checking support to gRPC C++ TlsCredentials. (#28407)

C#

  • [C#] Add cancellation token overloads to streaming interfaces. (#27886)
  • [C#] Grpc.Core.Api nullable fixes. (#28616)

Objective-C

  • Patch GRPCCallOptions to use nonatomic properties. (#28972)

Python

  • Reimplement Gevent Integration. (#28276)
  • Support musllinux binary wheels on x64 and x86. (#28092)
  • Increase the Python protobuf requirement to >=3.12.0. (#28604)

... (truncated)

Changelog

Sourced from grpcio-tools's changelog.

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 #30.