Skip to content

azure-storage-common_12.18.0

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

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.