This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Java Storage Client LIbrary 10.2.0
-
Added overloads which only accept the required parameters.
-
Added CopyFromURL, which will do a synchronous server-side copy, meaning the service will not return an HTTP response until it has completed the copy.
-
Added support for IProgressReceiver in TransferManager operations. This parameter was previously ignored but is now supported.
-
Removed internal dependency on javafx to be compatible with openjdk.
-
Fixed a bug that would cause downloading large files with the TransferManager to fail.
-
Fixed a bug in BlobURL.download() logic for setting up reliable download. This had the potential to download the wrong range when a download stream was retried.