Skip to content

Releases: googleapis/google-auth-library-python

v2.42.1

30 Oct 16:31
5d1b862

Choose a tag to compare

2.42.1 (2025-10-30)

Bug Fixes

v2.42.0

28 Oct 17:32
2f8826d

Choose a tag to compare

2.42.0 (2025-10-24)

Features

  • Add trust boundary support for external accounts. (#1809) (36ecb1d)

Bug Fixes

  • Read scopes from ADC json for impersoanted cred (#1820) (62c0fc8)

v2.41.1

30 Sep 22:41
ebf3363

Choose a tag to compare

2.41.1 (2025-09-30)

Bug Fixes

v2.41.0

29 Sep 21:26
819199a

Choose a tag to compare

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.3

04 Jun 17:59
ca94ead

Choose a tag to compare

2.40.3 (2025-06-04)

Bug Fixes

v2.40.2

21 May 17:57
6845065

Choose a tag to compare

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

07 May 00:55
09b368e

Choose a tag to compare

2.40.1 (2025-05-06)

Bug Fixes

  • Disable logging response body for async logs (#1756) (2f0ddfe)

v2.40.0

05 May 18:16
0bebddd

Choose a tag to compare

2.40.0 (2025-04-29)

Features

Bug Fixes

  • Correct webauthn JSON parsing to be compliant with standard. (#1658) (0c5ef36)

v2.39.0

14 Apr 17:36
ee1c7d3

Choose a tag to compare

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

23 Jan 00:58
ca82184

Choose a tag to compare

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)