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.32.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: v2.33.0
Choose a head ref
  • 7 commits
  • 21 files changed
  • 7 contributors

Commits on Jul 11, 2024

  1. chore: Modify exponential backoff implementation to have no initial s…

    …leep (#1547)
    
    chore: No sleep on initial attempt in exponential backoff implementation
    
    It is unintuitive that the initial attempt in the exponential backoff
    loop sleeps. This can lead to subtle bugs in future call sites.
    
    This patch refactors the exponential backoff to begin sleeping on the
    2nd iteration so requests can be done in a single for loop.
    clundin25 authored Jul 11, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    461a3f5 View commit details

Commits on Jul 12, 2024

  1. fix(metadata): enhance retry logic for metadata server access in _met…

    …adata.py (#1545)
    
    * fix(metadata): Use exponential backoff retry logic for GCE metadata server access
    mrvarmazyar authored Jul 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    61c2432 View commit details

Commits on Jul 16, 2024

  1. feat: implement base classes for credentials and request sessions (#1551

    )
    
    * implement base classes for credentials and request sessions
    
    * remove public methods apply and before_request from base credentials
    
    * move MTLS logic back to requests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * minor fix
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * address PR comments
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * address PR comments
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Refresh system test creds.
    
    * revert copyright date
    
    * fix import statements order
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Carl Lundin <108372512+clundin25@users.noreply.github.com>
    Co-authored-by: Carl Lundin <clundin@google.com>
    4 people authored Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    036dac4 View commit details

Commits on Jul 17, 2024

  1. feat: implement async StaticCredentials using access tokens (#1559)

    * feat: implement async oauth2 credentials
    
    * minor cleanup
    
    * inherit base credentials class in async credentials
    
    * fix whitespace
    
    * implement builder class for oauth 2.0 credentials
    
    * feat: implement async static credentials
    
    * revert implementing oauth2 credentials
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update values used in tests
    
    * update the exception raised for static refresh
    
    * add async anonymous credentials
    
    * update docstrings
    
    * address PR comments
    
    * chore: Refresh system test creds.
    
    * fix lint issues
    
    * add test coverage
    
    * 🦉 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>
    Co-authored-by: Carl Lundin <clundin@google.com>
    3 people authored Jul 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dc17dfc View commit details
  2. docs: Update argument for Credentials initialization (#1557)

    Credentials expects `aws_security_credentials_supplier`, not `aws_security_token_supplier`
    ureyes84 authored Jul 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    40b9ed9 View commit details

Commits on Aug 6, 2024

  1. chore: Add aiohttp requirements test constraint. (#1566)

    See #1565
    for more information.
    clundin25 authored Aug 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    52abcf2 View commit details
  2. chore(main): release 2.33.0 (#1560)

    * chore(main): release 2.33.0
    release-please[bot] authored Aug 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5030b82 View commit details
Loading