Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 737 Bytes

CHANGELOG.md

File metadata and controls

46 lines (28 loc) · 737 Bytes

0.2.0

Added

  • full unit testing
  • support for presigned upload links
  • support for webhooks
  • complete unit tests

Changed

  • Fixes for full test coverage

Removed

  • Ability to restart a process

0.02-beta1

Added

  • full setup with POETRY
  • mypy, black, PEP8 compliance
  • unit tests

Changed

  • Simplified API with new ContentPlatform API
  • bug fix in creation of new PO
  • moved class from __init__.py per best practise
  • made documentation marketdown
  • moved environment and URLs into Client

Removed

  • S3 get_objects (needs pagination to work, and can use get_content_of_directory)

0.0.1-beta1

Added

Basic functionality to upload new assets and create a VOD workflow.

Changed

Removed