Skip to content

Commit

Permalink
Release google-auth-library-ruby 0.10.0 (#240)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dazuma committed Oct 9, 2019
1 parent fe42202 commit 6be995d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
### 0.10.0 / Unreleased
### 0.10.0 / 2019-10-09

* Requires Ruby 2.4 or later.
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

### 0.9.0 / 2019-08-05

Expand Down

0 comments on commit 6be995d

Please sign in to comment.