1.1.0 - 2018-05-20
- Add back missing classifiers in
setup.py
1.0.11 - 2018-12-07
- Removed some README changes to
setup.py
.
1.0.10 - 2018-12-05
- Updated the "Development Status" classifier in the package to stable.
1.0.9 - 2018-09-07
- Downgraded our tuspy requirement. (#136)
1.0.8 - 2018-08-28
- Added some more handling for non-Vimeo exceptions. (#134)
1.0.7 - 2018-08-27
- Updated our requirement for tuspy. (#131)
1.0.6 - 2018-08-16
- Added support for dynamic Tus chunk sizes. (#130)
1.0.5 - 2018-07-16
- Changed the Tus retry work added in 1.0.4 to use the native
retries
parameter within the Tus uploader. (#127)
1.0.4 - 2018-07-16
- Tus uploads will now retry up to a number of 3 times if failures occur. (#126)
1.0.3 - 2018-06-27
- Fixing a bug where non-SDK exceptions would throw fatal exceptions. (#122)
1.0.2 - 2018-05-07
- Downgraded our
tuspy
requirement to lock it at 0.2.1. (#119)
1.0.1 - 2018-04-03
- Uploads no longer make a pre-emptive request to check the user's quota. This check is done automatically when making a POST to
/me/videos
. (#118)
1.0.0 - 2018-02-06
- Moving API requests over to use API v3.4. (#111)
- Moving uploads over to using the new tus protocol. (#111, @peixian)
0.4.1 - 2017-11-09
- Checking free space quotas before making an upload. (#106, @gabrielgisoldo)
0.4.0 - 2017-10-25
- Deprecating the
upgrade_to_108
0` option on video uploads. (#107) - Formatting code to PEP 8. (#105, @gabrielgisoldo)
0.3.10 - 2017-06-23
0.3.8 - 2016-10-03
- Fixing a typo in an exception class.
0.3.7 - 2016-09-27
0.3.6 - 2016-08-29
- Handling of rate limit exceptions. (#87, @williamroot)
0.3.5 - 2016-08-29
- Fix for Requests >= 2.11.0. (#89, @Calzzetta)
v0.3.4 - 2016-05-04
v0.3.3 - 2016-02-22
- Allowing for file-like uploads. (#79, @cmhedrick)
- Fix for incorrect exception name.
0.3.1 - 2015-09-16
- Changes have been made in order to support Python 3. PyPi distribution now uses a single tar for both Python 2 and 3. If you experience issues running in Python 3, feel free to open an issue.
v0.3.0 - 2015-05-19
- The ability to provide the state parameter for the OAuth2 authentication flow.
- Minor changes have been made to upload in order to better support Python 3. This does not mark guaranteed coverage for Python 3 support, but additional issues are invited for full support.
v0.2.1 - 2015-01-20
- Invalid comparison in progress check for uploads. (#53)
v0.2.0 - 2014-11-14
- This release adds support for Python 3 and contains minor bugfixes.
v0.1.1 - 2014-10-02
- Incorrect versions of requests being loaded that are incompatible with the timeout tuple.
- An install dependency was actually imported before we performed the installation steps.
- First release using the Python requests module