• warren released this 2026-03-25 15:49:30 +08:00 | 35 commits to main since this release

    What's New

    New APIs

    • Cache Toggle (POST /api/v1/config/cache) - Toggle caching at runtime
    • Unregister Video (POST /api/v1/unregister) - Delete video and all associated data

    Documentation

    • Updated API training docs (v1.1) with new endpoints
    • Fixed discrepancy: removed non-existent /api/v1/videos/:uuid/chunks endpoint from docs

    Bug Fixes (from previous release)

    • Fixed delete_video() query using video_id instead of uuid
    • Fixed Python script lint warnings
    Downloads
  • Stable

    warren released this 2026-03-25 14:52:01 +08:00 | 42 commits to main since this release

    Initial Release

    Features

    • API Key authentication for all protected endpoints
    • Public endpoints: /health, /health/detailed
    • Demo API Key: muser_68600856036340bcafc01930eb4bd839_1774418104_97221b69

    Bug Fixes

    • Fixed get_processor_results_by_job TIMESTAMP column mapping

    Documentation

    • Added VERSION_MANAGEMENT.md
    • Added BUILD_VERSION_RECORD.md
    • Added DEMO_MANUAL.md
    Downloads