Releases: vimeo/vimeo.py
1.0.3
1.0.2
1.0.1
1.0.0
Support file like uploads
Support for file like uploads as per the PR from @cmhedrick
Fix for incorrect exception name
Full Python 3 support
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.
State Tracking and Limited Python 3 Support
This release adds in the ability to provide the state parameter for the OAuth2
authentication flow.
Additionally, 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.
Bugfixes in Upload
Resolves:
#53 - Invalid comparison in progress check for uploads.
Python 3 Support
This release adds support for Python 3 and contains minor bugfixes.
This release removes the upload timeout on each pass and should sustain connections as long as possible when the download merits this.
Installation Hotfixes
This release resolves 2 bugs with the installation:
- 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.