You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.
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.