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: v1.5.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: v1.6.0
Choose a head ref
  • 7 commits
  • 61 files changed
  • 5 contributors

Commits on May 15, 2020

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

Commits on Jun 2, 2020

  1. feat: add flow control for message publishing (#96)

    * feat: add publish flow control settings
    
    * Add flow control logic to publisher client
    
    * Add flow control support for multiple add() threads
    
    * Raise publish flow control errors through futures
    
    * Include load info in debug log messages
    
    * Remove incorrect comment in a test
    
    * Remove comment about an error not directly raised
    
    * Remove redundant check for reservation exsistence
    
    * Change exception for publishing too large a message
    
    * Add internal sanity check for byte reservations
    
    * Reword the docstring on flow control limits error
    plamut authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    06085c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

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

Commits on Jun 9, 2020

  1. chore: re-generated to pick up changes in the API or client library g…

    …enerator (#114)
    
    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/99f854b3-bcbd-4ca9-a44c-2a6dea51ca52/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    PiperOrigin-RevId: 314795690
    Source-Link: googleapis/googleapis@86285bb
    PiperOrigin-RevId: 313812131
    Source-Link: googleapis/googleapis@fb21971
    PiperOrigin-RevId: 313795529
    Source-Link: googleapis/googleapis@f4bd71c
    Source-Link: googleapis/synthtool@4e1d2cb
    Source-Link: googleapis/synthtool@e99975b
    Source-Link: googleapis/synthtool@ffe1040
    Source-Link: googleapis/synthtool@71b8a27
    PiperOrigin-RevId: 313488995
    Source-Link: googleapis/googleapis@eafa840
    PiperOrigin-RevId: 313460921
    Source-Link: googleapis/googleapis@c4e3701
    PiperOrigin-RevId: 313276022
    Source-Link: googleapis/googleapis@f5f268f
    PiperOrigin-RevId: 312689208
    Source-Link: googleapis/googleapis@dec3204
    Source-Link: googleapis/synthtool@d2364eb
    Source-Link: googleapis/synthtool@7482e79
    PiperOrigin-RevId: 310595049
    Source-Link: googleapis/googleapis@73d4b5d
    Source-Link: googleapis/synthtool@09c4846
    PiperOrigin-RevId: 309824146
    Source-Link: googleapis/googleapis@e0f9d9e
    yoshi-automation authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    0132a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7677e View commit details
    Browse the repository at this point in the history
  3. fix: PubSub incompatibility with api-core 1.17.0+ (#103)

    * fix: disable pre-fetching first streaming pull item
    
    * Remove api-core version cap, but ban 1.17.0 release
    
    * Regenerate gapic layer with synth
    
    * Revert "Regenerate gapic layer with synth"
    
    This reverts commit 1d24853.
    
    * Retain only the relevant fix in generated code
    
    * Exclude multiple incompatible api-core versions
    
    * Fix syntax error in synth.py
    
    * Ban all bugfix versions of problematic api-core minor versions
    plamut authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c02060f View commit details
    Browse the repository at this point in the history
  4. chore: release 1.6.0 (#117)

    ## [1.6.0](https://github.com/googleapis/python-pubsub/compare/v1.5.0...v1.6.0) (2020-06-09)
    
    ### Features
    
    * Add flow control for message publishing ([#96](https://github.com/googleapis/python-pubsub/issues/96)) ([06085c4](https://github.com/googleapis/python-pubsub/commit/06085c4083b9dccdd50383257799904510bbf3a0))
    
    
    ### Bug Fixes
    
    * Fix PubSub incompatibility with api-core 1.17.0+ ([#103](https://github.com/googleapis/python-pubsub/issues/103)) ([c02060f](https://github.com/googleapis/python-pubsub/commit/c02060fbbe6e2ca4664bee08d2de10665d41dc0b))
    
    
    ### Documentation
    - Clarify that Schedulers shouldn't be used with multiple SubscriberClients ([#100](#100)) ([cf9e87c](cf9e87c))
    - Fix update subscription/snapshot/topic samples ([#113](#113)) ([e62c38b](e62c38b))
    
    
    ### Internal / Testing Changes
    - Re-generated service implementaton using synth: removed experimental notes from the RetryPolicy and filtering features in anticipation of GA, added DetachSubscription (experimental) ([#114](#114)) ([0132a46](0132a46))
    - Incorporate will_accept() checks into publish() ([#108](#108)) ([6c7677e](6c7677e))
    release-please[bot] authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    60fe71a View commit details
    Browse the repository at this point in the history
Loading