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: v2.6.6
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: v2.7.0
Choose a head ref
  • 18 commits
  • 17 files changed
  • 10 contributors

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    772d6f4 View commit details
    Browse the repository at this point in the history
  2. chore(python): update creds expiration threshold comment (#1032)

    Co-authored-by: Anthonios Partheniou <[email protected]>
    GeyseR and parthea authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    74860e5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    89409bd View commit details
    Browse the repository at this point in the history
  2. fix: validate urls for external accounts (#1031)

    * [Bug 193694420] adding validation of token url and service account impersonation url (#1)
    
    [b-193694420] adding url validation for token url and service account impersonation url
      * adding coverage of empty hostname to invalid token url
      * Add more tests to enlarge the coverage
    Co-authored-by: Jin Qin <[email protected]>
    
    * adding coverage for service account impersonate url validation
    
    * using urllib3 instead of urllib since it's the project test requirements included
    
    * fix format
    
    * addressing comments
    
    * remove redundant
    
    * fix tests since python 3.6 cannot have same string constants interpret as 3.7+
    
    * fix lint and fix the flaky test in an alternate way
    
    * revert the debugging output
    
    * fix lint
    
    Co-authored-by: Leo <[email protected]>
    Co-authored-by: Jin Qin <[email protected]>
    Co-authored-by: arithmetic1728 <[email protected]>
    4 people authored May 3, 2022
    Configuration menu
    Copy the full SHA
    61b1f15 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

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

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    2598080 View commit details
    Browse the repository at this point in the history
  2. feat: Pluggable auth support (#995)

    * feat: Add Pluggable auth support (#988)
    
    * Port identity pool credentials
    
    * access_token retrieved
    
    * -> pluggable
    
    * Update pluggable.py
    
    * Create test_pluggable.py
    
    * Unit tests
    
    * Address pr issues
    
    * feat: Add file caching (#990)
    
    * Add file cache
    
    * feat: add output file cache support
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update pluggable.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update pluggable.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update setup.py
    
    * Update setup.py
    
    * Update setup.py
    
    * pytest_subprocess
    
    * timeout
    
    * Update pluggable.py
    
    * env
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update _default.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update requirements.txt
    
    * Update _default.py
    
    * Update pluggable.py
    
    * Update pluggable.py
    
    * Update pluggable.py
    
    * Update test_pluggable.py
    
    * format validations
    
    * Update _default.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update requirements.txt
    
    * Revert "Update requirements.txt"
    
    This reverts commit 1c9b6db.
    
    * Revert "Update _default.py"
    
    This reverts commit ac6c360.
    
    * Revert "Revert "Update _default.py""
    
    This reverts commit 1c08483.
    
    * Raise output format error but retry parsing token if `success` is 0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update requirements.txt
    
    * Delete test_pluggable.py
    
    * Revert "Delete test_pluggable.py"
    
    This reverts commit 74beba9.
    
    * Update pluggable.py
    
    * Update pluggable.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * pytest-subprocess
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * lint
    
    * Update pluggable.py
    
    * nox cover
    
    nox cover
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * lint
    
    * Update test_pluggable.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update test_pluggable.py
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: arithmetic1728 <[email protected]>
    3 people authored May 10, 2022
    Configuration menu
    Copy the full SHA
    62daa73 View commit details
    Browse the repository at this point in the history
  3. feat: add experimental GDCH support (#1022)

    * feat: add experimental GDCH support
    
    * address comments
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove quota project id
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    arithmetic1728 and gcf-owl-bot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    5367aac View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

Commits on May 13, 2022

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

Commits on Jun 1, 2022

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

Commits on Jun 6, 2022

  1. chore: update sys test creds (#1051)

    * chore: update sys test creds
    
    * chore: update sys test creds
    arithmetic1728 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    45b6b34 View commit details
    Browse the repository at this point in the history
  2. docs: fix changelog header to consistent size (#1046)

    Co-authored-by: arithmetic1728 <[email protected]>
    dandhlee and arithmetic1728 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e64d084 View commit details
    Browse the repository at this point in the history
  3. chore: test minimum dependencies in python 3.7 (#1049)

    Co-authored-by: arithmetic1728 <[email protected]>
    parthea and arithmetic1728 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c3d7e14 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    f609246 View commit details
    Browse the repository at this point in the history
  2. feat: add experimental enterprise cert support (#1052)

    * feat: add experimental enterprise cert support
    
    * fix test issue
    
    * resolve comments
    arithmetic1728 authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    dda7dda View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.7.0 (#1036)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.7.0](v2.6.6...v2.7.0) (2022-06-07)
    
    
    ### Features
    
    * add experimental enterprise cert support ([#1052](#1052)) ([dda7dda](dda7dda))
    * add experimental GDCH support ([#1022](#1022)) ([5367aac](5367aac))
    * Pluggable auth support ([#995](#995)) ([62daa73](62daa73))
    
    
    ### Bug Fixes
    
    * validate urls for external accounts ([#1031](#1031)) ([61b1f15](61b1f15))
    
    
    ### Reverts
    
    * pluggable auth support [#995](#995) ([#1039](#1039)) ([513d999](513d999))
    * revert experimental GDCH support ([#1022](#1022)) ([#1042](#1042)) ([c720995](c720995))
    
    
    ### Documentation
    
    * fix changelog header to consistent size ([#1046](#1046)) ([e64d084](e64d084))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    49bb805 View commit details
    Browse the repository at this point in the history
Loading