Comparing version 6.1.0 to 6.1.1-beta.1
@@ -5,4 +5,11 @@ # Change Log | ||
<a name="6.1.1-beta.1"></a> | ||
## [6.1.1-beta.1](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.1.0...v6.1.1-beta.1) (2019-01-06) | ||
### Bug Fixes | ||
* support useFetch options to resovle browser compatibility | ||
<a name="6.1.0"></a> | ||
## [6.1.0](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.0.2...v6.1.0) (2019-01-06) | ||
## [6.1.0](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.0.2...v6.1.0) (2019-04-08) | ||
@@ -9,0 +16,0 @@ ### Features |
@@ -107,3 +107,4 @@ | ||
cname: false, | ||
isRequestPay: false | ||
isRequestPay: false, | ||
useFetch: true | ||
}; | ||
@@ -295,2 +296,6 @@ | ||
const reqParams = this.createRequest(params); | ||
if (!this.options.useFetch) { | ||
reqParams.params.mode = 'disable-fetch'; | ||
} | ||
let result; | ||
@@ -297,0 +302,0 @@ let reqErr; |
@@ -1,1 +0,1 @@ | ||
exports.version="6.1.0" | ||
exports.version="6.1.1-beta.1" |
{ | ||
"name": "ali-oss", | ||
"version": "6.1.0", | ||
"version": "6.1.1-beta.1", | ||
"description": "aliyun oss(object storage service) node client", | ||
@@ -123,3 +123,3 @@ "main": "lib/client.js", | ||
"stream-wormhole": "^1.0.4", | ||
"urllib": "^2.17.1", | ||
"urllib": "^2.33.1", | ||
"utility": "^1.8.0", | ||
@@ -126,0 +126,0 @@ "xml2js": "^0.4.16" |
@@ -645,2 +645,3 @@ 'use strict'; | ||
// request headers checker will throw error | ||
options.mode = args.mode ? args.mode : ''; | ||
try { | ||
@@ -647,0 +648,0 @@ req = httplib.request(options, onResponse); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
35185
3031413
34
2
Updatedurllib@^2.33.1