Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.31 KB

0.2.4/ 2019-14-01

  • Add support for tus upload-checksum header

0.2.3/ 2018-13-03

  • Refine connection error handling
  • Make long description render correctly on pypi.org
  • Set default chunksize to largest possible number

0.2.2/ 2018-19-03

  • Replace the use of PyCurl with builtin http.client
  • Remove unwanted debug printing

0.2.1 / 2017-12-02

  • Fix installtion and Doc autogeneration issue

0.2 / 2017-12-02

  • Support for URL storage
  • Use uploader without Client #14

0.1.3 / 2017-11-15

  • Fix installation issues, due to missing readme.

0.1.2 / 2017-10-27

  • Fix PyCurl ssl error #11

0.1.1 / 2017-10-12

  • Support relative upload urls (Thank you @ciklop)
  • Unpin requests library version (Thank you @peixian)
  • Test against Python 3.6 (Thank you @thedrow)

0.1 / 2017-07-10

  • Automatically retry a chunk upload on failure.
  • Read tus server response content uploader.request.response_content.
  • More http request details in Tus Exception.

0.1a2 / 2016-10-31

  • Allow upload-metadata
  • Upload files from file stream
  • Better request error handling
  • Cleaner retrieval of offset after chunk upload

0.1a1 / 2016-10-13

  • Alpha release