Releases: googleapis/google-auth-library-python
Releases · googleapis/google-auth-library-python
v2.28.1
2.28.1 (2024-02-21)
Bug Fixes
- Typo when setting the state for the pickle deserializer. (#1479) (08b5cc3)
v2.28.0
2.28.0 (2024-02-15)
Features
- Adding universe domain support for downscroped credentials (#1463) (fa8b7b2)
Bug Fixes
- Change log level to debug for return_none_for_not_found_error (#1473) (a036b47)
- Make requests import conditional for gce universe domain (#1476) (9bb64c8)
v2.27.0
2.27.0 (2024-01-24)
Features
- Add optional account association for Authorized User credentials. (#1458) (988153d)
Bug Fixes
- Allow custom universe domain for gce creds (#1460) (7db5823)
- Conditionally import requests only if no request was passed by the caller. (#1456) (9cd6742)
v2.26.2
2.26.2 (2024-01-11)
Bug Fixes
- Read universe_domain for external account authorized user (#1450) (1cc7df3)
v2.26.1
2.26.1 (2024-01-03)
Bug Fixes
- Ensure that refresh worker is pickle-able. (#1447) (421c184)
v2.26.0
2.26.0 (2023-12-20)
Features
- Add optional non blocking refresh for sync auth code (a6dc2c3)
- Add optional non blocking refresh for sync auth code (#1368) (a6dc2c3)
Bug Fixes
- External account user cred universe domain support (#1437) (75068f9)
- Guard delete statements. Add default fallback for _use_non_blocking_refresh. (#1445) (776d634)
v2.25.0
2.25.0 (2023-12-04)
Features
- Add custom tls signer for ECP Provider. (39eb287)
- Add custom tls signer for ECP Provider. (#1402) (39eb287)
Bug Fixes
- Add with_universe_domain (#1408) (505910c)
- Fixes issue where Python37DeprecationWarning cannot be filtered (#1428) (f22f767)
- Remove broken link in Python37DeprecationWarning (#1430) (e2db602)
v2.24.0
2.24.0 (2023-11-29)
Features
Bug Fixes
- Add missing before request to async oauth2 credentials. (#1420) (8eaa878)
- Auto create self signed jwt cred (#1418) (6c610a5)
- Migrate datetime.utcnow for python 3.12 (#1413) (e4d9c27)
Documentation