Skip to content

Latest commit

 

History

History
153 lines (123 loc) · 6.48 KB

CHANGELOG.md

File metadata and controls

153 lines (123 loc) · 6.48 KB

Changelog

1.1.0 - 2018-05-20

Fixed

  • Add back missing classifiers in setup.py

1.0.11 - 2018-12-07

Fixed

  • Removed some README changes to setup.py.

1.0.10 - 2018-12-05

Changed

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

1.0.9 - 2018-09-07

Changed

  • Downgraded our tuspy requirement. (#136)

1.0.8 - 2018-08-28

Fixed

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

1.0.7 - 2018-08-27

Changed

  • Updated our requirement for tuspy. (#131)

1.0.6 - 2018-08-16

Added

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

1.0.5 - 2018-07-16

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 - 2018-07-16

Added

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

1.0.3 - 2018-06-27

Fixed

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

1.0.2 - 2018-05-07

Fixed

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

1.0.1 - 2018-04-03

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 - 2018-02-06

Changed

  • 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

Added

0.4.0 - 2017-10-25

Changed

  • Deprecating the upgrade_to_1080` option on video uploads. (#107)
  • Formatting code to PEP 8. (#105, @gabrielgisoldo)

0.3.10 - 2017-06-23

Added

  • JSON filter on upload, replace, picture and text track methods. (#102, @etienned)

Fixed

  • Some typos in some error handling. (#94, @klang)

0.3.8 - 2016-10-03

Fixed

  • Fixing a typo in an exception class.

0.3.7 - 2016-09-27

0.3.6 - 2016-08-29

Added

0.3.5 - 2016-08-29

Fixed

v0.3.4 - 2016-05-04

Fixed

  • Logic bug in picture uploading. (#83)
  • Updating some bad documentation in the readme. (#82, @enzzc)

v0.3.3 - 2016-02-22

Added

Fixed

  • Fix for incorrect exception name.

0.3.1 - 2015-09-16

Added

  • 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

Added

  • The ability to provide the state parameter for the OAuth2 authentication flow.

Changed

  • 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

Fixed

  • Invalid comparison in progress check for uploads. (#53)

v0.2.0 - 2014-11-14

Added

  • This release adds support for Python 3 and contains minor bugfixes.

v0.1.1 - 2014-10-02

Fixed

  • 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.

[v0.1.0] - 2014-10-02

Added

  • First release using the Python requests module