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.40.3
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.41.0
Choose a head ref
  • 12 commits
  • 30 files changed
  • 8 contributors

Commits on Jul 15, 2025

  1. chore: update secrets (#1795)

    * update secrets
    
    * 1
    
    * 2
    harkamaljot authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    474485d View commit details
    Browse the repository at this point in the history
  2. tests: update default runtime used for tests (#1788)

    * tests: update default runtime used for tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * also disable 3.7/3.8 samples tests
    
    * revert
    
    * specify sessions for Kokoro job
    
    * update secrets
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Harkamal Jot Singh Kumar <[email protected]>
    3 people authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    e9afe79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af18060 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

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

Commits on Aug 7, 2025

  1. feat: Add trust boundary support for service accounts and impersonati…

    …on. (#1778)
    
    * feat: adds trust boundary lookup support for SA and impersonated credentials
    
    * Add feature flag, fix ud bug, and update no-op response.
    
    * Add _build_trust_boundary_lookup_url to external account.
    
    * Implement additional unit tests for the trust boundary
    
    * implement trust boundary in compute_engine to support GCE instances.
    
    * Fix failing unit test, and change acceptable values for the env variable
    
    * Add unit tests for gce trust boundary.
    
    * Use no op method instead of directly comparing values
    
    * fix a typo in calling the method noop
    
    * Add x-allowed-location header to all IAM requests.
    
    * Support self-signed jwt and refactor refresh to handle refreshing trust boundary in the base class.
    
    * Fix failing unit tests
    
    * Revert changes to external account class file.
    
    * Additional unit tests and update some old ones.
    
    * Revert changes to idtoken
    
    * Revert the self signed jwt token workaround
    
    * revert idtoken and jwt trust boundary tests.
    
    * Fix failing github check
    
    * Fix failing unit tests in compute engine
    
    * fix linter issues
    
    * Fix linter issues
    
    * remove trust boundary related code from idtoken as it is not a supported credential type
    
    * remove unused line in test
    nbayati authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    99be2ce View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Configuration menu
    Copy the full SHA
    03e640e View commit details
    Browse the repository at this point in the history
  2. docs: update user guide to include x509 feature. (#1802)

    * docs: update README to include x509 feature.
    
    * Fix hyperlink
    nbayati authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    2d89ab4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    03dfee2 View commit details
    Browse the repository at this point in the history
  2. fix: fix type error in credentials.py for python 3.7 and 3.8 (#1805)

    * fix: fix type error in credentials.py for python 3.7 and 3.8
    
    * fix linting error
    nbayati authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    c30a6a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. chore: update owners (#1813)

    * chore: update owners
    
    * remove yoshi
    sai-sunder-s authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    1e8a867 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. fix: Deprecating generic load methods and adding warnings on few cred…

    … types (#1812)
    
    * fix: Deprecating generic load methods and adding warnings on few cred types
    
    * update secret
    
    * extra line
    
    * remove being
    
    * method to class
    
    * secret update
    
    * secret update
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sai-sunder-s and gcf-owl-bot[bot] authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    58b66ec View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.41.0 (#1797)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    819199a View commit details
    Browse the repository at this point in the history
Loading