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

chore(deps): update dependency google-cloud-pubsub to >=0.45.0,<0.46.0 #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-pubsub >=0.35.4,<0.36.0 -> >=0.45.0,<0.46.0 age adoption passing confidence

Release Notes

googleapis/python-pubsub (google-cloud-pubsub)

v0.45.0

Compare Source

07-31-2019 02:03 PDT

Implementation Changes
  • Remove deprecated methods and settings (#​8836)
Documentation
  • Use double backticks for ReST correctness. (#​8829)
  • Update intersphinx mapping for requests. (#​8805)

v0.44.0

Compare Source

07-29-2019 04:28 PDT

Implementation Changes
  • PubSub: Deprecate several FlowControl settings and things in Message class (#​8796)
Documentation
  • Pub/Sub: document regional endpoint (#​8789)

v0.43.0

Compare Source

07-24-2019 17:13 PDT

Implementation Changes
  • Accomodate new location of 'IAMPolicyStub' (via synth). (#​8680)
  • Use kwargs in test_subscriber_client (#​8414)
New Features
  • Add options_ argument to clients' get_iam_policy; pin black version (via synth). (#​8657)
  • Add 'client_options' support, update list method docstrings (via synth). (#​8518)
Dependencies
  • Bump minimum version for google-api-core to 1.14.0. (#​8709)
  • Update pin for 'grpc-google-iam-v1' to 0.12.3+. (#​8647)
Documentation
  • Link to googleapis.dev documentation in READMEs. (#​8705)
  • Add compatibility check badges to READMEs. (#​8288)
  • Fix typo in publisher index. (#​8619)
  • Document how to choose the PubSub auth method (#​8429)
  • Document different PuSub received message types (#​8468)
  • PubSub: Document batch settings, make synth operations idempotent (#​8448)
  • Add custom docstrings for FlowControl enum and values (via synth). (#​8426)
Internal / Testing Changes
  • Add docs job to publish to googleapis.dev. (#​8464)
  • Add system tests for PubSub clients (#​8277)

v0.42.1

Compare Source

06-18-2019 15:14 PDT

Implementation Changes
  • Increase the minimum allowed version for api core. (#​8419)
  • Allow kwargs to be passed to create_channel. (#​8399)

v0.42.0

Compare Source

06-18-2019 11:32 PDT

Implementation Changes
  • Core: Mitigate busy reopen loop in ResumableBidiRpc consuming 100% CPU (#​8193)
  • Pub/Sub: Increase initial_rpc_timeout for messaging (via synth). (#​8219)
  • PubSub: Release the state lock before calling the publish api (#​8234)
  • Pub/Sub: Expose publish retry settings (#​8231)
  • Prevent unhandled background error on SPM shutdown (#​8111)
  • Update timeouts, blacken noxfile.py, setup.py (via synth). (#​8128)
  • PubSub: Fix streaming pull incorrectly handling FlowControl max_messages setting (#​7948)
Documentation
  • Document PubSub FlowControl settings (#​8293)
  • Replace readthedocs links with links to github docs. (#​8291)
  • Pub/Sub: surface publish future in documentation (#​8229)
  • Pubsub: Separate subscriber and publish future documentation. (#​8205)
  • Drop mention of long-removed 'policy' object. (#​8081)
Internal / Testing Changes
  • Pub/Sub: staticmethod check (#​8091)
  • Add empty lines (via synth). (#​8067)

v0.41.0

Compare Source

05-15-2019 13:57 PDT

New Features
  • Add kms_key_name arg to create_topic; remove BETA warnings (via synth). (#​7936)
  • Add message ordering (via synth). (#​7551)
Implementation Changes
  • Propagate subscribe callback errors to main thread (#​7954)
  • Fix pubsub Streaming Pull shutdown on RetryError (#​7863)
  • Make PubSub subscriber Scheduler inherit from ABC (#​7690)
  • Add routing header to method metadata (via synth). (#​7623)
Internal / Testing Changes
  • Remove classifier for Python 3.4 for end-of-life. (#​7535)
  • Add nox session docs (via synth). (#​7778)
  • Pub/Sub (nit): wrong var name in sample (#​7705)

v0.40.0

Compare Source

03-15-2019 14:09 PDT

Implementation Changes
  • Propagate 'RetryError' in 'PublisherClient.publish'. (#​7071)
  • Protoc-generated serialization update.. (#​7091)
New Features
  • Add 'authentication_method' to 'PushConfig' (via synth). (#​7512)
  • Add protos as an artifact to library (#​7205)
  • Pub/sub: pass transport w/ custom channel to GAPIC API clients. (#​7008)
Dependencies
Documentation
  • Updated client library documentation URLs. (#​7307)
  • Update copyright headers
  • Fix broken docstring cross-reference links. (#​7132)
  • Docstring changes from updates to .proto files. (#​7054)
  • Pick up stub docstring fix in GAPIC generator. (#​6978)
Internal / Testing Changes
  • Copy proto files alongside protoc versions.

v0.39.1

Compare Source

12-17-2018 16:57 PST

Implementation Changes
  • Initialize StreamingPullFuture._cancelled as True. (#​6901)
  • Import iam.policy from google.api_core. (#​6741)
Documentation
  • Document Python 2 deprecation (#​6910)
  • Emphasize that returned futures may differ from stdlib futures. (#​6875)
Internal / Testing Changes
  • Add baseline for synth.metadata
  • Update noxfile.
  • blacken all gen'd libs (#​6792)
  • omit local deps (#​6701)
  • Run black at end of synth.py (#​6698)
  • Run Black on Generated libraries (#​6666)
  • Add templates for flake8, coveragerc, noxfile, and black. (#​6642)

v0.39.0

Compare Source

11-27-2018 13:32 PST

Implementation Changes
  • Pick up fixes to GAPIC generator. (#​6503)
  • Override client classmethod factories inherited from GAPIC. (#​6453)
  • Fix imports for hand-written client docstring examples. (#​6345)
  • Fix path for patch of 'bidi' elements. (#​6243)
  • Move bidi to api-core. (#​6211)
  • Re-generate library using pubsub/synth.py (#​6059)
  • Re-generate library using pubsub/synth.py (#​5978)
New Features
  • Add 'expiration_policy' to subscriber client. (#​6223)
Dependencies
  • Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#​6391)
  • Update IAM version in dependencies. (#​6362)
  • Bump minimum 'api_core' version to '1.4.1'. (#​6134)
Documentation
  • Fix client_info bug, update docstrings. (#​6418)
  • Fix docstring reference to wrong future class. (#​6382)
  • Normalize use of support level badges. (#​6159)
  • Update subscriber example in README to current patterns. (#​6194)
  • Prep pubsub docs for repo split. (#​6001)
Internal / Testing Changes

v0.38.0

Compare Source

Implementation Changes
  • Fix race condition in recv()'s usage of self.call. (#​5935)
  • Re-generate the underlying library from protos. (#​5953)
  • Change 'BatchSettings.max_bytes' default. (#​5899)
  • Fix race condition where pending Ack IDs can be modified by another thread. (#​5929)
Internal / Testing Changes

v0.37.2

Compare Source

Implementation Changes
Documentation
  • Fix Sphinx rendering for publisher client. (#​5822)
Internal / Testing Changes
  • Re-generate library, removing obsolete synth modifications. (#​5825)
  • Add test for testing invoking a wrapped class method on the class itself (#​5828)

v0.37.1

Compare Source

Implementation Changes
  • Make get_initial_request more resilient to race conditions. (#​5803)

v0.37.0

Compare Source

Implementation Changes
  • Make Publisher batch-related interfaces private (#​5784)

v0.36.0

Compare Source

Implementation Changes
  • Pubsub: Make 'Message.publish_time' return datetime (#​5633)
  • Ensure SPM methods check that 'self._consumer' is not None before use. (#​5758)
New Features
  • PubSub: add geo-fencing support (#​5769)
  • Add 'Message.ack_id' property. (#​5693)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency google-cloud-pubsub to >=0.45.0,<0.46.0 Update dependency google-cloud-pubsub to >=0.45.0,<0.46.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency google-cloud-pubsub to >=0.45.0,<0.46.0 chore(deps): update dependency google-cloud-pubsub to >=0.45.0,<0.46.0 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/google-cloud-pubsub-0.x branch from c8105ea to 7693f97 Compare March 15, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants