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

Bump google-cloud-pubsub from 2.4.1 to 2.6.0 #477

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps google-cloud-pubsub from 2.4.1 to 2.6.0.

Release notes

Sourced from google-cloud-pubsub's releases.

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

  • block until the streaming pull shuts down (#424) (d0d0b70)
  • explain that future.cancel() is non-blocking (#420) (c825789)

v2.5.0

Features

  • Make publish futures compatible with concurrent.futures.as_completed(). (#397) (e29a2c0)

Bug Fixes

  • Scheduler errors when executor in shutdown. (#399) (39a83d3)

v2.4.2

05-06-2021 23:50 PDT

Implementation Changes

  • Fix memory leak when publishing messages. (#406)
  • Do not crash if distribution cannot be found when extracting semantic version. (#393)
  • Emit a warning if return_immediately is set with synchronous pull. (#355)
  • Regenerate GAPIC layer with latest changes, use explicit default timeouts. (#345)

Documentation

  • Add additional info on use_legacy_flow_control parameter. (#301)
  • Remove EXPERIMENTAL tag for ordering keys in publisher/client.py. (#324)
  • Fix create_topic() call in README. (#360)
  • Generate PyPI token in secrets manager, fix spacing in docs (via synth). (#384)
  • Add SECURITY.md. (#401)

Internal / Testing Changes

... (truncated)

Changelog

Sourced from google-cloud-pubsub's changelog.

2.6.0 (2021-06-17)

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

  • block until the streaming pull shuts down (#424) (d0d0b70)
  • explain that future.cancel() is non-blocking (#420) (c825789)

2.5.0 (2021-05-18)

Features

  • Make publish futures compatible with concurrent.futures.as_completed(). (#397) (e29a2c0)

Bug Fixes

  • Scheduler errors when executor in shutdown. (#399) (39a83d3)

2.4.2

05-06-2021 23:50 PDT

Implementation Changes

  • Fix memory leak when publishing messages. (#406)
  • Do not crash if distribution cannot be found when extracting semantic version. (#393)
  • Emit a warning if return_immediately is set with synchronous pull. (#355)
  • Regenerate GAPIC layer with latest changes, use explicit default timeouts. (#345)

Documentation

  • Add additional info on use_legacy_flow_control parameter. (#301)
  • Remove EXPERIMENTAL tag for ordering keys in publisher/client.py. (#324)
  • Fix create_topic() call in README. (#360)
  • Generate PyPI token in secrets manager, fix spacing in docs (via synth). (#384)

... (truncated)

Commits
  • 18cebd4 chore: release 2.6.0 (#428)
  • ef89f55 fix: threads can skip the line in publisher flow controller (#422)
  • 0df7c96 sample: add publish flow control sample and other nits (#429)
  • 7597604 feat: support customizable retry and timeout settings on the publisher client...
  • 691a3dd test: gather status code after pytest (#427)
  • d0d0b70 docs: block until the streaming pull shuts down (#424)
  • c757a5e test: presubmit against Lite samples (#425)
  • c825789 docs: explain that future.cancel() is non-blocking (#420)
  • e907f6e fix: ACK deadline set for received messages can be too low (#416)
  • de5429a chore(deps): update dependency google-cloud-pubsub to v2.5.0 (#415)
  • 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 3 years ago

Superseded by #521.