Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @azure/storage-blob to v12 #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@azure/storage-blob (source) 10.5.0 -> 12.26.0 age adoption passing confidence

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
  • Includes all features released in 12.24.0-beta.1.
Bugs Fixed
  • Correct content-length header with request body length. (#​30138)

v12.23.0

Compare Source

12.23.0 (2024-07-18)

Features Added
  • Includes all features released in 12.23.0-beta.1.
Bugs Fixed
  • Correct content-length header with request body length. (#​30138)

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
  • Includes all features released in 12.13.0-beta.1.
  • Added BlobDownloadHeaders.createdOn property for interface BlobClient.Download().
Bugs Fixed
  • Fixed an issue of getting 403 error for file or directory name with './' or '../'

v12.12.0

Compare Source

Features Added
  • Added support for service version 2021-12-02.
Other Changes
  • Update dependency @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
  • Includes all features released in 12.10.0-beta.1.
Bugs Fixed
  • Refined user-agent value to avoid failure when os information is not available on some platforms.
  • Fix an issue of not returning raw blob properties in ContainerClient.listBlobsFlat() and ContainerClient.listBlobsByHierarchy().

v12.9.0

Compare Source

12.9.0 (2022-03-11)

Features Added
  • Includes all features released in 12.9.0-beta.1, 12.9.0-beta.2, 12.9.0-beta.3 and 12.9.0-beta.4.
Bugs Fixed
  • Fixed an issue of always sending x-ms-encryption-algorithm header in request.

v12.8.0

Compare Source

12.8.0 (2021-09-10)

Features Added
  • Includes all features released in 12.8.0-beta.1.

v12.7.0

Compare Source

12.7.0 (2021-08-02)

  • Support for Node.js 8 and IE 11 has been dropped. Please see our support policy for more details.
  • Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
  • Updated our internal core package dependencies to their latest versions in order to add support for Opentelemetry 1.0.0 which is compatible with the latest versions of our other client libraries.

v12.6.0

Compare Source

12.6.0 (2021-06-09)

  • Includes all features released in 12.6.0-beta.1.

v12.5.0

Compare Source

12.5.0 (2021-03-10)

  • Includes all features released in 12.5.0-beta.1.

v12.4.1

Compare Source

12.4.1 (2021-02-03)

  • Fixed a compile failure due to "Can't resolve 'crypto'" in Angular. Issue #​13267.
  • Fixed an issue that the download stream returned by BlobClient.download won't release underlying resources unless it's fully consumed. Isssue #​11850.
  • Fixed an error when listing blob with a metadata key of _ issue #​9197
  • The "Unclosed root tag" XML parser error is now retriable. PR #​13076.

v12.4.0

Compare Source

12.4.0 (2021-01-12)

  • Added a new from(permissionLike) function to AccountSASPermissions, BlobSASPermissions and ContainerSASPermissions 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)

  • Added BlockBlobClient.uploadData(data: Buffer | Blob | ArrayBuffer | ArrayBufferView, options) for parallel uploading. It's avaiable in both Node.js and browsers.
  • Added new SAS permissions Move(m) and Execute(e) for Blob and Container. Also supports specifying an authorized object ID via saoid and a correlation ID via scid for user delegation SAS.

v12.2.1

Compare Source

12.2.1 (2020-09-17)

  • Bug fix - Fixes an issue whereBlockBlobClient.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)

  • Added RehydratePriority to BlobProperties and BlobItemProperties.
  • Fixed BlockBlobClient.uploadStream() to support bufferSize larger than buffer.constants.MAX_LENGTH.
  • Added support for Object Replication Service.
  • Added custom domain support.
  • Supported Append Blob Seal.
  • Supported tags conditional operations.
  • The Static Website Service now supports a DefaultIndexDocumentPath for a global HTTP 200 route within the static website. You can get it by BlobServiceClient.getProperties() and set it via blobServiceClient.setProperties().
  • Bug fix - credential parameter of newPipeline() function is now optional. If not specified, AnonymousCredential is used. Fixes bug 9628.
  • Bug fix - high level upload functions BlockBlobClient.uploadFile(), BlockBlobClient.uploadStream() and BlockBlobClient.uploadBrowserData() now support setting tier. Fixes bug 9062.
  • Optimized error semantic for listBlobsByHierarchy(). Using listBlobsByHierarchy() with empty delimiter will now fail-fast.
  • Bug fix - Content-Length header is no more ignored. Fixes bugs 8903, 9300 and 10614.

v12.1.2

Compare Source

12.1.2 (2020.05)

v12.1.1

Compare Source

12.1.1 (2020.03)

  • Bug fix - Blob SAS's sr field is now properly set when generating SAS for a blob using a stored policy with signedpermissions. For more details about Service SAS, please refer to link.
  • Fixed unexpected hang issue when uploading empty body. Fixed bug 6904.

v12.1.0

Compare Source

