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.41.1
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.42.1
Choose a head ref
  • 9 commits
  • 17 files changed
  • 5 contributors

Commits on Oct 1, 2025

  1. test: Add tests to cover deprecation and suppression (#1817)

    * test: Add tests to covere deprecation and suppression
    
    * lint
    
    * blacken
    sai-sunder-s authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    e16d70b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

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

Commits on Oct 7, 2025

  1. feat: Add trust boundary support for external accounts. (#1809)

    * feat: Add trust boundary support for external accounts.
    
    * Add trust boundary support to external account authorized users.
    
    * Fix lint issues
    
    * Implement additional unit tests for external account authorized user.
    
    * fix formatting issue
    
    * Add a unit test with invalid audiance
    
    * add missing unit tests
    nbayati authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    36ecb1d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. fix: Read scopes from ADC json for impersoanted cred (#1820)

    * fix: Read scopes from ADC json for impersoanted cred
    
    * secret
    
    * 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 Oct 22, 2025
    Configuration menu
    Copy the full SHA
    62c0fc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

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

Commits on Oct 28, 2025

  1. chore(main): release 2.42.0 (#1819)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [2.42.0](v2.41.1...v2.42.0)
    (2025-10-24)
    
    
    ### Features
    
    * Add trust boundary support for external accounts.
    ([#1809](#1809))
    ([36ecb1d](36ecb1d))
    
    
    ### Bug Fixes
    
    * Read scopes from ADC json for impersoanted cred
    ([#1820](#1820))
    ([62c0fc8](62c0fc8))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    2f8826d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    cb62f57 View commit details
    Browse the repository at this point in the history
  2. fix: catch ValueError for json.loads() (#1842)

    see internal bug 448976223
    
    TODO: 
     - [x] add test
     - [x] match the exception string so we don't catch unexpected cases
    Linchin authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    b074cad View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.42.1 (#1853)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [2.42.1](v2.42.0...v2.42.1)
    (2025-10-30)
    
    
    ### Bug Fixes
    
    * Catch ValueError for json.loads()
    ([#1842](#1842))
    ([b074cad](b074cad))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    5d1b862 View commit details
    Browse the repository at this point in the history
Loading