fix(deps): update dependency @azure/storage-blob to v12 #349
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:
10.5.0
->12.26.0
Release Notes
Azure/azure-sdk-for-js (@azure/storage-blob)
v12.26.0
Compare Source
v12.25.0
Compare Source
v12.24.0
Compare Source
12.24.0 (2024-07-18)
Features Added
Bugs Fixed
v12.23.0
Compare Source
12.23.0 (2024-07-18)
Features Added
Bugs Fixed
v12.18.0
Compare Source
v12.17.0
Compare Source
v12.16.0
Compare Source
v12.15.0
Compare Source
v12.14.0
Compare Source
v12.13.0
Compare Source
Features Added
Bugs Fixed
v12.12.0
Compare Source
Features Added
Other Changes
@azure/core-http
version to^3.0.0
.v12.11.0
Compare Source
v12.10.0
Compare Source
12.10.0 (2022-05-12)
Features Added
Bugs Fixed
v12.9.0
Compare Source
12.9.0 (2022-03-11)
Features Added
Bugs Fixed
v12.8.0
Compare Source
12.8.0 (2021-09-10)
Features Added
v12.7.0
Compare Source
12.7.0 (2021-08-02)
v12.6.0
Compare Source
12.6.0 (2021-06-09)
v12.5.0
Compare Source
12.5.0 (2021-03-10)
v12.4.1
Compare Source
12.4.1 (2021-02-03)
BlobClient.download
won't release underlying resources unless it's fully consumed. Isssue #11850._
issue #9197"Unclosed root tag"
XML parser error is now retriable. PR #13076.v12.4.0
Compare Source
12.4.0 (2021-01-12)
from(permissionLike)
function toAccountSASPermissions
,BlobSASPermissions
andContainerSASPermissions
for creating such a permission from a raw permission-like object. Addressed issue 9714.v12.3.0
Compare Source
12.3.0 (2020-11-10)
BlockBlobClient.uploadData(data: Buffer | Blob | ArrayBuffer | ArrayBufferView, options)
for parallel uploading. It's avaiable in both Node.js and browsers.saoid
and a correlation ID viascid
for user delegation SAS.v12.2.1
Compare Source
12.2.1 (2020-09-17)
BlockBlobClient.uploadStream()
will give an "Invalid Verb" error when keep-alive is enabled. Fixed bug 11187.v12.2.0
Compare Source
12.2.0 (2020-09-08)
BlockBlobClient.uploadStream()
to supportbufferSize
larger thanbuffer.constants.MAX_LENGTH
.BlobServiceClient.getProperties()
and set it viablobServiceClient.setProperties()
.credential
parameter ofnewPipeline()
function is now optional. If not specified,AnonymousCredential
is used. Fixes bug 9628.BlockBlobClient.uploadFile()
,BlockBlobClient.uploadStream()
andBlockBlobClient.uploadBrowserData()
now support setting tier. Fixes bug 9062.listBlobsByHierarchy()
. UsinglistBlobsByHierarchy()
with emptydelimiter
will now fail-fast.v12.1.2
Compare Source
12.1.2 (2020.05)
@opentelemetry/api
0.6.1 via@azure/core-tracing
. PR #7998typescript
3.8.3. PR #8659v12.1.1
Compare Source
12.1.1 (2020.03)
sr
field is now properly set when generating SAS for a blob using a stored policy withsignedpermissions
. For more details about Service SAS, please refer to link.v12.1.0
Compare Source
12.1.0 (2020.02)
contentMD5
andxMsContentCrc64
toBlobCopyFromURLHeaders
andsourceContentMD5
toBlobSyncCopyFromURLOptions
.getPageRangesDiffForManagedDisks
toPageBlobClient
.v12.0.2
Compare Source
12.0.2 (2020.01)
Bug fix - Name properties on clients now support more kinds of endpoints(IPv4/v6 hosts, single word domains). PR #6753
Service clients now share a single http client instance by default. PR #6657
Previously, a new http client was created for each service client if none was provided by the user. This could result in TCP port exhaustion under heavy usage with the keepAlive option enabled because each http client has its own persistent TCP connection. This change creates a single http client instance which is shared among all service clients by default.
v12.0.1
Compare Source
2019.12 12.0.1
@azure/core-tracing
""
) toundefined
when passed as options to thelistContainers
,listBlobsFlat
, andlistBlobsByHierarchy
methods to avoid sending an invalid request to the service. Fixes bug 5817.downloadToBuffer
that explains the limitations of Node.jsBuffer
sizes to around 2GB on 64-bit architectures and 1GB on 32-bit architectures.getProperties
methods with respect to metadata keys and their casing inconsistency when compared to the metadata keys returned through corresponding "list" methods with theincludeMetadata
option.v12.0.0
Compare Source
2019.11 12.0.0
@azure/storage-blob
package.@azure/storage-blob
preview library failed for React apps because of the usage offs.stat
method which is not available in browsers and due to the presence of some circular dependencies. Both of these issues are fixed in this new release.renamed to have the
Storage
prefix. PR 5862.Below are the entities that now have the Storage prefix
LeaseClient
is renamed toBlobLeaseClient
. The helper methodgetLeaseClient
on bothBlobClient
andContainerClient
is renamed togetBlobLeaseClient
.StoragePipelineOptions
interface have been updated as below:proxy
property of typeProxySettings | string
has been renamed toproxyOptions
andwill be of type
ProxyOptions
. If you have been passing url directly, split the value intohost
and
port
then pass it as a json object.telemetry
property of typeTelemetryOptions
has been renamed touserAgentOptions
oftype
UserAgentOptions
.logger
is no longer a property available to configure. To enable logging, please see theTroubleshooting section of our readme.
UniqueRequestIdPolicy
andKeepAlivePolicy
are no longer exported from this library. Thecorresponding policies from the
@azure/core-http
library are meant to be used instead.beginCopyFromURL
is added to theBlobClient
, it returns a poller that can be used to watch the status of a copy operation. It also supports cancelling a pending copy.BlockBlobClient.uploadStream
maxBuffers
attribute of is renamed tomaxConcurrency
8MB
and maxConcurrency =5
ContainerClient.listContainers
had itscontainerItems
property set to an empty string instead of an empty array if the storage account has no blob containers. The issue is fixed in this new release.BlobClient.downloadToBuffer()
helper method has a new overload where it is not required to pass theBuffer
. Attributesoffset
andcount
are optional, downloads the entire blob if they are not provided.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 was generated by Mend Renovate. View the repository job log.