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

Java Storage Client Library 4.0.0

Choose a tag to compare

@emgerner-msft emgerner-msft released this 05 Oct 21:07
· 682 commits to master since this release
  • Removed deprecated table AtomPub support.
  • Removed deprecated constructors which take service clients in favor of constructors which take credentials.
  • Added support for "Add" permissions on Blob SAS.
  • Added support for "Create" permissions on Blob and File SAS.
  • Added support for IP Restricted SAS and Protocol SAS.
  • Added support for Account SAS to all services.
  • Added support for Minute and Hour Metrics to FileServiceProperties and added support for File Metrics to CloudAnalyticsClient.
  • Removed deprecated startCopyFromBlob() on CloudBlob. Use startCopy() instead.
  • Removed deprecated Credentials and StorageKey classes. Please use the appropriate methods on StorageCredentialsAccountAndKey instead.