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.4.2 #399

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps google-cloud-pubsub from 2.4.1 to 2.4.2.

Release notes

Sourced from google-cloud-pubsub's releases.

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

  • Require 100% unit test coverage (via synth). (#359)
  • Bump test coverage to 100%. (#364)
  • Fix streaming pull close unit test flakiness. (#361)
  • Pass explicit credentials in all unit tests creating clients. (#369)
  • Fix flaky test for blocking pull shutdown. (#378)
  • Add missing licence header. (#377)
Changelog

Sourced from google-cloud-pubsub's changelog.

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)
  • Add SECURITY.md. (#401)

Internal / Testing Changes

  • Require 100% unit test coverage (via synth). (#359)
  • Bump test coverage to 100%. (#364)
  • Fix streaming pull close unit test flakiness. (#361)
  • Pass explicit credentials in all unit tests creating clients. (#369)
  • Fix flaky test for blocking pull shutdown. (#378)
  • Add missing licence header. (#377)
Commits
  • 312c6f6 chore: release v2.4.2 (#409)
  • 3976580 fix: Memory leak when publishing messages. (#406)
  • 9d7ef38 chore(deps): update dependency pytest to v6.2.4 (#408)
  • f48957c chore: add SECURITY.md (#401)
  • 4fe72ca chore(revert): revert preventing normalization (#396)
  • b7817f2 fix: do not crash if distribution cannot be found when extracting semver (#393)
  • 1e598ee chore: prevent normalization of semver versioning (#382)
  • edfe810 chore(deps): update dependency mock to v4 (#380)
  • 0513c3d chore(deps): update dependency pytest to v6 (#381)
  • b774683 chore: generate PyPI token in secrets manager, fix spacing in docs (via synth...
  • 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 #442.