Skip to content

Commit

Permalink
Merge pull request Azure#55 from jofriedm-msft/dev
Browse files Browse the repository at this point in the history
Fixed breaking changes and changelog for 5.1.0 release
  • Loading branch information
jofriedm-msft authored May 4, 2017
2 parents c37d571 + 534ef37 commit 1bbbde1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 1 addition & 9 deletions BreakingChanges.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
Changes in 5.1.0

FILE
* In CloudFileShareProperties, setShareQuota() no longer asserts in bounds. This check has been moved to create() and uploadProperties() in CloudFileShare.

BLOB/FILE
* Fixed a bug which prevented setting content MD5 to true when calling openWriteExisting() on a page blob or file.

Changes in 5.0.0
Changes in 5.0.0

BLOB
* getQualifiedUri() has been deprecated. Please use getSnapshotQualifiedUri() instead. This new function will return the blob including the snapshot (if present) and no SAS token.
Expand Down
3 changes: 2 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* Fixed a bug that prevented setting content MD5 to true when creating a new file.
* Fixed a bug where access conditions, options, and operation context were not being passed when calling openWriteExisting() on a page blob or a file.
* Fixed a bug where an exception was being thrown on a range get of a blob or file when the options disableContentMD5Validation is set to false and useTransactionalContentMD5 is set to true and there is no overall MD5.
* Fixed a bug where retries were happening immediately if a sock exception was thrown.
* Fixed a bug where retries were happening immediately if a socket exception was thrown.
* In CloudFileShareProperties, setShareQuota() no longer asserts in bounds. This check has been moved to create() and uploadProperties() in CloudFileShare.

2017.01.18 Version 5.0.0
* Prefix support for listing files and directories.
Expand Down

0 comments on commit 1bbbde1

Please sign in to comment.