Skip to content

Android Storage Client Library 2.0.0

Latest
Compare
Choose a tag to compare
@jofri-msft jofri-msft released this 12 Oct 17:10
· 4 commits to master since this release
  • Added support for taking a snapshot of a share.
  • IOExceptions wrapping StorageExceptions will now contain the StorageException message in the outer exception.
  • Connection string support expanded to allow AccountName to be specified with SharedAccessSignature and DefaultEndpointsProtocol. In this case, SharedAccessSignature is used for credentials, while having both DefaultEndpointsProtocol and AccountName allows the library to infer a set of default endpoints. Additionally, we have added support for BlobSecondaryEndpoint, QueueSecondaryEndpoint, TableSecondaryEndpoint, and FileSecondaryEndpoint. Specifying a secondary endpoint requires the specification of the corresponding primary.
  • The use of DefaultEndpointsProtocol in a connection string is now optional in the case where endpoints would be automatically generated; if missing, a value of https will be inferred. When the parsed account settings in such a case are used to generate a connection string, the value of DefaultEndpointsProtocol will be explicitly included.