Skip to content

Releases: googleapis/google-auth-library-python

v1.25.0

04 Feb 00:23
5d6663a
Compare
Choose a tag to compare

Features

  • support self-signed jwt in requests and urllib3 transports (#679) (7a94acb)
  • use self-signed jwt for service account (#665) (bf5ce0c)

v1.24.0

11 Dec 19:32
647290a
Compare
Choose a tag to compare

Features

  • add Python 3.9 support, drop Python 3.5 support (#655) (6de753d), closes #654

Bug Fixes

  • avoid losing the original '_include_email' parameter in impersonated credentials (#626) (fd9b5b1)

Documentation

v1.23.0

29 Oct 22:16
bc92abb
Compare
Choose a tag to compare

Features

  • Add custom scopes for access tokens from the metadata service (#633) (0323cf3)

Bug Fixes

v1.22.1

05 Oct 18:09
7f957ba
Compare
Choose a tag to compare

Bug Fixes

  • move aiohttp to extra as it is currently internal surface (#619) (a924011), closes #618

v1.22.0

28 Sep 22:46
ee5617c
Compare
Choose a tag to compare

Features

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)