Skip to content

Releases: tus/tus-py-client

v1.0.3

13 Dec 13:07
7b54f7a
Compare
Choose a tag to compare

What's Changed

  • Add explicit test fixtures to fix tests on Windows by @nhairs in #91
  • Remove unneeded six dependency (was used for Python 2) by @a-detiste in #90
  • Fix calls to upload_chunk by @Acconut in #92

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Dec 10:51
2aaab2c
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary future install requirement by @nsoranzo in #81
  • Expose typing information (PEP 561) by @nhairs in #88

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

20 Jun 11:21
84f287b
Compare
Choose a tag to compare
  • Fix bug preventing verify_tls_cert from being applied to HEAD requests (#80)
  • Fix bug preventing empty files from being uploaded (#78)

v1.0.0

17 Jun 13:05
Compare
Choose a tag to compare
  • Drop support for Python 2 (#35)
  • Add support for asyncIO using AsyncUploader class (#35)
  • Use only first block of the file for a finger print (#37)
  • Allow all 2XX status code for an upload response (#44)

v0.2.5

04 Jun 23:18
232cdb3
Compare
Choose a tag to compare
  • Fix proxy issue by using requests library everywhere (thank you @adrpar)

v0.2.4

14 Jan 12:45
Compare
Choose a tag to compare
  • Add support for tus upload-checksum header

v0.2.3

12 Aug 22:43
Compare
Choose a tag to compare
  • Refine connection error handling
  • Make long description render correctly on pypi.org
  • Set default chunksize to largest possible number

v0.2.2

19 Mar 01:46
Compare
Choose a tag to compare
  • Replace the use of PyCurl with builtin http.client
  • Remove unwanted debug printing

v0.2.1

02 Dec 08:32
Compare
Choose a tag to compare
  • Fix installtion and Doc autogeneration issue

v0.2

02 Dec 07:22
Compare
Choose a tag to compare
  • Support for URL storage
  • Use uploader without Client #14