Skip to content

Commit

Permalink
Merge pull request Azure#360 from rickle-msft/New-Storage-SDK-V10-Pre…
Browse files Browse the repository at this point in the history
…view-dev

New storage sdk v10 preview dev
  • Loading branch information
rickle-msft authored Aug 23, 2018
2 parents ececde6 + fd2bf93 commit 549b1ae
Show file tree
Hide file tree
Showing 265 changed files with 3,350 additions and 90,556 deletions.
9 changes: 8 additions & 1 deletion BreakingChanges.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
2018.08.07 Version 10.0.2-Preview
2018.08.22 Version 10.0.4-rc
* Changed BlobURL.startCopy sourceAccessConditions parameter to be HTTPAccessConditions as lease is not actually supported.
* UploadFromFile now takes an AsynchronousFileChannel.
* UploadByteBuffersToBlockBlob, UploadByteBufferToBlockBlob, and DownloadToBuffer have been removed.
* IPRange fields are now strings.

2018.08.07 Version 10.0.2-Preview
* Changed BlobListingDetails constructor to take a flag to include deleted blobs.
* Restructured the blob and container listing responses.
* BlockBlobURL.MAX_PUT_BLOCK_BYTES renamed to BlockBlobURL.MAX_STAGE_BLOCK_BYTES.
* Changed the accessConditions parameter to be HTTPAccessConditions instead of BlobAccessConditions, since only http access conditions are supported.

2018.07.03 Version 10.0.1-Preview
* Created the StorageException type, which deserializes the XML payload in an error response if present and gives access to the ErrorCode header as a property.
Expand Down
14 changes: 14 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2018.08.22 Version 10.0.4-rc
* Support for the 2017-11-09 REST version. Please see our REST api documentation and blogs for information about the related added features.
* Support for 2018-03-28 REST version. Please see our REST api documentation and blogs for information about the related added features.
* Support for the getAccountInfo api on ServiceURL, ContainerURL, and BlobURL.
* Added support for setting service properties related to static websites.
* Changed BlobURL.startCopy sourceAccessConditions parameter to be HTTPAccessConditions as lease is not actually supported.
* Added methods to TransferManager for conveniently downloading a blob to a file.
* UploadFromFile now takes an AsynchronousFileChannel.
* UploadByteBuffersToBlockBlob, UploadByteBufferToBlockBlob, and DownloadToBuffer have been removed.
* IPRange fields are now strings.
* Fixed retry policy.
* Fixed logging policy.

2018.08.08 Version 10.0.3-Preview
* Resolved dependency issues

Expand All @@ -8,6 +21,7 @@
* Changed BlobListingDetails constructor to take a flag to include deleted blobs.
* Restructured the blob and container listing responses.
* BlockBlobURL.MAX_PUT_BLOCK_BYTES renamed to BlockBlobURL.MAX_STAGE_BLOCK_BYTES.
* Changed the accessConditions parameter to be HTTPAccessConditions instead of BlobAccessConditions, since only http access conditions are supported.

2018.07.03 Version 10.0.1-Preview
* Added the RetryReader class to allow for more reliable streaming on large downloads. This is now the return type of blobURL.download
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>10.0.3-Preview</version>
<version>10.0.4-rc</version>
</dependency>
```

Expand Down
199 changes: 0 additions & 199 deletions docs/allclasses-frame.html

This file was deleted.

199 changes: 0 additions & 199 deletions docs/allclasses-noframe.html

This file was deleted.

Loading

0 comments on commit 549b1ae

Please sign in to comment.