Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update google-cloud-pubsub requirement from ~=2.2.0 to >=2.2,<2.4 #435

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Updates the requirements on google-cloud-pubsub to permit the latest version.

Release notes

Sourced from google-cloud-pubsub's releases.

v2.3.0

Features

  • surface SchemaServiceClient in google.cloud.pubsub (#281) (8751bcc)

Bug Fixes

  • client version missing from the user agent header (#275) (b112f4f)
  • Don't open the google.cloud package by adding pubsub.py (#269) (542d79d)
  • flaky samples tests (#263) (3d6a29d)
  • Modify synth.py to update grpc transport options (#266) (41dcd30)
  • pass anonymous credentials for emulator (#250) (8eed8e1)
  • remove grpc send/recieve limits (#259) (fd2840c)
Changelog

Sourced from google-cloud-pubsub's changelog.

2.3.0 (2021-02-08)

Features

  • surface SchemaServiceClient in google.cloud.pubsub (#281) (8751bcc)

Bug Fixes

  • client version missing from the user agent header (#275) (b112f4f)
  • Don't open the google.cloud package by adding pubsub.py (#269) (542d79d)
  • flaky samples tests (#263) (3d6a29d)
  • Modify synth.py to update grpc transport options (#266) (41dcd30)
  • pass anonymous credentials for emulator (#250) (8eed8e1)
  • remove grpc send/recieve limits (#259) (fd2840c)

2.2.0 (2020-11-16)

Features

  • Add dead lettering max delivery attempts argument (#236) (7687ae5)
  • Enable server side flow control by default with the option to turn it off (#231) (94d738c)

Bug Fixes

  • fix mtls issue in handwritten layer (#226) (09a409c)
  • make fixup script consistent with migration docs (#208) (b64e218)

Documentation

  • document potentially unexpected blocking behavior of publish() method (#214) (b6d9bd7)
  • fix get topic_path in subscriber sample (#210) (7228f6c)

2.1.0

09-21-2020 02:19 PDT

Implementation Changes

  • Convert all RPC error types to exceptions. (#163) (#170)
  • Pass client options to publisher and subscriber clients. (#166) (#190)

New Features

... (truncated)

Commits
  • a8c8f53 chore: release 2.3.0 (#283)
  • 2c174f6 build: migrate to flakybot (#284)
  • 8751bcc feat: surface SchemaServiceClient in google.cloud.pubsub (#281)
  • b112f4f fix: client version missing from the user agent header (#275)
  • 542d79d fix: Don't open the google.cloud package by adding pubsub.py (#269)
  • 41dcd30 fix: Modify synth.py to update grpc transport options (#266)
  • fd2840c fix: remove grpc send/recieve limits (#259)
  • 3d6a29d fix: flaky samples tests (#263)
  • 8eed8e1 fix: pass anonymous credentials for emulator (#250)
  • 2584147 chore: pick up changes from synthtool (#253)
  • Additional commits viewable in compare view

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)

Updates the requirements on [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) to permit the latest version.
- [Release notes](https://github.com/googleapis/python-pubsub/releases)
- [Changelog](https://github.com/googleapis/python-pubsub/blob/master/CHANGELOG.md)
- [Commits](googleapis/python-pubsub@v2.2.0...v2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 11, 2021
@bmoscon
Copy link
Owner

bmoscon commented Mar 14, 2021

@globophobe - will this version change break the gcp pub sub backend?

@globophobe
Copy link
Contributor

The issue affects the emulator for local testing. Both 2.3 and 2.4 are affected by the issue. The fix was merged about 2 weeks ago, but there isn’t a new release yet.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2021

Superseded by #457.

@dependabot dependabot bot closed this Apr 1, 2021
@dependabot dependabot bot deleted the dependabot/pip/google-cloud-pubsub-gte-2.2-and-lt-2.4 branch April 1, 2021 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants