- Notifications
You must be signed in to change notification settings - Fork213
Comparing changes
Open a pull request
base repository:googleapis/python-pubsub
Uh oh!
There was an error while loading.Please reload this page.
base:v2.12.1
head repository:googleapis/python-pubsub
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.13.0
- 13commits
- 20files changed
- 7contributors
Commits on May 12, 2022
chore(deps): update dependency google-cloud-pubsub to v2.12.1 (#683)
renovate-bot authoredMay 12, 2022
Commits on May 16, 2022
Tests: Remove shared subscriptions across parallel tests (#669)
In samples/snippets/noxfile.py, tests are run in parallel if pytest-parallel is installed.This resulted in tests failing in CI that did not fail locally. Because of the use of shared subscription names across tests running in parallel, some tests were deleting a subscription, while others were attempting to receive messages.This PR removes all subscription test fixtures that created and deleted subscriptions that were reused across tests in samples/snippets/subscriber_test.py, instead repeating the creation logic within each test, with a different subscription name per test, to allow tests to run in parallel without failures.Also includes unrelated formatting changes due to linting changes.Fixes#668🦕
acocuzzo authoredMay 16, 2022
Commits on May 19, 2022
feat: add BigQuery configuration for subscriptions (#685)
* feat: add BigQuery configuration for subscriptionsPiperOrigin-RevId: 449031535Source-Link:googleapis/googleapis@feec34dSource-Link:googleapis/googleapis-gen@89664e9Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODk2NjRlOTcwOGMxOWQ1MzJjNjNmN2ExNmZkNzljYjYzMWQ4N2FhMSJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on May 26, 2022
samples: regenerate sample proto for compatibility with protobuf >3.2…
…0.1 (#690)
acocuzzo authoredMay 26, 2022
Commits on May 27, 2022
fix: add info log for bidi streaming pull ack_deadline requests (#692)
* fix add info logg on bidi streaming pull ack_deadline changes* adding test coverage for logging
acocuzzo authoredMay 27, 2022
Commits on May 29, 2022
chore(deps): add asyncio-mode=strict (#695)
* chore(dependencies): add asyncio-mode=strict* run only >3.6* add to extras by python* add arg only after 3.6* lint and remove comments* Revert "lint and remove comments"This reverts commit2c12c3f.* fix lint and comments
acocuzzo authoredMay 29, 2022
Commits on May 30, 2022
chore: use gapic-generator-python 1.0.0 (#691)
- [ ] Regenerate this pull request now.PiperOrigin-RevId: 451250442Source-Link:googleapis/googleapis@cca5e81Source-Link:googleapis/googleapis-gen@0b219daCopy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIyMTlkYTE2MWE4YmRjYzNjNmY3YjJlZmNkODIxMDUxODJhMzBjYSJ9
gcf-owl-bot[bot] authoredMay 30, 2022 chore(revert): use gapic-generator-python 1.0.0 (#696)
* Revert "chore: use gapic-generator-python 1.0.0 (#691)"This reverts commitfb493bd.* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Jun 2, 2022
Commits on Jun 6, 2022
chore: test minimum dependencies in python 3.7 (#704)
parthea authoredJun 6, 2022 ci: add owlbot-post-processor to required checks (#698)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Jun 7, 2022
chore(main): release 2.13.0 (#686)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>Co-authored-by: Anna Cocuzzo <63511057+acocuzzo@users.noreply.github.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.12.1...v2.13.0
Uh oh!
There was an error while loading.Please reload this page.