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.11.0 #581

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps google-cloud-pubsub from 2.4.1 to 2.11.0.

Release notes

Sourced from google-cloud-pubsub's releases.

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
  • samples: sample for receiving messages with exactly-once delivery enabled #588
  • samples: create subscription with exactly once delivery #592

Documentation

  • add autogenerated code snippets (aa3754c)
  • Docs have inconsistent default values for max_latency and max_bytes (#572) (d136dfd)

v2.9.0

Features

... (truncated)

Changelog

Sourced from google-cloud-pubsub's changelog.

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 (googleapis/python-pubsub#588

Documentation

  • add autogenerated code snippets (aa3754c)
  • Docs have inconsistent default values for max_latency and max_bytes (#572) (d136dfd)

2.9.0 (2021-11-10)

Features

... (truncated)

Commits
  • ef298a4 chore(main): release 2.11.0 (#610)
  • 253ced2 feat: return singleton success future for exactly-once methods in Message (#608)
  • a91bed8 feat: retry temporary GRPC statuses for ack/modack/nack when exactly-once del...
  • de0bbce chore(deps): update dependency google-cloud-pubsub to v2.10.0 (#606)
  • 65b81b0 chore(deps): update actions/download-artifact action to v3 (#605)
  • 1608b7f fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#600)
  • 4376d65 chore: Adding support for pytest-xdist and pytest-parallel (#602)
  • a400ce8 chore(main): release 2.10.0 (#603)
  • 85952d3 samples: create subscription with exactly once delivery (#592)
  • bb8e24e samples: sample for receiving messages with exactly-once delivery enabled (#588)
  • 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 #588.