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

Commit ea39af7

Browse files
author
jofriedm-msft
authored
Merge pull request #96 from wastore/dev
Dev
2 parents dfd1842 + a1264df commit ea39af7

File tree

10 files changed

+804
-161
lines changed

10 files changed

+804
-161
lines changed

BreakingChanges.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ FILE
44
* Many File service APIs can now throw a URISyntaxException.
55
* Changed listShares() ShareListingDetails parameter to be an enum set like what is done for listing blobs.
66

7+
OTHER
8+
* DefaultEndpointsProtocol will now be explicitly included in generated connection strings.
9+
* Connection string parsing has been substantially re-written and expanded. Please refer to current documentation about connection string formats.
10+
711
Changes in 5.1.1
812
OTHER
913
* Reverted the code from 5.1.0 because it contained a regression and an accidental change.

ChangeLog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
2017.10.06 Version 6.0.0
22
* Added support for taking a snapshot of a share.
33
* IOExceptions wrapping StorageExceptions will now contain the StorageException message in the outer exception.
4+
* Connection string support expanded to allow AccountName to be specified with SharedAccessSignature and DefaultEndpointsProtocol. In this case, SharedAccessSignature is used for credentials, while having both DefaultEndpointsProtocol and AccountName allows the library to infer a set of default endpoints. Additionally, we have added support for BlobSecondaryEndpoint, QueueSecondaryEndpoint, TableSecondaryEndpoint, and FileSecondaryEndpoint. Specifying a secondary endpoint requires the specification of the corresponding primary.
5+
* All: The use of DefaultEndpointsProtocol in a connection string is now optional in the case where endpoints would be automatically generated; if missing, a value of https will be inferred. When the parsed account settings in such a case are used to generate a connection string, the value of DefaultEndpointsProtocol will be explicitly included.
46

57
2017.08.28 Version 5.5.0
68
* Fixed a bug when using a SAS token where the token was being omitted from calls to delete a directory in the file service.

0 commit comments

Comments
 (0)