github Azure/azure-sdk-for-java azure-storage-blob_12.0.0-preview.2

latest releases: azure-sdk-template-three_1.0.0-beta.3725987, azure-sdk-template-two_1.0.0-beta.3725987, azure-sdk-template_1.2.1-beta.3725987...
pre-release4 years ago

For details on the Azure SDK for Java (August 2019 Preview) release refer to the release announcement.

  • Renamed StorageClient, StorageAsyncClient, and StorageClientBuilder to BlobServiceClient, BlobServiceAsyncClient, and BlobServiceClientBuilder.
  • Combined AppendBlobClientBuilder, BlockBlobClientBuilder, and PageBlobClientBuilder into BlobClientBuilder. Methods to create each client type were added.
  • Removed static builder method from clients. Builders are now instantiable.
  • Changed return type of createSnapshot in BlobClient to return a client associated to the blob snapshot instead of the snapshot ID. Use getSnapshotId to get snapshot ID and isSnapshot to indicate if the client is associated to a blob snapshot.
  • Added getSnapshotClient to clients that returns a new client associated to the snapshot.
  • Added SAS token generation to clients.
  • Added deleteContainer to BlobServiceClient and BlobServiceAsyncClient.
  • Added getAppendBlobClient with snapshot overload to ContainerClient.
  • Removed AnonymousClientCredential class.
  • Changed parameter ordering of BlobClient and BlobAsyncClient download and downloadToFile.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.