Skip to content

Releases: googleapis/google-auth-library-ruby

Release google-auth-library-ruby 0.16.1

01 Apr 19:17
2842d8a
Compare
Choose a tag to compare
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

04 Mar 16:27
00c6a80
Compare
Choose a tag to compare
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

08 Feb 23:18
636e560
Compare
Choose a tag to compare
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

26 Jan 02:16
eab674f
Compare
Choose a tag to compare
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

09 Oct 20:02
5a4fe5b
Compare
Choose a tag to compare
  • 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

30 Jul 21:46
06b2555
Compare
Choose a tag to compare
  • Support scopes when using GCE Metadata Server authentication ([@ball-hayden][])

Release google-auth-library-ruby 0.13.0

18 Jun 14:31
dcdf7cd
Compare
Choose a tag to compare
  • Support for validating ID tokens.
  • Fixed header application of ID tokens from service accounts.

Release google-auth-library-ruby 0.12.0

13 Apr 14:01
9bcac01
Compare
Choose a tag to compare
  • Support for ID token credentials.
  • Support reading quota_id_project from service account credentials.

Release google-auth-library-ruby 0.11.0

24 Feb 23:31
41f0333
Compare
Choose a tag to compare
  • Support Faraday 1.x.
  • Allow special "postmessage" value for redirect_uri.

v0.10.0

09 Oct 19:18
6be995d
Compare
Choose a tag to compare

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