This repository has been 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
ThreadPool
to download shard - bug fix: added
exclude
parameter to HTTP call forfile_pointers()
- API now returns
index
parameter forFile
- renamed keyword argument
shard_size
tonum_chunks
onShardManager
- 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.9
Sphinx==1.6.2
0.3.10
0.3.8
0.3.6
http.py
frame_add_shard()
: added new keyword argumentexcludes
model.py
Bucket
: addedindex
attribute #107ShardManager
: addedfilesize
propertyShardManager
: addedtmp_path
propertyShardManager
: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
BridgeError
class and makeStorjBridgeApiError
an alias of it. - use new
FarmerError
class and makeStorjFarmerError
an 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