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

Commit 70eed09

Browse files
authored
Merge pull request #361 from Azure/New-Storage-SDK-V10-Preview-dev
New storage sdk v10 preview dev
2 parents 8c87c15 + 549b1ae commit 70eed09

File tree

265 files changed

+3438
-90578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+3438
-90578
lines changed

BreakingChanges.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
2018.08.07 Version 10.0.2-Preview
1+
2018.08.22 Version 10.0.4-rc
2+
* Changed BlobURL.startCopy sourceAccessConditions parameter to be HTTPAccessConditions as lease is not actually supported.
3+
* UploadFromFile now takes an AsynchronousFileChannel.
4+
* UploadByteBuffersToBlockBlob, UploadByteBufferToBlockBlob, and DownloadToBuffer have been removed.
5+
* IPRange fields are now strings.
6+
7+
2018.08.07 Version 10.0.2-Preview
28
* Changed BlobListingDetails constructor to take a flag to include deleted blobs.
39
* Restructured the blob and container listing responses.
410
* BlockBlobURL.MAX_PUT_BLOCK_BYTES renamed to BlockBlobURL.MAX_STAGE_BLOCK_BYTES.
11+
* Changed the accessConditions parameter to be HTTPAccessConditions instead of BlobAccessConditions, since only http access conditions are supported.
512

613
2018.07.03 Version 10.0.1-Preview
714
* 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.

ChangeLog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2018.08.22 Version 10.0.4-rc
2+
* Support for the 2017-11-09 REST version. Please see our REST api documentation and blogs for information about the related added features.
3+
* Support for 2018-03-28 REST version. Please see our REST api documentation and blogs for information about the related added features.
4+
* Support for the getAccountInfo api on ServiceURL, ContainerURL, and BlobURL.
5+
* Added support for setting service properties related to static websites.
6+
* Changed BlobURL.startCopy sourceAccessConditions parameter to be HTTPAccessConditions as lease is not actually supported.
7+
* Added methods to TransferManager for conveniently downloading a blob to a file.
8+
* UploadFromFile now takes an AsynchronousFileChannel.
9+
* UploadByteBuffersToBlockBlob, UploadByteBufferToBlockBlob, and DownloadToBuffer have been removed.
10+
* IPRange fields are now strings.
11+
* Fixed retry policy.
12+
* Fixed logging policy.
13+
114
2018.08.08 Version 10.0.3-Preview
215
* Resolved dependency issues
316

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

1226
2018.07.03 Version 10.0.1-Preview
1327
* Added the RetryReader class to allow for more reliable streaming on large downloads. This is now the return type of blobURL.download

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
3131
<dependency>
3232
<groupId>com.microsoft.azure</groupId>
3333
<artifactId>azure-storage-blob</artifactId>
34-
<version>10.0.3-Preview</version>
34+
<version>10.0.4-rc</version>
3535
</dependency>
3636
```
3737

docs/allclasses-frame.html

Lines changed: 0 additions & 199 deletions
This file was deleted.

docs/allclasses-noframe.html

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)