Skip to content

Android Storage Client Library 1.0.0

Compare
Choose a tag to compare
@jofri-msft jofri-msft released this 30 Jan 22:36
· 49 commits to master since this release
  • Android Studio support via Gradle build system.
  • Updated tests from JUnit 3 to Android Junit 4.
  • Prefix support for listing files and directories.
  • Added support for setting public access when creating a blob container
  • The public access setting on a blob container is now a container property returned from downloadProperties.
  • Add Message now modifies the PopReceipt, Id, NextVisibleTime, InsertionTime, and ExpirationTime properties of its CloudQueueMessage parameter.
  • Populate content MD5 for range gets on Blobs and Files.
  • Added support in Page Blob for incremental copy.
  • getQualifiedUri() has been deprecated for Blobs. Please use getSnapshotQualifiedUri() instead. This new function will return the blob including the snapshot (if present) and no SAS token.
  • getQualifiedStorageUri() has been deprecated for Blobs. Please use getSnapshotQualifiedStorageUri() instead. This new function will return the blob including the snapshot (if present) and no SAS token.
  • Fixed a bug where copying from a blob that included a SAS token and a snapshot ommitted the SAS token.