12.1.0 (2020.02)

  • Updated Azure Storage Service API version to 2019-07-07.
  • Add support for Encryption Scope, which is similar to regular CPK, except the encryption key is provided by name.
  • MD5 and CRC headers for Blob Copy: add contentMD5and xMsContentCrc64 to BlobCopyFromURLHeaders and sourceContentMD5 to BlobSyncCopyFromURLOptions.
  • Add getPageRangesDiffForManagedDisks to PageBlobClient.
  • Fixed a bug where the package didn't work as expected when bundling web applications. PR #​7298

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

  • Updated to use OpenTelemetry 0.2 via @azure/core-tracing
  • Bug Fix - Convert empty prefixes ("") to undefined when passed as options to the listContainers, listBlobsFlat, and listBlobsByHierarchy methods to avoid sending an invalid request to the service. Fixes bug 5817.
  • Added a warning to the documentation of downloadToBuffer that explains the limitations of Node.js Buffer sizes to around 2GB on 64-bit architectures and 1GB on 32-bit architectures.
  • Documented the behavior of getProperties methods with respect to metadata keys and their casing inconsistency when compared to the metadata keys returned through corresponding "list" methods with the includeMetadata option.

v12.0.0

Compare Source

2019.11 12.0.0

  • This release marks the general availability of the @azure/storage-blob package.
  • Bug Fix - Previous versions of @azure/storage-blob preview library failed for React apps because of the usage of fs.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.
  • [Breaking] The custom browser and retry policies that are specific to the Storage libraries have been
    renamed to have the Storage prefix. PR 5862.
    Below are the entities that now have the Storage prefix
    • BrowserPolicy
    • BrowserPolicyFactory
    • RetryPolicy
    • RetryPolicyType
    • RetryOptions
    • RetryPolicyFactory
  • [Breaking] LeaseClient is renamed to BlobLeaseClient. The helper method getLeaseClient on both BlobClient and ContainerClient is renamed to getBlobLeaseClient.
  • [Breaking] The properties in the StoragePipelineOptions interface have been updated as below:
    • The proxy property of type ProxySettings | string has been renamed to proxyOptions and
      will be of type ProxyOptions. If you have been passing url directly, split the value into host
      and port then pass it as a json object.
    • The telemetry property of type TelemetryOptions has been renamed to userAgentOptions of
      type UserAgentOptions.
    • The logger is no longer a property available to configure. To enable logging, please see the
      Troubleshooting section of our readme.
    • The UniqueRequestIdPolicy and KeepAlivePolicy are no longer exported from this library. The
      corresponding policies from the @azure/core-http library are meant to be used instead.
  • beginCopyFromURL is added to the BlobClient, it returns a poller that can be used to watch the status of a copy operation. It also supports cancelling a pending copy.
  • Updates to BlockBlobClient.uploadStream
    • [Breaking] maxBuffers attribute of is renamed to maxConcurrency
    • Added default values for parameters, bufferSize = 8MB and maxConcurrency = 5
  • [Breaking] Bug Fix - The page object returned from ContainerClient.listContainers had its containerItems 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 the Buffer. Attributes offset and count are optional, downloads the entire blob if they are not provided.
  • [Breaking] The default browser bundle has been removed from the npm package. Bundling your application with a bundler such as Webpack is the recommended approach to building a browser bundle. For details on how to do this, please refer to our bundling documentation.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 146ffbf to 5c9a903 Compare February 14, 2022 12:33
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 5c9a903 to cadd780 Compare March 11, 2022 14:20
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from cadd780 to 45ceacb Compare May 13, 2022 09:58
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 45ceacb to 9aa2770 Compare July 8, 2022 10:44
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 9aa2770 to e21f723 Compare November 20, 2022 09:13
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from e21f723 to db1ca9f Compare March 8, 2023 22:20
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from db1ca9f to 8fc5816 Compare April 17, 2023 14:20
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 8fc5816 to afa8789 Compare June 19, 2023 12:02
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12 fix(deps): update dependency @azure/storage-blob to v12.14.0 Jun 19, 2023
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from afa8789 to 6dc4c2b Compare July 14, 2023 04:25
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12.14.0 fix(deps): update dependency @azure/storage-blob to v12.15.0 Jul 14, 2023
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 6dc4c2b to 48d544b Compare September 14, 2023 11:43
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12.15.0 fix(deps): update dependency @azure/storage-blob to v12.16.0 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 48d544b to badd282 Compare November 10, 2023 03:20
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12.16.0 fix(deps): update dependency @azure/storage-blob to v12.17.0 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from badd282 to a7e64b4 Compare May 13, 2024 03:07
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12.17.0 fix(deps): update dependency @azure/storage-blob to v12.18.0 May 13, 2024
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from a7e64b4 to 4ba5c81 Compare June 5, 2024 23:40
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12.18.0 fix(deps): update dependency @azure/storage-blob to v12.23.0 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 4ba5c81 to 0e0ec75 Compare July 23, 2024 08:12
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12.23.0 fix(deps): update dependency @azure/storage-blob to v12.24.0 Jul 23, 2024
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12.24.0 fix(deps): update dependency @azure/storage-blob to v12.25.0 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 0e0ec75 to fec6ba7 Compare September 24, 2024 17:06
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from fec6ba7 to d37b8b1 Compare November 20, 2024 11:06
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12.25.0 fix(deps): update dependency @azure/storage-blob to v12.26.0 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from d37b8b1 to 4e1a1d9 Compare January 21, 2025 07:30
@renovate renovate bot changed the title fix(deps): update dependency @azure/storage-blob to v12.26.0 fix(deps): update dependency @azure/storage-blob to v12 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch 3 times, most recently from 2bc31d5 to d32fcc4 Compare January 21, 2025 11:32
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from d32fcc4 to 2648467 Compare January 22, 2025 07:17
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 2648467 to d5248a5 Compare January 22, 2025 07:18
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.

0 participants