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

Update dependency @azure/storage-blob to v12.25.0 #29

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 12, 2020

This PR contains the following updates:

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

Release Notes

Azure/azure-sdk-for-js (@​azure/storage-blob)

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

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 cdf3ce3 to 1a3a1c9 Compare March 12, 2020 07:30
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.1.0 Update dependency @azure/storage-blob to v12.1.1 Mar 12, 2020
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 1a3a1c9 to 24a981b Compare May 21, 2020 03:53
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.1.1 Update dependency @azure/storage-blob to v12.1.2 May 21, 2020
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 24a981b to 2fcf786 Compare October 25, 2020 23:56
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.1.2 Update dependency @azure/storage-blob to v12.2.1 Oct 25, 2020
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 2fcf786 to 4a727fc Compare November 28, 2020 10:51
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.2.1 Update dependency @azure/storage-blob to v12.3.0 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 4a727fc to 16d37ff Compare January 22, 2021 20:59
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.3.0 Update dependency @azure/storage-blob to v12.4.0 Jan 22, 2021
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 16d37ff to 8472060 Compare February 7, 2021 16:55
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.4.0 Update dependency @azure/storage-blob to v12.4.1 Feb 7, 2021
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 8472060 to fa684da Compare April 26, 2021 15:41
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.4.1 Update dependency @azure/storage-blob to v12.5.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from fa684da to a547f97 Compare June 9, 2021 07:18
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.5.0 Update dependency @azure/storage-blob to v12.6.0 Jun 9, 2021
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from a547f97 to 53bc403 Compare October 18, 2021 21:35
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.6.0 Update dependency @azure/storage-blob to v12.8.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 53bc403 to 7a00caa Compare March 26, 2022 12:31
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.8.0 Update dependency @azure/storage-blob to v12.9.0 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 7a00caa to 4c8f7c5 Compare May 15, 2022 21:35
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.9.0 Update dependency @azure/storage-blob to v12.10.0 May 15, 2022
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 4c8f7c5 to 5453344 Compare September 25, 2022 15:10
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.10.0 Update dependency @azure/storage-blob to v12.11.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 5453344 to 4727d3e Compare November 20, 2022 18:36
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.11.0 Update dependency @azure/storage-blob to v12.12.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 4727d3e to 2f3b0e1 Compare March 16, 2023 20:01
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.12.0 Update dependency @azure/storage-blob to v12.13.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 2f3b0e1 to 219cf7c Compare April 17, 2023 12:43
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.13.0 Update dependency @azure/storage-blob to v12.14.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 219cf7c to d42d46b Compare July 17, 2023 04:21
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.14.0 Update dependency @azure/storage-blob to v12.15.0 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from d42d46b to 19ccafc Compare September 17, 2023 11:02
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.15.0 Update dependency @azure/storage-blob to v12.16.0 Sep 17, 2023
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 19ccafc to 1b12ca4 Compare November 13, 2023 04:29
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.16.0 Update dependency @azure/storage-blob to v12.17.0 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 1b12ca4 to db50304 Compare May 16, 2024 03:21
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.17.0 Update dependency @azure/storage-blob to v12.18.0 May 16, 2024
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from db50304 to a481393 Compare June 7, 2024 09:51
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.18.0 Update dependency @azure/storage-blob to v12.23.0 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from a481393 to 13dd908 Compare July 26, 2024 07:02
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.23.0 Update dependency @azure/storage-blob to v12.24.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/azure-storage-blob-12.x branch from 13dd908 to a4e2876 Compare September 27, 2024 15:19
@renovate renovate bot changed the title Update dependency @azure/storage-blob to v12.24.0 Update dependency @azure/storage-blob to v12.25.0 Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant