-
Notifications
You must be signed in to change notification settings - Fork 316
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-python
base: v2.32.0
head repository: googleapis/google-auth-library-python
compare: v2.33.0
- 7 commits
- 21 files changed
- 7 contributors
Commits on Jul 11, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 461a3f5 - Browse repository at this point
Copy the full SHA 461a3f5View commit details
Commits on Jul 12, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 61c2432 - Browse repository at this point
Copy the full SHA 61c2432View commit details
Commits on Jul 16, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 036dac4 - Browse repository at this point
Copy the full SHA 036dac4View commit details
Commits on Jul 17, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for dc17dfc - Browse repository at this point
Copy the full SHA dc17dfcView commit details -
docs: Update argument for Credentials initialization (#1557)
Credentials expects `aws_security_credentials_supplier`, not `aws_security_token_supplier`
Configuration menu - View commit details
-
Copy full SHA for 40b9ed9 - Browse repository at this point
Copy the full SHA 40b9ed9View commit details
Commits on Aug 6, 2024
-
chore: Add aiohttp requirements test constraint. (#1566)
See #1565 for more information.
Configuration menu - View commit details
-
Copy full SHA for 52abcf2 - Browse repository at this point
Copy the full SHA 52abcf2View commit details -
chore(main): release 2.33.0 (#1560)
* chore(main): release 2.33.0
Configuration menu - View commit details
-
Copy full SHA for 5030b82 - Browse repository at this point
Copy the full SHA 5030b82View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.32.0...v2.33.0