Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: googleapis/google-auth-library-python

v2.40.1

07 May 00:55
09b368e
Compare
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
Compare
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
Compare
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
Compare
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)

v2.37.0

11 Dec 20:05
c3ea09f
Compare
Choose a tag to compare

2.37.0 (2024-12-11)

Features

  • Allow users to use jwk keys for verifying ID token (#1641) (98c3ed9)

v2.36.1

08 Nov 18:00
bfab592
Compare
Choose a tag to compare

2.36.1 (2024-11-08)

Bug Fixes

  • Improve user guide for Impersonation and SA (#1627) (656307d)

v2.36.0

31 Oct 16:22
3fae8f8
Compare
Choose a tag to compare

2.36.0 (2024-10-30)

Features

  • IAM signblob retries (#1600) (484c8db)
  • Making iam endpoint universe-aware (#1604) (16c728d)
  • Support External Account Authorized User as a Source Credential for impersonated credentials in ADC (#1608) (875796c)

Bug Fixes

v2.35.0

19 Sep 18:00
63f6571
Compare
Choose a tag to compare

2.35.0 (2024-09-17)

Features

Bug Fixes

  • Remove token_info call from token refresh path (#1595) (afb9e5a)

v2.35.0rc0

17 Sep 17:43
Compare
Choose a tag to compare
v2.35.0rc0 Pre-release
Pre-release

2.35.0rc0 (2024-09-17)

Features

Bug Fixes

  • Remove token_info call from token refresh path (#1595) (afb9e5a)

v2.34.0

14 Aug 21:36
c6d9903
Compare
Choose a tag to compare

2.34.0 (2024-08-13)

Features

  • auth: Update get_client_ssl_credentials to support X.509 workload certs (#1558) (18c2ec1)

Bug Fixes

  • Retry token request on retryable status code (#1563) (f858a15)