Skip to content

Releases: googleapis/google-auth-library-python

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)

v2.13.0

17 Oct 15:06
05b7a72
Compare
Choose a tag to compare

2.13.0 (2022-10-14)

Features

  • Adds new external account authorized user credentials (#1160) (523f811)
  • Implement pluggable auth interactive mode (#1131) (44a189f)
  • Introduce the functionality to override token_uri in credentials (#1159) (73bc7e9)

Bug Fixes

  • Adding one more pattern to relax the regex check for sts and impersonation url endpoints (#1158) (75326e3)

v2.11.2-dev5

03 Oct 17:54
Compare
Choose a tag to compare
v2.11.2-dev5 Pre-release
Pre-release

2.11.2-dev5 (2022-10-03)

Bug Fixes

  • Remove time limit for expiry log(8309b8e)

v2.11.2-dev4

29 Sep 19:13
Compare
Choose a tag to compare
v2.11.2-dev4 Pre-release
Pre-release

2.11.2-dev4 (2022-09-29)

Bug Fixes

  • updating instrumentation from debug to info(f0ce580)

v2.12.0

27 Sep 20:37
2608ed8
Compare
Choose a tag to compare

2.12.0 (2022-09-26)

Features

Bug Fixes

  • Modify RefreshError exception to use gcloud ADC command. (#1149) (059fd35)
  • Revert "Update token refresh threshold from 20 seconds to 5 minutes". (186464b)

v2.11.2-dev3

22 Sep 19:22
Compare
Choose a tag to compare
v2.11.2-dev3 Pre-release
Pre-release

2.11.2-dev3 (2022-09-22)

Bug Fixes

  • parse token for expiry and add debug header(9ad68cf)
  • refactor(96bba68)
  • Moving token to post for tokeninfo call(8dcc05e)

v2.11.2-dev2

22 Sep 17:41
Compare
Choose a tag to compare
v2.11.2-dev2 Pre-release
Pre-release

2.11.2-dev2 (2022-09-22)

Bug Fixes

  • parse token for expiry and add debug header(9ad68cf)
  • refactor(96bba68)

v2.11.2-dev1

20 Sep 23:02
Compare
Choose a tag to compare
v2.11.2-dev1 Pre-release
Pre-release

2.11.2-dev1 (2022-09-20)

Bug Fixes

  • Adding debug logs for metadata endpoints (430d061)

v2.11.1

20 Sep 02:10
ea24429
Compare
Choose a tag to compare

2.11.1 (2022-09-20)

Bug Fixes

  • Fix socket leak in impersonated_credentials (#1123) (b1eb467), closes #1122
  • Make pluggable auth tests work in all environments (#1114) (bb5c979)
  • Skip oauth2client adapter tests if oauth2client is not installed (#1132) (d15092f)
  • Update token refresh threshold from 20 seconds to 5 minutes (#1146) (261a561)

Documentation