Skip to content

Update dependency Azure.Storage.Blobs to v12.20.0#109

Open
mend-developer-platform-dev[bot] wants to merge 1 commit into
masterfrom
whitesource-remediate/azure.storage.blobs-12.x
Open

Update dependency Azure.Storage.Blobs to v12.20.0#109
mend-developer-platform-dev[bot] wants to merge 1 commit into
masterfrom
whitesource-remediate/azure.storage.blobs-12.x

Conversation

@mend-developer-platform-dev

@mend-developer-platform-dev mend-developer-platform-dev Bot commented Jul 16, 2023

Copy link
Copy Markdown

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Azure.Storage.Blobs (source) 12.3.0 -> 12.20.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

Azure/azure-sdk-for-net (Azure.Storage.Blobs)

v12.20.0

12.20.0 (2024-05-13)

  • Includes all features from 12.20.0-beta.1 and 12.20.0-beta.2.
  • Fixed bug where BlobContainerClient and BlobBaseClient did not throw an exception on empty/null container names and blob names, respectively, when constructing a client.

v12.19.1

12.19.1 (2023-11-13)

v12.19.0

12.19.0 (2023-11-06)

  • Includes all features from 12.19.0-beta.1.

v12.18.0

12.18.0 (2023-09-12)

  • Includes all features from 12.18.0-beta.1.

v12.17.0

12.17.0 (2023-07-11)

  • Includes all features from 12.17.0-beta.1.

v12.16.0

12.16.0 (2023-04-11)

  • Includes all features from 12.16.0-beta.1.

v12.15.1

12.15.1 (2023-03-24)

  • Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.

v12.15.0

12.15.0 (2023-02-21)

  • Includes all features from 12.15.0-beta.1.
  • Added BlobDownloadDetails.CreatedOn property.

v12.14.1

12.14.1 (2022-10-20)

  • Fixed bug were BlobBaseClient constructor taking a URI and BlobClientOptions would ignore BlobClientOptions.TrimBlobNameSlashes.

v12.14.0

12.14.0 (2022-10-12)

  • Includes all features from 12.14.0-beta.1.
  • Added support for leading and trailing '/' characters in blob names when constructing URIs via builder.

v12.13.1

12.13.1 (2022-08-22)

  • Added support for downloading blobs with bugged client-side encryption metadata from previous library versions.

v12.13.0

12.13.0 (2022-07-07)

  • Includes all features from 12.13.0-beta.1.

v12.12.0

12.12.0 (2022-05-02)

  • Includes all features from 12.12.0-beta.1.

v12.11.0

12.11.0 (2022-03-10)

  • Includes all features from 12.11.0-beta.1, 12.11.0-beta.2, and 12.11.0-beta.3 except SDK-calculated transactional checksums on data transfer.
  • Added support for progress reporting with DownloadToAsync().
  • Fixed a bug where BlobBaseClient.DownloadTo() would result in an ObjectDisposedException on .NET Framework in certain network conditions.
  • Added nullable version of BlobProperties.CopyStatus called BlobCopyStatus, allowing a null value when Storage doesn't return a value.
  • Fixed a bug where BlobContainerClient.GetProperties() would throw an ArgumentNullException when the AccessPolicy was null
  • Removed preview support for SDK-calculated transactional checksums on data transfer.
  • Fixed a bug where BlobUriBuilder was case sensitive for parameter names.

v12.10.0

12.10.0 (2021-09-08)

  • Includes all features from 12.10.0-beta.1 and 12.10.0-beta.2.

v12.9.1

12.9.1 (2021-06-23)

  • Added optimization to unwrap encryption key once for DownloadTo and OpenRead when Client Side Encryption is enabled.

v12.9.0

12.9.0 (2021-06-08)

  • Includes all features from 12.9.0-beta.4.
  • Fixed bug where BlobClient.DownloadStreaming or BlobClient.DownloadData could corrupt data on retry.
  • Fixed bug where specifying "*" as IfMatch condition could lead to inconsistend read in BlobClient.DownloadTo.
  • Fixed bug where specifying conditions in BlobBaseClient.OpenRead could override allowModifications flag in BlobOpenReadOptions leading to inconsistent read.
  • Fixed bug where BlobProperties.IsLatestVersion from BlobBaseClient.GetProperties did not set the value (defaulted to false).
  • Fixed bug where reading blob with Client Side Encryption enabled results in high CPU.

v12.8.4

12.8.4 (2021-05-20)

  • Fixed bug where Client Side Encryption during large transactions (greater than max int value) would throw an exception.

v12.8.3

12.8.3 (2020-04-27)

  • Fixed bug where Stream returned by BlockBlobClient.OpenWrite could corrupt blocks if flushed between writes.

v12.8.2

12.8.2 (2020-04-27)

  • This release contains bug fixes to improve quality.

v12.8.1

12.8.1 (2021-03-29)

  • Fixed bug where ClientDiagnostics's DiagnosticListener was leaking resources.

v12.8.0

12.8.0 (2021-01-12)

  • Includes all features from 12.8.0-beta.1
  • Fixed bug where the Stream returned by BlobBaseClient.OpenRead() would return a different Length after calls to Seek().
  • Fixed bug where BlobBaseClient.Exists() did not function correctly for blob encrypted with Customer Provided Key or Encryption Scope.
  • Added support for AzureSasCredential. That allows SAS rotation for long living clients.

