Skip to content

Releases: googleapis/google-auth-library-python

v2.26.1

03 Jan 22:48
30562b8

Choose a tag to compare

2.26.1 (2024-01-03)

Bug Fixes

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

v2.26.0

03 Jan 08:20
a99886c

Choose a tag to compare

2.26.0 (2023-12-20)

Features

  • Add optional non blocking refresh for sync auth code (a6dc2c3)
  • Add optional non blocking refresh for sync auth code (#1368) (a6dc2c3)

Bug Fixes

  • External account user cred universe domain support (#1437) (75068f9)
  • Guard delete statements. Add default fallback for _use_non_blocking_refresh. (#1445) (776d634)

v2.25.2

08 Dec 19:33
0afc61a

Choose a tag to compare

2.25.2 (2023-12-08)

Bug Fixes

v2.25.1

06 Dec 01:41
d5fc84f

Choose a tag to compare

2.25.1 (2023-12-06)

Bug Fixes

v2.25.0

05 Dec 18:38
b6b2b2c

Choose a tag to compare

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

30 Nov 17:43
0391c0d

Choose a tag to compare

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

31 Oct 19:34
beaaf19

Choose a tag to compare

2.23.4 (2023-10-31)

Bug Fixes

  • Export detect_gce_residency_linux function (#1403) (809da13)

v2.23.3

09 Oct 21:15
d2ab3af

Choose a tag to compare

2.23.3 (2023-10-05)

Bug Fixes

v2.23.2

28 Sep 17:58
734da1b

Choose a tag to compare

2.23.2 (2023-09-28)

Bug Fixes

v2.23.1

26 Sep 21:38
f33bb9d

Choose a tag to compare

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)