summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-auth_2.35.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-google-auth: upgrade 2.35.0 -> 2.36.0Wang Mingyu2024-11-191-43/+0
| | | | | | | | | | | | | | | | | | | | | | Changelog: ============= Features --------- - IAM signblob retries - Making iam endpoint universe-aware - Support External Account Authorized User as a Source Credential for impersonated credentials in ADC Bug Fixes ---------- - Adding default parameters to updated interfaces - Change universe_domain to universe-domain - Remove base class to avoid type conflict - Revert templates for iam endpoints - Update secret Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: Upgrade to 2.35.0Khem Raj2024-10-251-0/+43
2.35.0 (2024-09-17) Features Add cred info to ADC creds Add support for asynchronous AuthorizedSession api Bug Fixes Remove token_info call from token refresh path 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 (#1563) (f858a15) 2.33.0 (2024-08-06) Features Implement async StaticCredentials using access tokens Implement base classes for credentials and request sessions Bug Fixes metadata: Enhance retry logic for metadata server access in _metadata.py Documentation Update argument for Credentials initialization 2.32.0 (2024-07-08) Features Adds support for X509 workload credential type 2.31.0 (2024-06-27) Features Adds X509 workload cert logic Bug Fixes Added py.typed to MANIFEST.in Pass trust_env kwarg to ClientSession Signed-off-by: Khem Raj <raj.khem@gmail.com>