v12.7.0

12.7.0 (2020-11-10)

  • Includes all features from 12.7.0-preview.1
  • Fixed bug where BlobContainerClient.SetAccessPolicy() would throw an exception if signed identifier permissions were not in the correct order.
  • Added seekability to BaseBlobClient.OpenRead().
  • Added additional info to exception messages.
  • Fixed bug where Blobs SDK coudn't handle SASs with start and expiry time in format other than yyyy-MM-ddTHH:mm:ssZ.
  • Added ability to set Position on streams created with BlobBaseClient.OpenRead().
  • Added CanGenerateSasUri property, GenerateSasUri() to BlobBaseClient, BlobClient, BlockBlobClient, AppendBlobClient, PageBlobClient and BlobContainerClient.
  • Added CanAccountGenerateSasUri property, GenerateAccountSasUri() to BlobServiceClient.
  • Deprecated property BlobSasBuilder.Version, so when generating SAS will always use the latest Storage Service SAS version.
  • Added ability to get parent BlobContainerClient from BlobBaseClient and to get parent BlobServiceClient from BlobContainerClient.
  • Restored single upload threshold for parallel uploads from 5 TB to 256 MB.

v12.6.0

12.6.0 (2020-08-31)

  • Fixed bug where BlobClient.Upload(), BlockBlobClient.Upload(), AppendBlobClient.AppendBlock(), and PageBlobClient.UploadPages() would deadlock if the content stream's position was not 0.
  • Fixed bug in BlobBaseClient.OpenRead() causing us to do more download called than necessary.
  • Fixed bug where PageBlobWriteStream would advance Position 2x the number of written bytes.

v12.5.1

12.5.1 (2020-08-18)

  • Bug in TaskExtensions.EnsureCompleted method that causes it to unconditionally throw an exception in the environments with synchronization context

v12.5.0

12.5.0 (2020-08-13)

  • Added support for custom local emulator hostname for blob storage endpoints.
  • Fixed bug where BlobContainerClient.SetAccessPolicy() sends DateTimeOffset.MinValue when StartsOn and ExpiresOn when not set in BlobAccessPolicy
  • Added nullable properties, PolicyStartsOn and PolicyExpiresOn to BlobAccessPolicy
  • Added BlockBlobClient.OpenWrite(), AppendBlobClient.OpenWrite(), and PageBlobClient.OpenWrite()

v12.4.4

12.4.4 (2020-06)

  • This release contains bug fixes to improve quality.

v12.4.3

12.4.3 (2020-06)

  • Fixed bug where copy from URL did not handle non-ASCII characters correctly
  • Fixed bug where download could hang indefinietly on .NET Framework

v12.4.2

12.4.2 (2020-05)

  • Fixed bug where blob, file and directory names were not URL encoded.
  • Fixed bug where BlobBaseClient.DownloadAsync() could download data incorrectly if intermittent network failure occurs.

v12.4.1

12.4.1 (2020-04)

  • Fixed bug where BlobContainerClient.DeleteIfExistsAsync() would throw an exception if hierarchical namespace was enabled, and the underlying container didn't exist.
  • Fixed bug where BlobBaseClient.DownloadAsync() would throw an exception when download an empty Blob.
  • Fixed bug where BlockBlobClient.CommitBlockListAsync() would throw an exception when commiting previously committed blocks.

v12.4.0

12.4.0 (2020-03)

  • Fixed bug in BlobBaseClient.Download() and BlobClient.Upload() where TransferOptions.MaximumTransferLength was ignored.

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.

@mend-developer-platform-dev mend-developer-platform-dev Bot force-pushed the whitesource-remediate/azure.storage.blobs-12.x branch from cae478a to 648a6c9 Compare September 19, 2023 14:32
@mend-developer-platform-dev mend-developer-platform-dev Bot changed the title Update dependency Azure.Storage.Blobs to v12.17.0 Update dependency Azure.Storage.Blobs to v12.18.0 Sep 19, 2023
@mend-developer-platform-dev mend-developer-platform-dev Bot force-pushed the whitesource-remediate/azure.storage.blobs-12.x branch from 648a6c9 to 3efecef Compare November 7, 2023 00:14
@mend-developer-platform-dev mend-developer-platform-dev Bot changed the title Update dependency Azure.Storage.Blobs to v12.18.0 Update dependency Azure.Storage.Blobs to v12.19.0 Nov 7, 2023
@mend-developer-platform-dev mend-developer-platform-dev Bot force-pushed the whitesource-remediate/azure.storage.blobs-12.x branch from 3efecef to 7cda578 Compare November 15, 2023 00:17
@mend-developer-platform-dev mend-developer-platform-dev Bot changed the title Update dependency Azure.Storage.Blobs to v12.19.0 Update dependency Azure.Storage.Blobs to v12.19.1 Nov 15, 2023
@mend-developer-platform-dev mend-developer-platform-dev Bot force-pushed the whitesource-remediate/azure.storage.blobs-12.x branch from 7cda578 to 3541d02 Compare May 15, 2024 00:41
@mend-developer-platform-dev mend-developer-platform-dev Bot changed the title Update dependency Azure.Storage.Blobs to v12.19.1 Update dependency Azure.Storage.Blobs to v12.20.0 May 15, 2024
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