Recent Releases of https://github.com/googleapis/google-auth-library-ruby
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.16.1
1.16.1 (2026-01-15)
Bug Fixes
- restore support for JSON keys missing 'type' field (#558)
- Ruby
Published by release-please[bot] about 2 months ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.16.0
1.16.0 (2025-11-21)
Features
- Add ADC support for impersonated credentials (#547)
Bug Fixes
- Include security warning in ExternalAccount and ImpersonatedServiceAccount credentials (#551)
- Ruby
Published by release-please[bot] 3 months ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.15.1
1.15.1 (2025-10-14)
Bug Fixes
- Deprecate method make_creds in DefaultCredentials (#545)
- Ruby
Published by release-please[bot] 5 months ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.15.0
1.15.0 (2025-08-25)
Features
Bug Fixes
- fix incorrect error and apply some code complexity refactoring (#529)
- support Pathname for cred loading (#537)
Documentation
- add summary documentation on credentials types and improve YARD comments
- add summary documentation on credentials types and improve YARD comments (#530)
- Ruby
Published by release-please[bot] 6 months ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.14.0
1.14.0 (2025-03-14)
Features
- add API key credentials (#520)
- Add Bearer token credentials
- add BearerToken credentials (#522)
- Update minimum Ruby version to 3.0 (#527)
Bug Fixes
- Eliminated the "attribute accessor as module_function" warning (#519)
- Get the project_id from gcloud (#479)
- logger configuration in service account JWT header (#525)
- Ruby
Published by release-please[bot] 12 months ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.13.1
1.13.1 (2025-01-24)
Bug Fixes
- Signet client subclasses no longer make the update! method private (#516)
- Ruby
Published by release-please[bot] about 1 year ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.13.0
1.13.0 (2025-01-22)
Features
- create impersonated service credentials (#499)
Documentation
- Include note about validating externally-provided credentials (#512)
- Ruby
Published by release-please[bot] about 1 year ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.12.2
1.12.2 (2024-12-19)
Bug Fixes
- GCECredentials lazily fetches from the metadata server to ensure a universe domain is known (#509)
- Ruby
Published by release-please[bot] about 1 year ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.12.1
1.12.1 (2024-12-17)
Bug Fixes
- Restored previous behavior where the apply! method returns the auth header (#506)
- Ruby
Published by release-please[bot] about 1 year ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.12.0
1.12.0 (2024-12-05)
Features
- provided opt-in debug logging (#490)
- Ruby
Published by release-please[bot] about 1 year ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.11.2
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)
- Ruby
Published by release-please[bot] over 1 year ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.11.1
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)
- Ruby
Published by release-please[bot] over 1 year ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.11.0
1.11.0 (2024-02-09)
Features
- Deprecate the positional argument for callback_uri, and introduce keyword argument instead (#475)
- Ruby
Published by release-please[bot] about 2 years ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.10.0
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)
- Ruby
Published by release-please[bot] about 2 years ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.9.2
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)
- Ruby
Published by release-please[bot] about 2 years ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.9.1
1.9.1 (2023-12-12)
Bug Fixes
- update expires_in for cached metadata-retrieved tokens (#464)
- Ruby
Published by release-please[bot] about 2 years ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.9.0
1.9.0 (2023-12-07)
Features
- Include universe_domain in credentials (#460)
- Use google-cloud-env for more robust Metadata Service access (#459)
- Ruby
Published by release-please[bot] about 2 years ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.8.1
1.8.1 (2023-09-19)
Documentation
- improve ADC related error and warning messages (#452)
- Ruby
Published by release-please[bot] over 2 years ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.8.0
1.8.0 (2023-09-07)
Features
- Pass additional parameters to auhtorization url (#447)
Documentation
- improve ADC related error and warning messages (#449)
- Ruby
Published by release-please[bot] over 2 years ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.7.0
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)
- Ruby
Published by release-please[bot] over 2 years ago
https://github.com/googleapis/google-auth-library-ruby - googleauth: v1.6.0
1.6.0 (2023-06-20)
Features
- adding identity pool credentials (#433)
Documentation
- deprecation message for discontinuing command line auth flow (#435)
- Ruby
Published by release-please[bot] over 2 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.5.2
Bug Fixes
- AWS IMDSV2 session token fetching shall call PUT method instead of GET (#429)
- GCECredentials - Allow retrieval of ID token (#425)
- Ruby
Published by yoshi-automation almost 3 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.5.1
Bug Fixes
- Remove external account config validation (#427)
- Ruby
Published by yoshi-automation almost 3 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.5.0
Features
- Add support for AWS Workload Identity Federation (#418)
- Ruby
Published by yoshi-automation almost 3 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.4.0
Features
- make new_jwt_token public in order to fetch raw token directly (#405)
- Ruby
Published by yoshi-automation about 3 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.3.0
Features
- Use OpenSSL 3.0 compatible interfaces for IDTokens (#397)
- Ruby
Published by yoshi-automation over 3 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.2.0
- Updated minimum Ruby version to 2.6
- Ruby
Published by yoshi-automation over 3 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.1.3
Documentation
- Add README instructions for 3-Legged OAuth with a service account
- Ruby
Published by yoshi-automation almost 4 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.1.2
- Ruby
Published by yoshi-automation about 4 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.1.1
- Ruby
Published by yoshi-automation about 4 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.1.0
- Ruby
Published by yoshi-automation over 4 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 1.0.0
- Ruby
Published by yoshi-automation over 4 years ago
https://github.com/googleapis/google-auth-library-ruby - Release googleauth 0.17.1
- Ruby
Published by yoshi-automation over 4 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.17.0
- Ruby
Published by yoshi-automation over 4 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.16.2
- Ruby
Published by yoshi-automation almost 5 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.16.1
- Ruby
Published by yoshi-automation almost 5 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.16.0
- Ruby
Published by yoshi-automation almost 5 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.15.1
- Ruby
Published by yoshi-automation about 5 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.15.0
- Ruby
Published by yoshi-automation about 5 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.14.0
- Honor GCE_METADATA_HOST environment variable
- Fix errors in some environments when requesting an access token for multiple scopes
- Ruby
Published by yoshi-automation over 5 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.13.1
- Support scopes when using GCE Metadata Server authentication ([@ball-hayden][])
- Ruby
Published by yoshi-automation over 5 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.13.0
- Support for validating ID tokens.
- Fixed header application of ID tokens from service accounts.
- Ruby
Published by yoshi-automation over 5 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.12.0
- Support for ID token credentials.
- Support reading quota_id_project from service account credentials.
- Ruby
Published by yoshi-automation almost 6 years ago
https://github.com/googleapis/google-auth-library-ruby - Release google-auth-library-ruby 0.11.0
- Support Faraday 1.x.
- Allow special "postmessage" value for redirect_uri.
- Ruby
Published by yoshi-automation about 6 years ago
https://github.com/googleapis/google-auth-library-ruby - v0.10.0
Note: This release now requires Ruby 2.4 or later
- Increase metadata timeout to improve reliability in some hosting environments
- Support an environment variable to suppress Cloud SDK credentials warnings
- Make the header check case insensitive
- Set instance variables at initialization to avoid spamming warnings
- Pass "Metadata-Flavor" header to metadata server when checking for GCE
- Ruby
Published by yoshi-automation over 6 years ago
https://github.com/googleapis/google-auth-library-ruby - v0.8.1
- Silence unnecessary gcloud warning
- Treat empty credentials environment variables as unset
- Ruby
Published by TheRoyalTnetennba over 6 years ago
https://github.com/googleapis/google-auth-library-ruby - v0.8.0
- Support connection options :default_connection and :connection_builder when creating credentials that need to refresh OAuth tokens. This lets clients provide connection objects with custom settings, such as proxies, needed for the client environment.
- Removed an unnecessary warning about project IDs.
- Ruby
Published by TheRoyalTnetennba about 7 years ago
https://github.com/googleapis/google-auth-library-ruby - v0.7.1
- Make load_gcloud_project_id module function.
- Ruby
Published by TheRoyalTnetennba over 7 years ago
https://github.com/googleapis/google-auth-library-ruby - v0.7.0
- Add project_id instance variable to UserRefreshCredentials, ServiceAccountCredentials, and Credentials.
- Ruby
Published by TheRoyalTnetennba over 7 years ago
https://github.com/googleapis/google-auth-library-ruby - v0.6.7
- Update memoist dependency to ~> 0.16.
- Ruby
Published by TheRoyalTnetennba over 7 years ago
https://github.com/googleapis/google-auth-library-ruby - v0.6.6
- Remove ruby version warnings.
- Ruby
Published by TheRoyalTnetennba over 7 years ago
https://github.com/googleapis/google-auth-library-ruby - v0.6.5
- Fix incorrect http verb when revoking credentials.
- Warn on EOL ruby versions.
- Ruby
Published by TheRoyalTnetennba over 7 years ago
https://github.com/googleapis/google-auth-library-ruby - v0.6.4
- fix CLIENT_ID_VAR reference in DefaultCredentials per https://github.com/google/google-auth-library-ruby/issues/153
- Ruby
Published by TheRoyalTnetennba over 7 years ago
https://github.com/googleapis/google-auth-library-ruby -
- Resolve issue where token_store was being written to twice
- Add warning when using cloud sdk credentials
- Ruby
Published by TheRoyalTnetennba over 7 years ago