Comparing version 2.7.2 to 2.8.0
@@ -0,1 +1,7 @@ | ||
### 2.8.0 | ||
* enable gzip support by default - **[@dbushong](https://github.com/dbushong)** [#88](https://github.com/groupon/gofer/pull/88) | ||
- [`54168fe`](https://github.com/groupon/gofer/commit/54168fe4080580bdbcc88b5bff1004222b0aecc6) **feat:** enable gzip support by default | ||
### 2.7.2 | ||
@@ -2,0 +8,0 @@ |
@@ -121,2 +121,5 @@ | ||
connectTimeoutInterval = checkTimeout((ref4 = options.connectTimeout) != null ? ref4 : Hub.connectTimeout); | ||
if (options.gzip == null) { | ||
options.gzip = true; | ||
} | ||
if (options.headers == null) { | ||
@@ -123,0 +126,0 @@ options.headers = {}; |
{ | ||
"name": "gofer", | ||
"version": "2.7.2", | ||
"version": "2.8.0", | ||
"description": "A general purpose service client library for node.js", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
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
56052
1004