unleash-client
Advanced tools
Comparing version 3.3.5 to 3.3.6
# Changelog | ||
# 3.3.6 | ||
- fix: upgrade request to version 2.88.2 | ||
- fix: add keepAlive options to request. | ||
# 3.3.5 | ||
@@ -4,0 +9,0 @@ |
@@ -1,1 +0,1 @@ | ||
{ "name": "unleash-client-node", "version": "3.3.5", "sdkVersion": "unleash-client-node:3.3.5" } | ||
{ "name": "unleash-client-node", "version": "3.3.6", "sdkVersion": "unleash-client-node:3.3.6" } |
@@ -9,2 +9,7 @@ "use strict"; | ||
timeout: timeout || 10000, | ||
agentOptions: { | ||
keepAlive: true, | ||
keepAliveMsecs: 30 * 1000, | ||
timeout: timeout || 10 * 1000, | ||
}, | ||
headers: Object.assign({ | ||
@@ -24,2 +29,7 @@ 'UNLEASH-APPNAME': appName, | ||
timeout: timeout || 10000, | ||
agentOptions: { | ||
keepAlive: true, | ||
keepAliveMsecs: 30 * 1000, | ||
timeout: timeout || 10 * 1000, | ||
}, | ||
headers: Object.assign({ | ||
@@ -26,0 +36,0 @@ 'UNLEASH-APPNAME': appName, |
{ | ||
"name": "unleash-client", | ||
"version": "3.3.5", | ||
"version": "3.3.6", | ||
"description": "Unleash Client for Node", | ||
@@ -34,3 +34,3 @@ "license": "Apache-2.0", | ||
"murmurhash3js": "^3.0.1", | ||
"request": "^2.88.0" | ||
"request": "^2.88.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
152670
1882
Updatedrequest@^2.88.2