Skip to content

Releases: googleapis/google-auth-library-python

v2.17.2

05 Apr 17:31
976c7a6
Compare
Choose a tag to compare

2.17.2 (2023-04-05)

Bug Fixes

  • Do not create new JWT credentials if they make the same claims as the existing. (#1267) (eebb7b6)

v2.17.1

30 Mar 22:20
7cdeef5
Compare
Choose a tag to compare

2.17.1 (2023-03-30)

Bug Fixes

  • Print out reauth plugin error and raise if challenge output is None (#1265) (08d22fe)

v2.17.0

28 Mar 19:47
f07e441
Compare
Choose a tag to compare

2.17.0 (2023-03-28)

Features

  • Experimental service account iam endpoint flow for id token (#1258) (8ff0de5)

Bug Fixes

v2.16.3

24 Mar 03:38
e65ca0e
Compare
Choose a tag to compare

2.16.3 (2023-03-24)

Bug Fixes

  • Read both applicationId and relyingPartyId. (#1246) (e125dfe)

v2.16.2

02 Mar 18:40
f346a63
Compare
Choose a tag to compare

2.16.2 (2023-03-02)

Bug Fixes

  • Call gcloud config get project to get project for user cred (#1243) (c078a13)
  • Do not use hardcoded string 'python', when you mean sys.executable. (#1233) (91ac8e6)
  • Don't retry if error or error_description is not string (#1241) (e2d263a)
  • Improve ADC related errors and warnings (#1237) (2dfa213)

v2.16.1

17 Feb 20:36
910f43b
Compare
Choose a tag to compare

2.16.1 (2023-02-17)

Bug Fixes

  • Add support for python 3.11 (#1212) (1fc95e3)
  • Remove 3PI config url validation (#1220) (8b95515)
  • Update the docs generator interpreter to unblock documentation build (#1218) (9d36c2f)

v2.16.0

09 Jan 20:45
7ca711f
Compare
Choose a tag to compare

2.16.0 (2023-01-09)

Features

  • AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables (#1195) (5e27c8f)
  • Wrap all python built-in exceptions into library excpetions (#1191) (a83af39)

Bug Fixes

  • Allow get_project_id to take a request (#1203) (9a4d23a)
  • Make OAUTH2.0 client resistant to string type 'expires_in' responses from non-compliant services (#1208) (9fc7b1c)

v2.15.0

01 Dec 20:39
d85f1ac
Compare
Choose a tag to compare

2.15.0 (2022-12-01)

Features

Bug Fixes

  • Allow mtls sts endpoint for external account token urls. (#1185) (c86dd69)
  • CI broken by removal of py.path (#1194) (f719415)
  • Ensure JWT segments have the right types (#1162) (fc843cd)
  • Updated the lower bound of interactive timeout and fix the kwarg… (#1182) (50c0fd2)

v2.14.1

07 Nov 23:40
bf95dfc
Compare
Choose a tag to compare

2.14.1 (2022-11-07)

Bug Fixes

  • Apply quota project for compute cred in adc (#1177) (b9aa92a)
  • Update minimum required version of cryptography in pyopenssl extra (#1176) (e9e76d1)
  • Validate url domain for aws metadata urls (#1174) (f9d7d77)

v2.14.0

31 Oct 21:48
ce97e6b
Compare
Choose a tag to compare

2.14.0 (2022-10-31)

Features

  • Add token_info_url to external account credentials (#1168) (9adee75)
  • Read Quota Project from Environment Variable (#1163) (57b3e42)

Bug Fixes

  • Adding more properties to external_account_authorized_user (#1169) (a12b96d)