This repository was archived by the owner on Oct 30, 2018. It is now read-only.
Releases: storj-archived/storj-python-sdk
Releases · storj-archived/storj-python-sdk
0.3.12
- use
ThreadPoolto download shard - bug fix: added
excludeparameter to HTTP call forfile_pointers() - API now returns
indexparameter forFile - renamed keyword argument
shard_sizetonum_chunksonShardManager - renamed
ShardManager. get_optimal_shard_parameters()toShardManager. get_optimal_shard_number ()and it now only returns the optimal shard count - updated 3rd party dependencies
colorama==0.3.9Sphinx==1.6.2
0.3.10
0.3.8
0.3.6
http.pyframe_add_shard(): added new keyword argumentexcludes
model.pyBucket: addedindexattribute #107ShardManager: addedfilesizepropertyShardManager: addedtmp_pathpropertyShardManager:determine_shard_size()implementation now in sync with aleitner/shard-size-calculator
uploader.py:- remove shard files after upload
0.3.4
0.3.2
0.3.0
exception.py:- separate Client, Bridge and Farmer errors
- use new
BridgeErrorclass and makeStorjBridgeApiErroran alias of it. - use new
FarmerErrorclass and makeStorjFarmerErroran alias of it.
http.py:- use
handle_nonhttp_errors()decorator on methods that perform HTTP interaction with Storj Bridge API
- use
uploader.py:- added
Uploader.max_retries_contract_negotiation attribute - added
Uploader.max_retries_upload_same_farmer attribute - use new exception names
- added
- use
colorama==0.3.8: #96 - all authors now have email: #100
- list of authors in pypi now look better: #101