Skip to content

Releases: googleapis/google-auth-library-python

v1.21.3

23 Sep 18:31
cc91e75
Compare
Choose a tag to compare

v1.21.2

16 Sep 00:46
b921a0a
Compare
Choose a tag to compare

Bug Fixes

  • migrate signBlob to iamcredentials.googleapis.com (#600) (694d83f)

v1.21.1

03 Sep 17:19
892dc37
Compare
Choose a tag to compare

Bug Fixes

  • dummy commit to trigger a auto release (#597) (d32f7df)

v1.21.0

27 Aug 21:17
6269643
Compare
Choose a tag to compare

Features

  • add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592) (c0c995f)

v1.20.1

07 Aug 00:01
ae27b49
Compare
Choose a tag to compare

Bug Fixes

  • reduce refresh clock skew to 10 seconds (#581) (42321ba)
  • set Content-Type header in the request to signBlob API to avoid Invalid JSON payload error (#439) (20f82e2)

v1.20.0

28 Jul 19:01
8e45f0b
Compare
Choose a tag to compare

Features

  • Add debug logging that can help with diagnosing auth lib. path (#473) (ecd88d4)
  • Show the transport exception that happened for GCE Metadata (#474) (23919bb)
  • packaging: add support for Python 3.8 (#569) (1aad54a), closes #568

v1.19.2

17 Jul 18:01
7ada6b0
Compare
Choose a tag to compare

Bug fixes

  • Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#563) (a48b5b)

v1.19.1

16 Jul 01:01
c497661
Compare
Choose a tag to compare

Bug Fixes

v1.19.0

13 Jul 18:46
9058f1f
Compare
Choose a tag to compare

Features

  • add quota project to base credentials class (#546) (3dda7b2)
  • check 'iss' in verify_oauth2_token (#500) (c05b8b5)

Bug Fixes

  • migrate signBlob to iamcredentials.googleapis.com (#553) (038ae1b)

Documentation

  • remove 3.4 from supported versions list (#549) (8c84d0f)

v1.18.0

18 Jun 21:31
06d7f97
Compare
Choose a tag to compare

Features

  • make load_credentials_from_file a public method (#530) (15d5fa9)

Bug Fixes

  • no warning if quota_project_id is given (#537) (f30b45a)