12.18.0 (2022-08-12)
Features Added
- Added
ParallelTransferOptions.getProgressListener
andParallelTransferOptions.setProgressListener
that replaces deprecatedParallelTransferOptions.getProgressReceiver
andParallelTransferOptions.setProgressReceiver
com.azure.storage.common.ProgressReceiver
extendscom.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
andcom.azure.storage.common.ProgressReporter
are deprecated
and replaced bycom.azure.core.util.ProgressListener
andcom.azure.core.util.ProgressReporter
.