Skip to content

Releases: vimeo/vimeo.py

1.0.3

27 Jun 20:24
Compare
Choose a tag to compare

Fixed

  • Fixing a bug where non-SDK exceptions would throw fatal exceptions. (#122)

1.0.2

07 May 21:51
Compare
Choose a tag to compare

Fixed

  • Downgraded our tuspy requirement to lock it at 0.2.1. (#119)

1.0.1

03 Apr 16:25
Compare
Choose a tag to compare

Changed

  • 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

03 Apr 16:25
fe2987f
Compare
Choose a tag to compare

Changed

  • Moving API requests over to use API v3.4. (#111)
  • Moving uploads over to using the new tus protocol. (#111, @peixian)

Support file like uploads

22 Feb 19:46
Compare
Choose a tag to compare

Support for file like uploads as per the PR from @cmhedrick
Fix for incorrect exception name

Full Python 3 support

16 Sep 20:41
Compare
Choose a tag to compare

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

19 May 21:31
Compare
Choose a tag to compare

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

20 Jan 16:28
Compare
Choose a tag to compare

Resolves:

#53 - Invalid comparison in progress check for uploads.

Python 3 Support

14 Nov 16:38
Compare
Choose a tag to compare

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

02 Oct 14:22
Compare
Choose a tag to compare

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.