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.4.1
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.4.2
Choose a head ref
  • 6 commits
  • 17 files changed
  • 6 contributors

Commits on Mar 23, 2020

  1. chore: add psutil to synth.py (#55)

    * add psutil to synth.py
    
    * chore: add psutil to synth.py
    hongalex authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6242018 View commit details
    Browse the repository at this point in the history
  2. fix: update generated retry timings for publish and pull rpcs via syn…

    …th (#43)
    
    * fix: update generated retry settings for pull and publish rpcs via synth
    
    Co-authored-by: Alex Hong <hongalex@google.com>
    Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com>
    3 people authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    4f7fe85 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. test: cover the fix for sync pull with no messages (#53)

    * test: cover the fix for sync pull with no messages
    
    * Fix typo in test failure message
    plamut authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    9abb047 View commit details
    Browse the repository at this point in the history
  2. test: put RBAC tests into their own suite (#51)

    Co-authored-by: Prad Nelluru <pradn@google.com>
    plamut and pradn authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a3ee941 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. fix: use client_options.api_endpoint parameter instead of ignoring it (

    …#59)
    
    - The client_options.api-endpoint parameter was being ignored. This bug prevented users from using regional endpoints. It also made it harder to test code against nonprod endpoints.
    
    Fixes #61
    pradn authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    56b8d7b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. chore: release 1.4.2 (#56)

    * updated CHANGELOG.md [ci skip]
    
    * updated setup.cfg [ci skip]
    
    * updated setup.py [ci skip]
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    4b3d179 View commit details
    Browse the repository at this point in the history
Loading