Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 13, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
azure-storage ^0.4.5 -> ^0.10.0 age adoption passing confidence

Release Notes

Azure/azure-storage-node

v0.10.0: Storage Client Library 0.10.0

Compare Source

2016.03 Version 0.10.0

ALL

  • The signedIdentifiers parameter and result properties have been changed from array to hash map to avoid non unique signed identifier id.

BLOB

  • Added 'COPY' to the BlobUtilities.BlobListingDetails to include copy information in the results.
  • Added 'bytesCopied' and 'totalBytes' to the blob result.
  • Added the blob result to the callback of BlobService.commitBlocks.
  • Moved the properties in the properties object of BlobResult and ContainerResult when listing blobs or containers to the result object.
  • Renamed the property names returned from listing blobs or containers to camelCase.
  • The contentType, contentEncoding, contentLanguage, contentDisposition, 'contentMD5' and cacheControl parameters and return values about the blob's content settings are grouped into a contentSettings sub property.
  • The contentMD5 parameter to verify the integrity of the data during the transport is changed to transactionalContentMD5
  • The copy* return values are grouped into a copy sub property.
  • The lease* return values are grouped into a lease sub property.
  • The options.accessConditions parameter is changed to AccessConditions type.

QUEUE

  • Renamed QueueResult.approximatemessagecount to camelCase and change its type to 'number.
  • Renamed the property names of QueueMessageResult to camelCase.
  • Renamed the parameter options.messagettl of the createMessage API to options.messageTimeToLive.
  • Updated the callback of the createMessage API from errorOrResult to errorOrResponse.
  • Removed peekOnly option from the options parameter of the getMessages API. To peek messages, use peekMessages instead.
  • Added getMessage and peekMessage API.

FILE

  • Moved the properties in the properties object of FileResult and ShareResult when listing files or shares to the result object.
  • Renamed the property names returned from listing files or shares to camelCase.
  • Renamed the property names returned from getting share stats to camelCase.
  • The contentType, contentEncoding, contentLanguage, contentDisposition, 'contentMD5' and cacheControl parameters and return values about the blob's content settings are grouped into a contentSettings sub property.
  • The contentMD5 parameter to verify the integrity of the data during the transport is changed to transactionalContentMD5
  • The copy* return values are grouped into a copy sub property.
  • Fixed the issue that SAS tokens created from table names with upper-case letters do not work.
  • The options.accessConditions parameter is changed to AccessConditions type.

TABLE

  • Fixed the issue that getTableAcl returns empty array with signedIdentifier property.
  • Renamed the function updateEntity to replaceEntity.
  • Renamed TableUtilities.entityGenerator.Entity to EntityProperty.

v0.9.0: Storage Client Library 0.9.0

Compare Source

2016.03 Version 0.9.0

ALL

  • Updated storage service version to 2015-04-05. Fore more information, please see - https://msdn.microsoft.com/en-us/library/azure/dd894041.aspx
  • Added support for Account SAS.
  • Added support for IPACL and Protocols options for service SAS.
  • Fixed the issue where the authentication may fail when a metadata key is in upper case.
  • Added 'nsp check' task for security vulnerability check.
  • Updated the dependency of the 'request' module to avoid the security vulnerability reported by the 'nsp' tool.

BLOB

  • Added new permission 'ADD' for service SAS.

FILE

  • Added support for metrics setting for service properties.

v0.8.0: Storage Client Library 0.8.0

Compare Source

2016.01 Version 0.8.0

ALL

  • Preview release of the TypeScript definition file at "lib/azure-storage.d.ts".

BLOB

  • Added the blob result to the callback of BlobService.commitBlocks.
  • Added the speed summary to the downloading APIs.

v0.7.0: Storage Client Library 0.7.0

Compare Source

2015.12 Version 0.7.0

ALL

  • Fixed the typo in the function generateDevelopmentStorageCredentials.
  • Fixed the issue that the HTTP global agent setting is changed during parallel uploading and downloading and impacts on other Node.js applications.
  • Fixed the issue that the chunked stream writing methods do not accept string.
  • Fixed the issue that the request fails when the content-length is set to string '0' in the 'sendingRequestEvent' event handler.
  • Supported retry on XML parsing errors when the XML in the response body is corrupted.
  • Replaced the dependency "mime" to "browserify-mime" to work with Browserify.

BLOB

  • Added an option to skip the blob or file size checking prior to the actual downloading.
  • Fixed the issue that it doesn't callback when loses the internet connection during uploading/uploading.
  • Fixed the issue that the local file cannot be removed in the callback when uploading a blob from a local file.
  • Fixed the issue that the stream length doesn't work when it is larger than 32MB in the createBlockBlobFromStream, createPageBlobFromStream, createAppendBlobFromStream and appendFromStream functions.
  • Fixed the issue that it doesn't return error in the page range validation when the size exceeds the limit.
  • Renamed the function AppendFromLocalFile to appendFromLocalFile.
  • Renamed the function AppendFromStream to appendFromStream.
  • Renamed the function AppendFromText to appendFromText.

TABLE

  • Fixed the issue that listTablesSegmentedWithPrefix with maxResult option throws exception.

v0.6.0: Storage Client Library 0.6.0

Compare Source

2015.09 Version 0.6.0

ALL

  • Fixed the MD5 mismatch issue in uploading a blob when running with Node.js v4.0 or io.js.

BLOB

  • Fixed the issue that it doesn't prompt appropriate error message when the source URI is missing in BlobService.startCopyBlob().

v0.5.0: Storage Client Library 0.5.0

Compare Source

2015.08 Version 0.5.0

ALL

  • Updated storage service version to 2015-02-21. For more information, please see - https://msdn.microsoft.com/en-us/library/azure/dd894041.aspx
  • Unified the function parameters for setting ACL of container, table, queue and share.
  • Renamed 'AccessPolicy.Permission' to 'AccessPolicy.Permissions' on the result object from getAcl to match the property name on the signedIdentifier property passed to setAcl calls.
  • Unified the name pattern of the http header constants.
  • Split the property parameters from the options parameter for setting properties of blob, share and file.
  • Updated the error message when an argument is in a wrong type while it requires a string.
  • Exported AccessCondition to generate an object that represents a condition.
  • Fixed an issue that the SAS in the SharedAccessSignature part of the connection string cannot start with '?'.
  • Deprecated the generateSharedAccessSignatureWithVersion() method in each service.

BLOB

  • Supported operating against append blobs.
  • Fixed an issue that the file descriptor in the FileReadStream is not closed.

QUEUE

  • Fixed an issue that options.messageText doesn't work in QueueService.updateMessage.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants