Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 1.95 KB

1.1.2 - 2024-04-18

Compare with first commit

Features

  • add support for maximum concurrency of /api/v1/videos (abe12ab by kevin.zhang).
  • add task deletion endpoint (d57434e by kevin.zhang).
  • add redis support for task state management (3d45348 by kevin.zhang).
  • enable cors to allow play video through mounted videos url (3b1871d by kevin.zhang).
  • add /api/v1/get_bgm_list and /api/v1/upload_bgm_file (6d8911f by cathy).
  • return combined videos in /api/v1/tasks response (28199c9 by cathy).
  • add Dockerfile (f3b3c7f by kevin.zhang).

Bug Fixes

  • response parsing bug for gemini (ee7306d by elf-mouse).

Code Refactoring

  • Streaming MP4 files in the browser using video html element instead of waiting for the entire file to download before playing (d13a3cf by kevin.zhang).