FHIR icon indicating copy to clipboard operation
FHIR copied to clipboard

Bump azure-storage-blob from 12.17.1 to 12.19.0 in /fhir-parent

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps azure-storage-blob from 12.17.1 to 12.19.0.

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.19.0

12.19.0 (2022-08-12)

Features Added

  • Added ParallelTransferOptions.getProgressListener and ParallelTransferOptions.setProgressListener that replaces deprecated ParallelTransferOptions.getProgressReceiver and ParallelTransferOptions.setProgressReceiver
  • com.azure.storage.blob.ProgressReceiver extends com.azure.core.util.ProgressListener for backwards compatibility.
  • Added BlobDownloadAsyncResponse.writeValueToAsync and BlobDownloadAsyncResponse.close.
  • Added BlockBlobSimpleUploadOptions(BinaryData) constructor, BlockBlobStageBlockOptions, BlockBlobAsyncClient.stageBlock(String, BinaryData), BlockBlobAsyncClient.stageBlockWithResponse(BlockBlobStageBlockOptions), BlockBlobAsyncClient.upload(BinaryData), BlockBlobAsyncClient.upload(BinaryData, boolean), BlockBlobClient.stageBlock(String, BinaryData), BlockBlobClient.stageBlockWithResponse(BlockBlobStageBlockOptions, Duration, Context), BlockBlobClient.upload(BinaryData), BlockBlobClient.upload(BinaryData, boolean)

Other Changes

  • com.azure.storage.blob.ProgressReceiver and com.azure.storage.blob.ProgressReporter are deprecated and replaced by com.azure.core.util.ProgressListener and com.azure.core.util.ProgressReporter.

azure-storage-blob-cryptography_12.18.0

12.18.0 (2022-08-12)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.30.0 to version 1.31.0.
  • Upgraded azure-core-http-netty from 1.12.3 to version 1.12.4.
  • Upgraded azure-storage-blob from 12.18.0 to version 12.19.0.

azure-storage-common_12.18.0

12.18.0 (2022-08-12)

Features Added

  • Added ParallelTransferOptions.getProgressListener and ParallelTransferOptions.setProgressListener that replaces deprecated ParallelTransferOptions.getProgressReceiver and ParallelTransferOptions.setProgressReceiver
  • com.azure.storage.common.ProgressReceiver extends com.azure.core.util.ProgressListener for backwards compatibility.

Bugs Fixed

  • Fixed bug where connection string with SAS token would not work if the token contains leading ?.

Other Changes

  • com.azure.storage.common.ProgressReceiver and com.azure.storage.common.ProgressReporter are deprecated and replaced by com.azure.core.util.ProgressListener and com.azure.core.util.ProgressReporter.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 15 '22 03:08 dependabot[bot]