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

Commit d87dd4b

Browse files
committed
Port .NET connection string work
1 parent 764af02 commit d87dd4b

File tree

5 files changed

+726
-81
lines changed

5 files changed

+726
-81
lines changed

BreakingChanges.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Changes in 5.1.1
1+
Changes in X.X.X
2+
* DefaultEndpointsProtocol will now be explicitly included in generated connection strings.
3+
* Connection string parsing has been substantially re-written and expanded. Please refer to current documentation about connection string formats.
4+
5+
Changes in 5.1.1
26
OTHER
37
* Reverted the code from 5.1.0 because it contained a regression and an accidental change.
48

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
X.X.X
2+
* 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.
3+
* 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.
4+
15
2017.08.28 Version 5.5.0
26
* Fixed a bug when using a SAS token where the token was being omitted from calls to delete a directory in the file service.
37
* For Standard Storage Accounts only, added the ability to set the tier of individual block blobs. The tier can currently only be set through uploadTier()

0 commit comments

Comments
 (0)