Skip to content

Releases: googleapis/google-auth-library-ruby

googleauth: v1.13.1

24 Jan 21:59
a561d9d
Compare
Choose a tag to compare

1.13.1 (2025-01-24)

Bug Fixes

  • Signet client subclasses no longer make the update! method private (#516)

googleauth: v1.13.0

22 Jan 21:53
2d7671d
Compare
Choose a tag to compare

1.13.0 (2025-01-22)

Features

  • create impersonated service credentials (#499)

Documentation

  • Include note about validating externally-provided credentials (#512)

googleauth: v1.12.2

19 Dec 22:39
3f5ed1e
Compare
Choose a tag to compare

1.12.2 (2024-12-19)

Bug Fixes

  • GCECredentials lazily fetches from the metadata server to ensure a universe domain is known (#509)

googleauth: v1.12.1

18 Dec 18:07
60ec865
Compare
Choose a tag to compare

1.12.1 (2024-12-17)

Bug Fixes

  • Restored previous behavior where the apply! method returns the auth header (#506)

googleauth: v1.12.0

05 Dec 20:07
e16b972
Compare
Choose a tag to compare

1.12.0 (2024-12-05)

Features

  • provided opt-in debug logging (#490)

googleauth: v1.11.2

23 Oct 21:09
2a81e9d
Compare
Choose a tag to compare

1.11.2 (2024-10-23)

Bug Fixes

  • Temporarily disable universe domain query from GCE metadata server (#493)
  • Use updated metadata path for universe-domain (#496)

googleauth: v1.11.1

04 Oct 20:20
719a147
Compare
Choose a tag to compare

1.11.1 (2024-10-04)

Bug Fixes

  • Fixed parsing of expiration timestamp from ID tokens (#492)
  • Use NoMethodError instead of NotImplementedError for unimplemented base class methods (#487)

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)