azure-storage
Advanced tools
Comparing version 2.10.5 to 2.10.6
Note: This is an Azure Storage only package. The all up Azure node sdk still has the old storage bits in there. In a future release, those storage bits will be removed and an npm dependency to this storage node sdk will | ||
be taken. This is a GA release and the changes described below indicate the changes from the Azure node SDK 0.9.8 available here - https://github.com/Azure/azure-sdk-for-node. | ||
2021.12 Version 2.10.6 | ||
* Upgraded `validator` to 13.7.0. | ||
* Upgraded `json-schema` to 0.4.0. | ||
* Fixed an issue where customized retry interval doesn't take effact. | ||
2021.09 Version 2.10.5 | ||
@@ -5,0 +11,0 @@ |
@@ -78,3 +78,2 @@ // | ||
var retryRequestOptions = extend({}, requestOptions); | ||
retryRequestOptions.retryInterval = 0; | ||
@@ -81,0 +80,0 @@ // Initialize retryContext because that will be passed to the shouldRetry method which users will implement |
@@ -554,2 +554,3 @@ // | ||
var func = function() { | ||
postFiltersRequestOptions.retryInterval = 0; | ||
operation(postFiltersRequestOptions, nextPostCallback); | ||
@@ -556,0 +557,0 @@ }; |
@@ -40,3 +40,3 @@ // | ||
*/ | ||
USER_AGENT_PRODUCT_VERSION: '2.10.5', | ||
USER_AGENT_PRODUCT_VERSION: '2.10.6', | ||
@@ -43,0 +43,0 @@ /** |
{ | ||
"name": "azure-storage", | ||
"author": "Microsoft Corporation", | ||
"version": "2.10.5", | ||
"version": "2.10.6", | ||
"description": "Microsoft Azure Storage Client Library for Node.js", | ||
@@ -34,5 +34,6 @@ "typings": "typings/azure-storage/azure-storage.d.ts", | ||
"uuid": "^3.0.0", | ||
"validator": "~13.6.0", | ||
"validator": "~13.7.0", | ||
"xml2js": "0.2.8", | ||
"xmlbuilder": "^9.0.7" | ||
"xmlbuilder": "^9.0.7", | ||
"json-schema": "^0.4.0" | ||
}, | ||
@@ -39,0 +40,0 @@ "devDependencies": { |
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
2691625
12
+ Addedjson-schema@^0.4.0
+ Addedvalidator@13.7.0(transitive)
- Removedvalidator@13.6.0(transitive)
Updatedvalidator@~13.7.0