From 6be995d29a87d408e33e4da0ec2c1d95f7baa306 Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Wed, 9 Oct 2019 12:16:27 -0700 Subject: [PATCH] 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 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 430e2c3..f1a0059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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