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.12.0 #588

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps google-cloud-pubsub from 2.4.1 to 2.12.0.

Release notes

Sourced from google-cloud-pubsub's releases.

v2.12.0

2.12.0 (2022-04-06)

Features

  • increase GRPC max metadata size to 4 MB (#623) (54b9e07)

Bug Fixes

  • mypy errors (#622) (dab13d5)
  • process ErrorInfo / GRPC errors for ack/modack only when exactly-once delivery is enabled (#626) (cc1953b)

v2.11.0

2.11.0 (2022-03-09)

Features

  • retry temporary GRPC statuses for ack/modack/nack when exactly-once delivery is enabled (#607) (a91bed8)
  • return singleton success future for exactly-once methods in Message (#608) (253ced2)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#600) (1608b7f)
  • deps: require proto-plus>=1.15.0 (1608b7f)

v2.10.0

2.10.0 (2022-03-04)

Features

Bug Fixes

  • deps: move libcst to extras (#585) (0846762)
  • refactor client classes for safer type checking (#552) (7f705be)
  • resolve DuplicateCredentialArgs error when using credentials_file (8ca8cf2)

Samples

  • samples: create subscription with filtering enabled #580
  • samples: handle empty response in sync pull samples #586

... (truncated)

Changelog

Sourced from google-cloud-pubsub's changelog.

2.12.0 (2022-04-06)

Features

  • increase GRPC max metadata size to 4 MB (#623) (54b9e07)

Bug Fixes

  • mypy errors (#622) (dab13d5)
  • process ErrorInfo / GRPC errors for ack/modack only when exactly-once delivery is enabled (#626) (cc1953b)

2.11.0 (2022-03-09)

Features

  • retry temporary GRPC statuses for ack/modack/nack when exactly-once delivery is enabled (#607) (a91bed8)
  • return singleton success future for exactly-once methods in Message (#608) (253ced2)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#600) (1608b7f)
  • deps: require proto-plus>=1.15.0 (1608b7f)

2.10.0 (2022-03-04)

Features

Bug Fixes

  • deps: move libcst to extras (#585) (0846762)
  • refactor client classes for safer type checking (#552) (7f705be)
  • resolve DuplicateCredentialArgs error when using credentials_file (8ca8cf2)

Samples

  • samples: create subscription with filtering enabled #580
  • samples: handle empty response in sync pull samples #586
  • samples: sample for receiving messages with exactly-once delivery enabled #588
  • samples: create subscription with exactly once delivery #592

... (truncated)

Commits
  • 4275ed8 chore(main): release 2.12.0 (#642)
  • 9c1f6a9 CI: add flaky to exactly-once sample test and add a non-regional test (#638)
  • 32cc64a chore(python): add license header to auto-label.yaml (#640)
  • cdd16ac chore: allow releases from previous major versions (#639)
  • b777a93 Revert "chore(python): refactor unit / system test dependency install (#634)"...
  • 6cf785c chore(python): refactor unit / system test dependency install (#634)
  • 3aac39c chore(python): Enable size-label bot (#632)
  • 83cf69a chore(python): update .pre-commit-config.yaml to use black==22.3.0 (#631)
  • e445766 chore(python): add E231 to .flake8 ignore list (#629)
  • cc1953b fix: process ErrorInfo / GRPC errors for ack/modack only when exactly-once de...
  • 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

Superseded by #594.