gcp-metadata
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -53,2 +53,3 @@ "use strict"; | ||
responseType: 'text', | ||
timeout: 3000, | ||
}); | ||
@@ -55,0 +56,0 @@ // NOTE: node.js converts all incoming headers to lower case. |
@@ -7,2 +7,10 @@ # Changelog | ||
### [2.0.4](https://www.github.com/googleapis/gcp-metadata/compare/v2.0.3...v2.0.4) (2019-09-13) | ||
### Bug Fixes | ||
* IP address takes 15 seconds to timeout, vs., metadata returning immediately ([#235](https://www.github.com/googleapis/gcp-metadata/issues/235)) ([d04207b](https://www.github.com/googleapis/gcp-metadata/commit/d04207b)) | ||
* use 3s timeout rather than 15 default ([#237](https://www.github.com/googleapis/gcp-metadata/issues/237)) ([231ca5c](https://www.github.com/googleapis/gcp-metadata/commit/231ca5c)) | ||
### [2.0.3](https://www.github.com/googleapis/gcp-metadata/compare/v2.0.2...v2.0.3) (2019-09-12) | ||
@@ -9,0 +17,0 @@ |
{ | ||
"name": "gcp-metadata", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Get the metadata from a Google Cloud Platform environment", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/gcp-metadata", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36201
138