Releases: googleapis/google-auth-library-python
Releases · googleapis/google-auth-library-python
v2.41.0
2.41.0 (2025-09-29)
Features
- Add support for cachetools 6.0 (#1773) (af18060)
- Add trust boundary support for service accounts and impersonation. (#1778) (99be2ce)
Bug Fixes
Documentation
- Update user guide to include x509 feature. (#1802) (2d89ab4)
v2.40.2
2.40.2 (2025-05-21)
Bug Fixes
- Remove sync response logs in AuthorizedSession (97ed1c8)
- Update test to consider new error message from cryptography (#1765) (44e38b6)
v2.40.1
2.40.1 (2025-05-06)
Bug Fixes
- Disable logging response body for async logs (#1756) (2f0ddfe)
v2.40.0
2.40.0 (2025-04-29)
Features
Bug Fixes
- Correct webauthn JSON parsing to be compliant with standard. (#1658) (0c5ef36)
v2.39.0
2.39.0 (2025-04-14)
Features
- Adds GA support for X.509 workload identity federation (#1695) (7495960)
Bug Fixes
- Add impersonated SA via local ADC support for fetch_id_token (#1740) (f249764)
- Add missing packaging dependency for feature requiring urllib3 (#1732) (221f4a8)
- Add request timeout for MDS requests (#1699) (9f7d3fa)
- Explicitly declare support for Python 3.13 (#1741) (6fd04d5)
v2.38.0
2.38.0 (2025-01-23)
Features
- Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)
Documentation
- Add warnings regarding consuming externally sourced credentials (d049370)
v2.37.0
2.37.0 (2024-12-11)
Features
- Allow users to use jwk keys for verifying ID token (#1641) (98c3ed9)
v2.36.1
2.36.1 (2024-11-08)
Bug Fixes
- Improve user guide for Impersonation and SA (#1627) (656307d)