Skip to content

Releases: vimeo/vimeo.py

Expand handling of exceptions

13 May 19:44
813553f
Compare
Choose a tag to compare

Includes code changes which allow for more graceful error handling.

Remove Python 2.7 support

20 May 20:36
27fe367
Compare
Choose a tag to compare

This also bumps tuspy – thanks @hugovk and @jaylinski!

1.0.11

11 May 00:41
Compare
Choose a tag to compare

Fixed

  • Removed some README changes to setup.py.

1.0.10

11 May 00:40
Compare
Choose a tag to compare

Changed

  • Updated the "Development Status" classifier in the package to stable.

1.0.9

11 May 00:40
Compare
Choose a tag to compare

Changed

  • Downgraded our tuspy requirement. (#136)

1.0.8

11 May 00:40
Compare
Choose a tag to compare

Fixed

  • Added some more handling for non-Vimeo exceptions. (#134)

1.0.7

27 Aug 20:39
Compare
Choose a tag to compare

Changed

  • Updated our requirement for tuspy. (#131)

1.0.6

15 Aug 13:09
Compare
Choose a tag to compare

Added

  • Added support for dynamic Tus chunk sizes. (#130)

1.0.5

16 Jul 15:31
Compare
Choose a tag to compare

Changed

  • Changed the Tus retry work added in [1.0.4] to use the native retries parameter within the Tus uploader. (#127)

1.0.4

16 Jul 15:31
Compare
Choose a tag to compare

Added

  • Tus uploads will now retry up to a number of 3 times if failures occur. (#126)