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/google-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.0
Choose a base ref
...
head repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.0
Choose a head ref
  • 6 commits
  • 34 files changed
  • 6 contributors

Commits on Jun 29, 2020

  1. feat: check 'iss' in verify_oauth2_token (#500)

    Co-authored-by: Tianzi Cai <[email protected]>
    busunkim96 and anguillanneuf authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    c05b8b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. docs: remove 3.4 from supported versions list (#549)

    Remove 3.4 from the supported versions list. We no longer actively test it and it has been EOL since March. https://www.python.org/downloads/release/python-3410/
    busunkim96 authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8c84d0f View commit details
    Browse the repository at this point in the history
  2. fix: migrate signBlob to iamcredentials.googleapis.com (#553)

    * Migrate signBlob from iam.googleapis.com to iamcredentials.googleapis.com.
    This API is deprecated and will be shutdown in one year.
    
    This is used google.auth.iam.Signer.
    Added a system_test to sanity check the implementation.
    bojeil-google authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    038ae1b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. chore: update file headers (#515)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * chore: modify synth excludes
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    Co-authored-by: Bu Sun Kim <[email protected]>
    3 people authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    218a159 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

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

Commits on Jul 13, 2020

  1. chore: release 1.19.0 (#552)

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