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

Commit 0b99f5a

Browse files
author
jofriedm-msft
authored
Merge pull request #56 from wastore/dev
Dev
2 parents 81d62db + 1bbbde1 commit 0b99f5a

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

BreakingChanges.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
Changes in 5.1.0
2-
3-
FILE
4-
* In CloudFileShareProperties, setShareQuota() no longer asserts in bounds. This check has been moved to create() and uploadProperties() in CloudFileShare.
5-
6-
BLOB/FILE
7-
* Fixed a bug which prevented setting content MD5 to true when calling openWriteExisting() on a page blob or file.
8-
9-
Changes in 5.0.0
1+
Changes in 5.0.0
102

113
BLOB
124
* getQualifiedUri() has been deprecated. Please use getSnapshotQualifiedUri() instead. This new function will return the blob including the snapshot (if present) and no SAS token.

ChangeLog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
* Fixed a bug that prevented setting content MD5 to true when creating a new file.
55
* Fixed a bug where access conditions, options, and operation context were not being passed when calling openWriteExisting() on a page blob or a file.
66
* 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.
7-
* Fixed a bug where retries were happening immediately if a sock exception was thrown.
7+
* Fixed a bug where retries were happening immediately if a socket exception was thrown.
8+
* In CloudFileShareProperties, setShareQuota() no longer asserts in bounds. This check has been moved to create() and uploadProperties() in CloudFileShare.
89

910
2017.01.18 Version 5.0.0
1011
* Prefix support for listing files and directories.

0 commit comments

Comments
 (0)