freelancing-solutions / gcp-database-as-a-service-stock-markets

GCP NDB database as a service for a stock market investment and social web services.
MIT License
3 stars 1 forks source link

build(deps): bump google-cloud-pubsub from 2.4.1 to 2.7.0 #548

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps google-cloud-pubsub from 2.4.1 to 2.7.0.

Release notes

Sourced from google-cloud-pubsub's releases.

v2.7.0

Features

  • Add always_use_jwt_access. (1f30ef7)
  • Add method signature for Subscriber.Pull without the deprecated return_immediately field. (1f30ef7)
  • Add Pub/Sub topic retention fields. (#456) (911829d)
  • Add subscription properties to streaming pull response. (1f30ef7)
  • Support self-signed JWT flow for service accounts. (1f30ef7)

Bug Fixes

  • Add async client to %name_%version/init.py. (1f30ef7)
  • Disable always_use_jwt_access. (1f30ef7)
  • Enable self signed JWT for gRPC. (#458) (c6e0ff6)

Dependencies

  • Add packaging requirement. (1f30ef7)
  • Require google-api-core >= 1.26.0. (1f30ef7)

v2.6.1

07-05-2021 10:33 PDT

Dependencies

  • Fix possible crash by requiring grpcio >= 1.38.1. (#414) (7037a28)

Documentation

  • Adjust samples for publishing with error handler and flow control. (#433)

Internal / Testing Changes

  • Fix flaky sync pull sample test. (#434)
  • Mitigate flaky snippets tests. (#432)

v2.6.0

Features

  • support customizable retry and timeout settings on the publisher client (#299) (7597604)

Bug Fixes

  • ACK deadline set for received messages can be too low (#416) (e907f6e)
  • threads can skip the line in publisher flow controller (#422) (ef89f55)

Documentation

... (truncated)

Changelog

Sourced from google-cloud-pubsub's changelog.

2.7.0 (2021-07-24)

Features

  • Add always_use_jwt_access. (1f30ef7)
  • Add method signature for Subscriber.Pull without the deprecated return_immediately field. (1f30ef7)
  • Add Pub/Sub topic retention fields. (#456) (911829d)
  • Add subscription properties to streaming pull response. (1f30ef7)
  • Support self-signed JWT flow for service accounts. (1f30ef7)

Bug Fixes

  • Add async client to %name_%version/init.py. (1f30ef7)
  • Disable always_use_jwt_access. (1f30ef7)
  • Enable self signed JWT for gRPC. (#458) (c6e0ff6)

Dependencies

  • Add packaging requirement. (1f30ef7)
  • Require google-api-core >= 1.26.0. (1f30ef7)

2.6.1

07-05-2021 10:33 PDT

Dependencies

  • Fix possible crash by requiring grpcio >= 1.38.1. (#414) (7037a28)

Documentation

  • Adjust samples for publishing with error handler and flow control. (#433)

Internal / Testing Changes

  • Fix flaky sync pull sample test. (#434)
  • Mitigate flaky snippets tests. (#432)

2.6.0 (2021-06-17)

Features

  • support customizable retry and timeout settings on the publisher client (#299) (7597604)

Bug Fixes

... (truncated)

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 3 years ago

Superseded by #552.