-
Notifications
You must be signed in to change notification settings - Fork 207
Comparing changes
Open a pull request
base repository: googleapis/python-pubsub
base: v2.1.0
head repository: googleapis/python-pubsub
compare: v2.2.0
- 13 commits
- 45 files changed
- 12 contributors
Commits on Sep 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1193cd1 - Browse repository at this point
Copy the full SHA 1193cd1View commit details
Commits on Sep 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7228f6c - Browse repository at this point
Copy the full SHA 7228f6cView commit details
Commits on Oct 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2e03ba0 - Browse repository at this point
Copy the full SHA 2e03ba0View commit details
Commits on Oct 12, 2020
-
samples: clean up tests (#221)
* fix: increase timeout for tests * lint * clean up tests and rewrote sync pull * a few nits
Configuration menu - View commit details
-
Copy full SHA for 41f3341 - Browse repository at this point
Copy the full SHA 41f3341View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9968ca9 - Browse repository at this point
Copy the full SHA 9968ca9View commit details
Commits on Oct 13, 2020
-
fix: make fixup script consistent with migration docs (#208)
* Generate code consistent with the upgrade documentation. * Add an option to generate the code using keyword arguments instead of a request. * Generate stylistically consistent code (no spaces in keywords, double quotes for strings). * Reformat the script itself to use the same code styling.
Configuration menu - View commit details
-
Copy full SHA for b64e218 - Browse repository at this point
Copy the full SHA b64e218View commit details -
samples: clarify comments in samples (#223)
* samples: clarify comments in samples * fix: create a dlq sub instead
Configuration menu - View commit details
-
Copy full SHA for 7de13b8 - Browse repository at this point
Copy the full SHA 7de13b8View commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ec8f5f2 - Browse repository at this point
Copy the full SHA ec8f5f2View commit details
Commits on Oct 22, 2020
-
fix: fix mtls issue in handwritten layer (#226)
* fix: fix mtls issue in handwritten layer * chore: update scripts * chore: update noxfile.py
Configuration menu - View commit details
-
Copy full SHA for 09a409c - Browse repository at this point
Copy the full SHA 09a409cView commit details
Commits on Nov 10, 2020
-
docs: document potentially unexpected blocking behavior of publish() …
…method (#214) * docs: Document potentially unexpected blocking behavior of publish() method. * Update google/cloud/pubsub_v1/publisher/client.py Co-authored-by: Tres Seaver <[email protected]> Co-authored-by: Prad Nelluru <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6d9bd7 - Browse repository at this point
Copy the full SHA b6d9bd7View commit details -
feat: Enable server side flow control by default with the option to t…
…urn it off (#231) * Enable server side flow control by default with the option to turn it off This change enables sending flow control settings automatically to the server. If flow_control.max_messages > 0 or flow_control.max_bytes > 0, flow control will be enforced at the server side (in addition to the client side). This behavior is enabled by default and users who would like to opt-out of this feature --in case they encouter issues with server side flow control-- can pass in use_legacy_flow_control=True in SubscriberClient.subscribe(). * Enable server side flow control by default with the option to turn it off This change enables sending flow control settings automatically to the server. If flow_control.max_messages > 0 or flow_control.max_bytes > 0, flow control will be enforced at the server side (in addition to the client side). This behavior is enabled by default and users who would like to opt-out of this feature --in case they encouter issues with server side flow control-- can pass in use_legacy_flow_control=true in subscriberclient.subscribe(). Co-authored-by: Tianzi Cai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94d738c - Browse repository at this point
Copy the full SHA 94d738cView commit details
Commits on Nov 16, 2020
-
feat: Add dead lettering max delivery attempts argument (#236)
* Add max_delivery_attempts input to subsciber.py Add functionality so users could set max_delivery_attempts while creating or updating a subscription with dead lettering enabled instead of it's value being set to an arbitrary number. * Make max_delivery_attempts argument optional Make the argument optional and set the value to 5 if the user doesn't set it just like Cloud Pub/Sub does. * Add max_delivery_attempts parameter to create and update subscription with dead lettering calls Added max delivery attempts parameter to calls to update and create subscriber to match the methods in subscriber.py * Add constants and defaults for max_delivery_attempts argument * Fix comments related to added max_delivery_attempts parameter * Fix typo in max_delivery_attempts comments
Configuration menu - View commit details
-
Copy full SHA for 7687ae5 - Browse repository at this point
Copy the full SHA 7687ae5View commit details
Commits on Nov 23, 2020
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 40628d0 - Browse repository at this point
Copy the full SHA 40628d0View commit details
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.1.0...v2.2.0