Skip to content

Releases: shotstack/shotstack-sdk-python

Bug fix release

21 Jul 04:43
07c27aa
Compare
Choose a tag to compare

Updates a few issues that can cause bugs in applications or make SDK generation easier

  • Removed all default values. These can cause issues in some situations where the API already handles default values. For example the fit crop value should not be the default for HTML assets.
  • Removed required values from responses. The updated field can cause issues if the renders table has not yet been updated and the updated column does not exist. Updated, created and a few other fields are not required anyway.
  • Allow poster and thumbnail to be null. This causes issues with the Python SDK which didn't know how to handle nulls values in a response.

v0.2.0

05 Jul 01:47
5dfb57e
Compare
Choose a tag to compare

v0.2.0 (July 5, 2022)

  • Adds the ability to create and manage templates for faster video editing capabilities

  • Adds MUX as a render destination for video hosting

Enhancements

  • #3: Add templates & MUX destination to SDK