Skip to content

Releases: googleapis/google-auth-library-python

v2.23.2

28 Sep 17:58
734da1b
Compare
Choose a tag to compare

2.23.2 (2023-09-28)

Bug Fixes

v2.23.1

26 Sep 21:38
f33bb9d
Compare
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)

v2.23.0

11 Sep 18:56
432e8a5
Compare
Choose a tag to compare

2.23.0 (2023-09-11)

Features

  • Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
  • Add get_bq_config_path() to _cloud_sdk.py (#1358) (9f52f66)

Bug Fixes

  • Expose universe domain in credentials (#1380) (8b8fce6)
  • Make external_account resistant to string type 'expires_in' responses from non-compliant services (#1379) (01d3770)
  • Missing ssj for impersonate cred (#1377) (7d453dc)
  • Skip checking projectid on cred if env var is set (#1349) (a4135a3)

v2.22.0

11 Jul 17:19
2885211
Compare
Choose a tag to compare

2.22.0 (2023-07-06)

Features

  • Adding meta header for trust boundary (#1334) (908c8d1)
  • Introduce compatibility with native namespace packages (#1205) (2f75922)

Bug Fixes

v2.22.0rc1

26 Jun 21:02
Compare
Choose a tag to compare
v2.22.0rc1 Pre-release
Pre-release

2.22.0rc1 (2023-06-26)

Features

v2.21.0

26 Jun 17:46
6df6a72
Compare
Choose a tag to compare

2.21.0 (2023-06-26)

Features

Bug Fixes

v2.20.0

13 Jun 17:46
36bba13
Compare
Choose a tag to compare

2.20.0 (2023-06-12)

Features

  • Add public API load_credentials_from_dict (#1326) (5467ad7)

Bug Fixes

v2.19.1

01 Jun 19:23
bcb85bf
Compare
Choose a tag to compare

2.19.1 (2023-06-01)

Bug Fixes

  • Check id token error response (#1315) (2a71f7b)
  • Fix "AttributeError: 'str' object has no attribute 'get'" (dac7cc3)

Documentation

  • Replacing abc.com with example.com (dac7cc3)

v2.19.0

25 May 23:17
9c87ad0
Compare
Choose a tag to compare

2.19.0 (2023-05-25)

Features

v2.18.1

17 May 21:18
1e6f7d0
Compare
Choose a tag to compare

2.18.1 (2023-05-17)

Bug Fixes

  • Self signed jwt token should be string type (#1294) (17356fd)