Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Java Storage Client Library 10.0.4-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@rickle-msft rickle-msft released this 23 Aug 18:29
· 36 commits to New-Storage-SDK-V10-Preview since this release
70eed09
  • Support for the 2017-11-09 REST version. Please see our REST api documentation and blogs for information about the related added features.

  • Support for 2018-03-28 REST version. Please see our REST api documentation and blogs for information about the related added features.

  • Support for the getAccountInfo api on ServiceURL, ContainerURL, and BlobURL.

  • Added support for setting service properties related to static websites.

  • Changed BlobURL.startCopy sourceAccessConditions parameter to be HTTPAccessConditions as lease is not actually supported.

  • Added methods to TransferManager for conveniently downloading a blob to a file.

  • UploadFromFile now takes an AsynchronousFileChannel.

  • UploadByteBuffersToBlockBlob, UploadByteBufferToBlockBlob, and DownloadToBuffer have been removed.

  • IPRange fields are now strings.

  • Fixed retry policy.

  • Fixed logging policy.