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

Releases: Azure/azure-storage-java

Version 1.1.0

01 Jul 23:06
Compare
Choose a tag to compare

2014.07.01 Version 1.1.0

  • Changed the maven group id and artifact id. The new group id is com.microsoft.azure and the new artifact id is azure-storage.
  • Added File Service support. The File Service and the associated SDK APIs are in preview.
  • Added CloudAnalyticsClient and related methods to simplify Storage Analytics logging and metrics use case scenarios.
  • Fixed a bug where an empty file would be left over during the downloadToFile error case.
  • Updated StorageErrorCodeStrings class.
  • Requests made using SAS credentials have the api-version query parameter appended to the URI.
  • Fixed a null pointer exception that resulted when the first request was made with a blob created using the uri-only constructor (no sas creds appended).