2024-12-27 09:55:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-auth: update to 2.37.0.
Allow users to use jwk keys for verifying ID token (#1641) (98c3ed9)
|
2024-11-11 08:55:51 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-auth: update to 2.36.0.
Features
IAM signblob retries (#1600) (484c8db)
Making iam endpoint universe-aware (#1604) (16c728d)
Support External Account Authorized User as a Source Credential for \
impersonated credentials in ADC (#1608) (875796c)
Bug Fixes
Adding default parameters to updated interfaces (#1622) (8cf1cb1)
Change universe_domain to universe-domain (#1613) (168fcc6)
Remove base class to avoid type conflict (#1619) (9e2789a)
Revert templates for iam endpoints (#1614) (0a4363a)
Update secret (#1611) (f070de0)
Update secret (#1617) (10f42a7)
Update secret (#1621) (6be19fb)
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-09-27 10:22:32 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-google-auth: add more test requirements per upstream docs
Update test status.
|
2024-09-27 10:10:01 by Thomas Klausner | Files touched by this commit (3) |
Log message:
py-google-auth: depend on newer py-mock for testing
and remove then unneeded local patch.
Sort test dependencies.
|
2024-09-22 18:12:49 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
py-google-auth: update to 2.35.0.
2.35.0 (2024-09-17)
Features
Add cred info to ADC creds (#1587) (6f75dd5)
Add support for asynchronous AuthorizedSession api (#1577) (2910b6b)
Bug Fixes
Remove token_info call from token refresh path (#1595) (afb9e5a)
|
2024-08-20 10:49:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-auth: updated to 2.34.0
2.34.0 (2024-08-13)
Features
auth: Update get_client_ssl_credentials to support X.509 workload certs
Bug Fixes
Retry token request on retryable status code
|
2024-08-11 08:52:56 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-google-auth: update to 2.33.0.
Features
Implement async StaticCredentials using access tokens (#1559) (dc17dfc)
Implement base classes for credentials and request sessions (#1551) (036dac4)
Bug Fixes
metadata: Enhance retry logic for metadata server access in _metadata.py \
(#1545) (61c2432)
Documentation
Update argument for Credentials initialization (#1557) (40b9ed9)
|
2024-07-14 15:20:49 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-auth: update to 2.32.0.
Adds support for X509 workload credential type (#1541) (1270217)
|
2024-07-07 16:44:57 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-auth: update to 2.31.0.
Features
Adds X509 workload cert logic (#1527) (05220e0)
Bug Fixes
Added py.typed to MANIFEST.in (#1526) (1829a3b)
Pass trust_env kwarg to ClientSession (#1533) (6c15c9a), closes #1530
|