fix(deps): update dependency azure-storage to v2 #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.4.5
->^2.0.0
Release Notes
Azure/azure-storage-node
v2.10.7
Compare Source
v2.10.6
Compare Source
v2.10.5
Compare Source
v2.10.4
Compare Source
v2.10.3
: Storage Client Library 2.10.3Compare Source
2019.04 Version 2.10.3
v2.10.2
: Storage Client Library 2.10.2Compare Source
2018.10 Version 2.10.2
ALL
xmlbuilder
to 9.0.7 andextend
to 3.0.2 to avoid vulnerabilities.Buffer.from
andBuffer.alloc
.BLOB
listBlobDirectoriesSegmented
andlistBlobDirectoriesSegmentedWithPrefix
.FILE
createFileFromText
.TABLE
createTable
when request is not sent properly.v2.10.1
: Storage Client Library 2.10.1Compare Source
2018.08 Version 2.10.1
ALL
enableGlobalHttpAgent
to all services. To enable global HTTP(s) agent, please set{blob|queue|table|file}Service.enableGlobalHttpAgent
to true.v2.10.0
: Storage Client Library 2.10.0Compare Source
2018.06 Version 2.10.0
ALL
BLOB
DeleteRetentionPolicy.Days
should benumber
instead ofstring
when callinggetServiceProperties
.getAccountProperties
toblobService
.createBlockFromURL
toblobService
.v2.8.3
: Storage Client Library 2.8.3Compare Source
2018.05 Version 2.8.3
ALL
v2.8.2
: Storage Client Library 2.8.2Compare Source
2018.04 Version 2.8.2
ALL
Writable
andReadable
stream.BLOB
blobService.getUrl()
missessnapshotId
parameter.FILE
FileService
example.v2.8.1
: Storage Client Library 2.8.1Compare Source
2018.03 Version 2.8.1
ALL
v2.8.0
: Storage Client Library 2.8.0Compare Source
ALL
BLOB
getBlobToLocalFile
andcreateReadStream
with Node.js v9.FILE
getFileToLocalFile
andcreateReadStream
with Node.js v9.v2.7.0
: Storage Client Library 2.7.0Compare Source
2017.12 Version 2.7.0
ALL
BLOB
getBlobProperties
,listBlobsSegmented
andlistBlobsSegmentedWithPrefix
to returnAccessTierChangeTime
andAccessTierInferred
properties.appendFromText
andresizePageBlob
.TABLE
TableQuery.where()
example.v2.6.0
: Storage Client Library 2.6.0Compare Source
2017.10 Version 2.6.0
FILE
v2.5.0
: Storage Client Library 2.5.0Compare Source
2017.09 Version 2.5.0
ALL
BLOB
commitBlocks
API implementation and documentation.FILE
v2.4.0
: Storage Client Library 2.4.0Compare Source
2017.08 Version 2.4.0
ALL
browserFile
should beObject
type in the TypeScript definition file.BLOB
v2.3.0
: Storage Client Library 2.3.0Compare Source
2017.08 Version 2.3.0
ALL
requestServerEncrypted
property toServiceResponse
which indicates if the contents of the request have been successfully encrypted.BLOB
FILE
serverEncryped
property toFileResult
andDirectoryResult
which indicates if the file data and application metadata are completely encrypted using the specified algorithm on the server.TABLE
v2.2.2
: Storage Client Library 2.2.2Compare Source
2017.08 Version 2.2.2
ALL
v2.2.1
: Storage Client Library 2.2.1Compare Source
2017.07 Version 2.2.1
BLOB
v2.2.0
: Storage Client Library 2.2.0Compare Source
2017.06 Version 2.2.0
ALL
createWriteStreamToBlockBlob
should be optional in the TypeScript definition file.AccessConditions
mismatches withAccessCondition
which is exported in JavaScript.BlobResult
object of the sample code.BLOB
defaultEnableReuseSocket
option forBlobService
to control reuseSocket settings.doesBlobExist
does not supportsnapshotId
parameter.getBlobToLocalFile
thatfs
will throw exceptions instead of returning errors in callback.FILE
defaultEnableReuseSocket
option forFileService
to control reuseSocket settings.getFileToLocalFile
thatfs
will throw exceptions instead of returning errors in callback.v2.1.0
: Storage Client Library 2.1.0Compare Source
2017.03 Version 2.1.0
ALL
BLOB
QUEUE
responseObject
may not have response body increateMessage
function.v2.0.0
: Storage Client Library 2.0.0Compare Source
2017.01 Version 2.0.0
ALL
BatchOperation
doesn't support socket reuse for some node versions.BatchOperation
request pool size is too big when the socket reuse is supported.content-type
header, try to parse the body using xml format.ETIMEDOUT
.options.clientRequestTimeoutInMs
. To set the default value for all requests made via a particular service, please use{blob|queue|table|file}Service.defaultClientRequestTimeoutInMs
.BLOB
publicAccessLevel
toContainerResult
for the APIslistContainersSegmented
andlistContainersSegmentedWithPrefix
.If-None-Match: *
for reading, it will always fail.useTransactionalMD5
didn't take effect for downloading a big blob.QUEUE
createMessage
callback has been changed fromerrorOrResponse
toerrorOrResult<QueueMessageResult>
which containsmessageId
,popReceipt
,timeNextVisible
,insertionTime
andexpirationTime
. It can be passed to updateMessage and deleteMessage APIs.FILE
useTransactionalMD5
didn't take effect for downloading a big file.FileService.listFilesAndDirectoriesSegmentedWithPrefix
.TABLE
v1.4.0
: Storage Client Library 1.4.0Compare Source
2016.11 Version 1.4.0
ALL
ENOTFOUND
for secondary endpoint andECONNREFUSED
toRetryPolicyFilter
.text/html
error response body.BLOB
/S
of SpeedSummary to/s
.BlobService.createBlockBlobFromText
will hang when passednull
orundefined
text
argument.BlobService.createBlockBlobFromText
will always setcontent-type
totext/plain
.QUEUE
QueueService.peekMessages
against secondary endpoint.FILE
/S
of SpeedSummary to/s
.v1.3.2
: Storage Client Library 1.3.2Compare Source
2016.10 Version 1.3.2
BLOB
v1.3.1
: Storage Client Library 1.3.1Compare Source
2016.09 Version 1.3.1
ALL
v1.3.0
: Storage Client Library 1.3.0Compare Source
2016.08 Version 1.3.0
ALL
StorageServiceClient
with retry policy filter set when retrying sending the request, the stream is not readable anymore.CorsRule.ExposedHeaders
,CorsRule.AllowedHeaders
to empty andCorsRule.MaxAgeInSeconds
to0
forsetServiceProperties
APIs of all services.AccessPolicy.Protocols
.BLOB
BlobService.getPageRangesDiff
for getting the page ranges difference. Refer to https://msdn.microsoft.com/en-us/library/azure/mt736912.aspx for more detailed information.QUEUE
QueueMessageResult.dequeueCount
fromstring
tonumber
.QueueService.getUrl
for getting the queue url.TABLE
TableService.getUrl
for getting the table url.v1.2.0
: Storage Client Library 1.2.0Compare Source
2016.07 Version 1.2.0
ALL
request
package to version 2.74.0 to address the security vulnerability - https://nodesecurity.io/advisories/130BLOB
serverEncryped
property to 'BlobResult' class which indicates if the blob data and application metadata are completely encrypted using the specified algorithm on the server.FILE
TABLE
v1.1.0
: Storage Client Library 1.1.0Compare Source
2016.06 Version 1.1.0
ALL
BLOB
CREATE
toBlobUtilities.SharedAccessPermissions
.TABLE
FILE
CREATE
toFileUtilities.SharedAccessPermissions
.v1.0.1
: Storage Client Library 1.0.1Compare Source
2016.05 Version 1.0.1
ALL
•Fixed the issue that StorageServiceClient._normalizeError will throw exception on Node below v4 because string.startsWith is not available on Node below v4.
v1.0.0
: Storage Client Library 1.0.0Compare Source
2016.05 Version 1.0.0
BLOB
blob
property of BlobResult has been renamed toname
to keep consistent with other services API and thelistBlob
API.QUEUE
encodeMessage
flag of QueueService has been replaced bymessageEncoder
which supportTextBase64QueueMessageEncoder
,BinaryBase64QueueMessageEncoder
,TextXmlQueueMessageEncoder
and custom implementation of QueueMessageEncoder.TABLE
v0.10.0
: Storage Client Library 0.10.0Compare Source
2016.03 Version 0.10.0
ALL
signedIdentifiers
parameter and result properties have been changed from array to hash map to avoid non unique signed identifier id.BLOB
contentType
,contentEncoding
,contentLanguage
,contentDisposition
, 'contentMD5' andcacheControl
parameters and return values about the blob's content settings are grouped into acontentSettings
sub property.contentMD5
parameter to verify the integrity of the data during the transport is changed totransactionalContentMD5
copy*
return values are grouped into acopy
sub property.lease*
return values are grouped into alease
sub property.QUEUE
FILE
contentType
,contentEncoding
,contentLanguage
,contentDisposition
, 'contentMD5' andcacheControl
parameters and return values about the blob's content settings are grouped into acontentSettings
sub property.contentMD5
parameter to verify the integrity of the data during the transport is changed totransactionalContentMD5
copy*
return values are grouped into acopy
sub property.TABLE
v0.9.0
: Storage Client Library 0.9.0Compare Source
2016.03 Version 0.9.0
ALL
BLOB
FILE
v0.8.0
: Storage Client Library 0.8.0Compare Source
2016.01 Version 0.8.0
ALL
BLOB
v0.7.0
: Storage Client Library 0.7.0Compare Source
2015.12 Version 0.7.0
ALL
BLOB
TABLE
v0.6.0
: Storage Client Library 0.6.0Compare Source
2015.09 Version 0.6.0
ALL
BLOB
v0.5.0
: Storage Client Library 0.5.0Compare Source
2015.08 Version 0.5.0
ALL
BLOB
QUEUE
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.
This PR has been generated by Mend Renovate. View repository job log here.