Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-pubsub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: googleapis/python-pubsub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 13 commits
  • 45 files changed
  • 12 contributors

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    1193cd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    7228f6c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    2e03ba0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. samples: clean up tests (#221)

    * fix: increase timeout for tests
    
    * lint
    
    * clean up tests and rewrote sync pull
    
    * a few nits
    anguillanneuf authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    41f3341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9968ca9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. 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.
    cguardia authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    b64e218 View commit details
    Browse the repository at this point in the history
  2. samples: clarify comments in samples (#223)

    * samples: clarify comments in samples
    
    * fix: create a dlq sub instead
    anguillanneuf authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7de13b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    ec8f5f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. fix: fix mtls issue in handwritten layer (#226)

    * fix: fix mtls issue in handwritten layer
    
    * chore: update scripts
    
    * chore: update noxfile.py
    arithmetic1728 authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    09a409c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. 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]>
    3 people authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    b6d9bd7 View commit details
    Browse the repository at this point in the history
  2. 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]>
    fayssalmartanigcp and anguillanneuf authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    94d738c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. 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
    danavaziri-ga authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    7687ae5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. chore: release 2.2.0 (#234)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    40628d0 View commit details
    Browse the repository at this point in the history
Loading