-
Notifications
You must be signed in to change notification settings - Fork 76
Release 0.0.48 version. #304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
* Fix for test case failure by adding randomized file path * Fix for empty folder upload issue * Fix chunked downloader to make block size requests
Added readinto method.
* Json supported requests to fix msconcat issues with symbols in source files. * Changed api-version to 2018-05-01 for all.
* Add retry to check_tokenn and auth function * Added tests * Fix test environment variables * Upgrade requests minimum version because of CVE 2018-18074
* Updated test recordings
* Added CountUpDownLatch to utilities * Basic Acl tests * Added tests for recursive acl functions * Added recursive acl functionality
* Filesession id added * Update test recordings
…ent (#261) Fix for Chunked Decoding exception thrown while reading response.content
* Possible fix for issue with infinite loop on read * Refactoring * Update pkg to pep 420 standards
* Code fix * Added test * Add test recording
* Add continuation token to for liststatus * Updated history and version
* Release 0.0.44 (#280) * Add continuation token to for liststatus * Updated history and version * Update README.md
* Remove multilpe calls while opening a file and fix flush early return * Fix test * Refactored flush. Moved creates to when opening a file. Also made sure that both append and write mode buffer are not larger than 4 Mb. And removed an extra call to server to check length when opening a file in read mode. * kwargs dict needs to be last for python 2 compatibility * Add log line * Add test to check creation on open * Fix tests
* Add readme in markdown format * Don't log token
* Buffer writes * Run on python 3.7 * Update version
1 similar comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 0.0.48 version.
This checklist is used to make sure that common guidelines for a pull request are followed.
Description of the change
General Guidelines