Skip to content

Releases: googleapis/google-auth-library-ruby

googleauth: v1.11.0

14 Feb 18:42
1fbd326
Compare
Choose a tag to compare

1.11.0 (2024-02-09)

Features

  • Deprecate the positional argument for callback_uri, and introduce keyword argument instead (#475)

googleauth: v1.10.0

08 Feb 14:06
8a83cd1
Compare
Choose a tag to compare

1.10.0 (2024-02-08)

Features

  • add PKCE to 3 Legged OAuth exchange (#471)

Bug Fixes

  • Client library credentials provide correct self-signed JWT and external account behavior when loading from a file path or JSON data (#474)
  • Prioritize universe domain specified in GCECredentials arguments over metadata-fetched value (#472)

googleauth: v1.9.2

25 Jan 20:20
d27eea5
Compare
Choose a tag to compare

1.9.2 (2024-01-25)

Bug Fixes

  • Prevent access tokens from being fetched at service account construction in the self-signed-jwt case (#467)

googleauth: v1.9.1

12 Dec 19:57
2a86821
Compare
Choose a tag to compare

1.9.1 (2023-12-12)

Bug Fixes

  • update expires_in for cached metadata-retrieved tokens (#464)

googleauth: v1.9.0

08 Dec 04:20
5e678ed
Compare
Choose a tag to compare

1.9.0 (2023-12-07)

Features

  • Include universe_domain in credentials (#460)
  • Use google-cloud-env for more robust Metadata Service access (#459)

googleauth: v1.8.1

20 Sep 08:53
0afd0ce
Compare
Choose a tag to compare

1.8.1 (2023-09-19)

Documentation

  • improve ADC related error and warning messages (#452)

googleauth: v1.8.0

08 Sep 07:50
d47a5df
Compare
Choose a tag to compare

1.8.0 (2023-09-07)

Features

  • Pass additional parameters to auhtorization url (#447)

Documentation

  • improve ADC related error and warning messages (#449)

googleauth: v1.7.0

18 Jul 08:31
71989f1
Compare
Choose a tag to compare

1.7.0 (2023-07-14)

Features

  • Adding support for pluggable auth credentials (#437)

Documentation

  • fixed iss argument and description in comments of IDTokens (#438)

googleauth: v1.6.0

23 Jun 06:39
029950e
Compare
Choose a tag to compare

1.6.0 (2023-06-20)

Features

  • adding identity pool credentials (#433)

Documentation

  • deprecation message for discontinuing command line auth flow (#435)

Release googleauth 1.5.2

14 Apr 05:47
e3a16cc
Compare
Choose a tag to compare

Bug Fixes

  • AWS IMDSV2 session token fetching shall call PUT method instead of GET (#429)
  • GCECredentials - Allow retrieval of ID token (#425)