github Azure/azure-sdk-for-java azure-storage-blob_12.19.0

latest releases: azure-identity-broker_1.1.8, azure-identity_1.14.2, azure-ai-translation-text_1.1.0...
2 years ago

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.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.