-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need to publish a new version with a fix for overwrite. Merge new changes from Dev Includes the following improvements: * Addresses an issue with lib.auth() not properly defaulting to 2FA * Fixes an issue with Overwrite for ADLUploader sometimes not being honored. * Fixes an issue with empty files not properly being uploaded and resulting in a hang in progress tracking. * Addition of a samples directory showcasing examples of how to use the client and upload and download logic. * General cleanup of documentation and comments. Removing extra '+' from RST file. Fix a render complaint. Update to include history in setup.py
- Loading branch information
begoldsm
committed
Feb 1, 2017
1 parent
b512f40
commit 367481f
Showing
82 changed files
with
68,728 additions
and
3,897 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,19 @@ | ||
.. :changelog: | ||
Release History | ||
=============== | ||
|
||
0.0.2 (2017-01-30) | ||
++++++++++++++++++ | ||
|
||
* Addresses an issue with lib.auth() not properly defaulting to 2FA | ||
* Fixes an issue with Overwrite for ADLUploader sometimes not being honored. | ||
* Fixes an issue with empty files not properly being uploaded and resulting in a hang in progress tracking. | ||
* Addition of a samples directory showcasing examples of how to use the client and upload and download logic. | ||
* General cleanup of documentation and comments. | ||
* This is still based on API version 2016-11-01 | ||
|
||
0.0.1 (2016-11-21) | ||
++++++++++++++++++ | ||
* Initial preview release. Based on API version 2016-11-01. | ||
* Includes initial ADLS filesystem functionality and extended upload and download support. |
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
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
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.