Releases: tus/tus-py-client
Releases · tus/tus-py-client
v1.1.0
What's Changed
- Add support for client certificates by @quality-leftovers in #85
New Contributors
- @quality-leftovers made their first contribution in #85
Full Changelog: v1.0.3...v1.1.0
v1.0.3
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
- @Acconut made their first contribution in #92
- @a-detiste made their first contribution in #90
- @nhairs made their first contribution in #91
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.2.5
v0.2.4
- Add support for tus upload-checksum header
v0.2.3
- Refine connection error handling
- Make long description render correctly on pypi.org
- Set default chunksize to largest possible number
v0.2.2
- Replace the use of PyCurl with builtin http.client
- Remove unwanted debug printing
v0.2.1
- Fix installtion and Doc autogeneration issue