Skip to content

Releases: googleapis/google-auth-library-ruby

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

v0.8.1

24 Jun 21:58
c0f3b70
Compare
Choose a tag to compare
  • Silence unnecessary gcloud warning
  • Treat empty credentials environment variables as unset

v0.8.0

21 Feb 23:21
f4db84e
Compare
Choose a tag to compare
  • 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.

v0.7.1

26 Oct 19:21
0d2becb
Compare
Choose a tag to compare
  • Make load_gcloud_project_id module function.

v0.7.0

24 Oct 16:25
f0b0c6f
Compare
Choose a tag to compare
  • Add project_id instance variable to UserRefreshCredentials, ServiceAccountCredentials, and Credentials.

v0.6.7

18 Oct 19:28
818a031
Compare
Choose a tag to compare
  • Update memoist dependency to ~> 0.16.

v0.6.6

23 Aug 19:02
6f6b25b
Compare
Choose a tag to compare
  • Remove ruby version warnings.

v0.6.5

20 Aug 22:57
b5d73a8
Compare
Choose a tag to compare
  • Fix incorrect http verb when revoking credentials.
  • Warn on EOL ruby versions.