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

Java Storage Client Library 6.0.0

Compare
Choose a tag to compare
@jofri-msft jofri-msft released this 06 Oct 23:16
· 419 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.
  • All: 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.