Releases: googleapis/google-auth-library-python
Releases · googleapis/google-auth-library-python
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
v2.23.4
2.23.4 (2023-10-31)
Bug Fixes
- Export detect_gce_residency_linux function (#1403) (809da13)
v2.23.1
2.23.1 (2023-09-26)
Bug Fixes
- Less restrictive content-type header check for google authentication (ignores charset) (#1382) (7039beb)
- Trust boundary meta header renaming and using the schema from backend team. (#1384) (2503d4a)
- Update urllib3 to >= 2.0.5 (#1389) (a99f3bb)
v2.23.0
2.23.0 (2023-09-11)
Features
- Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
- Add get_bq_config_path() to _cloud_sdk.py (#1358) (9f52f66)
Bug Fixes
- Expose universe domain in credentials (#1380) (8b8fce6)
- Make external_account resistant to string type 'expires_in' responses from non-compliant services (#1379) (01d3770)
- Missing ssj for impersonate cred (#1377) (7d453dc)
- Skip checking projectid on cred if env var is set (#1349) (a4135a3)
v2.22.0
2.22.0 (2023-07-06)
Features
- Adding meta header for trust boundary (#1334) (908c8d1)
- Introduce compatibility with native namespace packages (#1205) (2f75922)
Bug Fixes
v2.21.0
2.21.0 (2023-06-26)
Features
Bug Fixes