Release google-auth-library-ruby 0.10.0 (#240)

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
This commit is contained in:
Daniel Azuma 2019-10-09 12:16:27 -07:00 committed by GitHub
parent fe4220244c
commit 6be995d29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -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