Skip to content

azure-storage-blob_12.19.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Aug 20:45
d515d02

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.