forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Azure#337 from Azure/New-Storage-SDK-V10-Preview-dev
V10.0.1-Preview from New storage sdk v10 preview dev
- Loading branch information
Showing
96 changed files
with
5,662 additions
and
1,766 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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. | ||
* Changed the AppendBlobAccessConditions field types to be Long instead of Int. | ||
* Changed RequestRetryOptions maxTries and tryTimeout fields to be Integer instead of int. 0 is no longer allowed. | ||
* Changed the return type of BlobURL.download to be a DownloadResponse instead of BlobsDownloadResponse for integration with RetryReader. | ||
* Changed CommonRestResponse.lastModifiedTime to be lastModified. | ||
* Changed the dateProperty field in all auto-generated files to be date. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
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 | ||
* Fixed a bug that caused generation of signatures to fail at high levels of parallelism. | ||
* Created the StorageException type to give easy access to the ErrorCode, StatusCode, and Message as available for unsuccessful responses. | ||
* Added the StorageErrorCode type for checking against error codes returned by the service. | ||
* Changed the AppendBlobAccessConditions field types to be Long instead of Int. | ||
* Upgraded Netty dependency to allow uploading memory mapped files with https. | ||
* Upgraded the autorest runtime dependency to fix a dependency bug in their package. | ||
* Changed RequestRetryOptions maxTries and tryTimeout fields to be Integer instead of int. 0 is no longer allowed. | ||
* Changed CommonRestResponse.lastModifiedTime to be lastModified. | ||
* Added statusCode property to CommonRestResponse. | ||
* Change dateProperty to be date on all generated types. | ||
* Fixed a bug that prevented proper reset of body stream upon retry. | ||
* Updated the defaults for RequestRetryOptions. | ||
|
||
2018.04.27 Version 10.0.0-preview | ||
* Initial Release. Please see the README and wiki for information on the new design. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.