Skip to content

Releases: googleapis/google-auth-library-python

v2.32.0

08 Jul 21:54
8338594
Compare
Choose a tag to compare

2.32.0 (2024-07-08)

Features

  • Adds support for X509 workload credential type (#1541) (1270217)

v2.31.0

01 Jul 16:13
2150bf2
Compare
Choose a tag to compare

2.31.0 (2024-06-27)

Features

Bug Fixes

v2.30.0

06 Jun 23:16
48add44
Compare
Choose a tag to compare

2.30.0 (2024-06-06)

Features

  • Add WebAuthn plugin component to handle WebAuthn get assertion request (#1464) (e25f336)
  • ECP Provider drop cryptography requirement (#1524) (a821d71)
  • Enable webauthn plugin for security keys (#1528) (e2d5e63)

Bug Fixes

  • Fix id_token iam endpoint for non-gdu service credentials (#1506) (93d681e)
  • Makes default token_url universe aware (#1514) (045776e)

v2.29.0

20 Mar 17:20
0f70509
Compare
Choose a tag to compare

2.29.0 (2024-03-18)

Features

  • Adds support for custom suppliers in AWS and Identity Pool credentials (#1496) (3af1768)

Bug Fixes

  • Refactor tech debt in aws and identity pool credentials (#1501) (ce435b0)

v2.28.2

08 Mar 19:15
3ddcc49
Compare
Choose a tag to compare

2.28.2 (2024-03-08)

Bug Fixes

v2.28.1

21 Feb 18:27
3c3bfd7
Compare
Choose a tag to compare

2.28.1 (2024-02-21)

Bug Fixes

  • Typo when setting the state for the pickle deserializer. (#1479) (08b5cc3)

v2.28.0

15 Feb 19:18
32ed601
Compare
Choose a tag to compare

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

24 Jan 18:39
6aeb700
Compare
Choose a tag to compare

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

11 Jan 06:03
c33f308
Compare
Choose a tag to compare

2.26.2 (2024-01-11)

Bug Fixes

  • Read universe_domain for external account authorized user (#1450) (1cc7df3)

v2.26.1

03 Jan 22:48
30562b8
Compare
Choose a tag to compare

2.26.1 (2024-01-03)

Bug Fixes

  • Ensure that refresh worker is pickle-able. (#1447) (421c184)