Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Releases: storj-archived/storj-python-sdk

0.3.12

29 May 16:25
Compare
Choose a tag to compare
  • use ThreadPool to download shard
  • bug fix: added exclude parameter to HTTP call for file_pointers()
  • API now returns index parameter for File
  • renamed keyword argument shard_size to num_chunks on ShardManager
  • renamed ShardManager. get_optimal_shard_parameters() to ShardManager. 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

10 May 17:10
Compare
Choose a tag to compare
  • model.Frame: added storageSize attribute
  • support upload timeout to cope with slow farmers

0.3.8

09 May 17:57
Compare
Choose a tag to compare
  • added do-nothing handler for storj: #118
  • use temporary files for shards and encrypted file: #119

0.3.6

08 May 16:03
Compare
Choose a tag to compare
  • http.py
    • frame_add_shard(): added new keyword argument excludes
  • model.py
    • Bucket: added index attribute #107
    • ShardManager: added filesize property
    • ShardManager: added tmp_path property
    • ShardManager:determine_shard_size() implementation now in sync with aleitner/shard-size-calculator
  • uploader.py:
    • remove shard files after upload

0.3.4

28 Apr 16:25
Compare
Choose a tag to compare
  • added storj.uploader

0.3.2

27 Apr 05:05
Compare
Choose a tag to compare
  • http.py:
    • added timeout attribute to Client: #103

0.3.0

27 Apr 04:42
Compare
Choose a tag to compare
  • exception.py:
    • separate Client, Bridge and Farmer errors
    • use new BridgeError class and make StorjBridgeApiError an alias of it.
    • use new FarmerError class and make StorjFarmerError an alias of it.
  • http.py:
    • use handle_nonhttp_errors() decorator on methods that perform HTTP interaction with Storj Bridge API
  • uploader.py:
    • added Uploader.max_retries_contract_negotiation attribute
    • added Uploader.max_retries_upload_same_farmer attribute
    • use new exception names
  • use colorama==0.3.8: #96
  • all authors now have email: #100
  • list of authors in pypi now look better: #101

0.2.2

25 Apr 19:17
Compare
Choose a tag to compare
  • added uploader.py and uploader.FileCrypto
  • model.py
    • File has new attribute: erasure
  • 3rd party dependencies
    • colorama==0.3.8: #96
  • author list updated

0.2.0

24 Apr 17:25
Compare
Choose a tag to compare
  • 3rd party dependencies
    • Sphinx==1.5.5
    • sphinx_rtd_theme==0.2.4
    • click==6.7