Releases: googleapis/google-auth-library-ruby
Releases · googleapis/google-auth-library-ruby
Release google-auth-library-ruby 0.16.1
google-auth-library-ruby/v0.16.1 chore: release google-auth-library-ruby 0.16.1 (#310)
Release google-auth-library-ruby 0.16.0
google-auth-library-ruby/v0.16.0 chore: release google-auth-library-ruby 0.16.0 (#301)
Release google-auth-library-ruby 0.15.1
google-auth-library-ruby/v0.15.1 chore: release google-auth-library-ruby 0.15.1 (#297)
Release google-auth-library-ruby 0.15.0
google-auth-library-ruby/v0.15.0 chore: release google-auth-library-ruby 0.15.0 (#293)
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
Release google-auth-library-ruby 0.13.1
- Support scopes when using GCE Metadata Server authentication ([@ball-hayden][])
Release google-auth-library-ruby 0.13.0
- Support for validating ID tokens.
- Fixed header application of ID tokens from service accounts.
Release google-auth-library-ruby 0.12.0
- Support for ID token credentials.
- Support reading quota_id_project from service account credentials.
Release google-auth-library-ruby 0.11.0
- Support Faraday 1.x.
- Allow special "postmessage" value for redirect_uri.
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