UNPKG

azure-storage

Version:

Microsoft Azure Storage Client Library for Node.js

28 lines (22 loc) 1.69 kB
Tracking Breaking Changes in 0.7.0 ALL * The generateDevelopmentStorageCredendentials function in the azure-storage.js is renamed to generateDevelopmentStorageCredentials. BLOB * The AppendFromLocalFile function in the blobservice.js is renamed to appendFromLocalFile. * The AppendFromStream function in the blobservice.js is renamed to appendFromStream. * The AppendFromText function in the blobservice.js is renamed to appendFromText. Tracking Breaking Changes in 0.5.0 ALL * The suffix "_HEADER" is removed from all the http header constants. * The generateSharedAccessSignatureWithVersion function in each service is deprecated. * The shouldRetry function in the retry policy filters takes a "requestOption" object instead of a "retryData" object. BLOB * The "publicAccessLevel" parameter in the BlobService.setContainerACL function is moved into the "options" parameter. * The properties in the BlobService.setBlobProperties function are moved from the "options" to the "properties" parameter. * The "AccessPolicy.Permission" is renamed to "AccessPolicy.Permissions" on the result object of the BlobService.getContainerAcl function. TABLE * The "signedIdentifiers" parameter in the TableService.SetTableACL function is moved out from the "options" parameter. * The "AccessPolicy.Permission" is renamed to "AccessPolicy.Permissions" on the result object of the TableService.getTableAcl function. QUEUE * The option "options.messagetext" is renamed to "options.messageText" in the QueueService.UpdateMessage function. * The "AccessPolicy.Permission" is renamed to "AccessPolicy.Permissions" on the result object of the QueueService.getQueueAcl function.