-
v0.9.20260325_151200 Stable
released this
2026-03-25 15:49:30 +08:00 | 35 commits to main since this releaseWhat'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/chunksendpoint from docs
Bug Fixes (from previous release)
- Fixed
delete_video()query usingvideo_idinstead ofuuid - Fixed Python script lint warnings
Downloads
- Cache Toggle (
-
released this
2026-03-25 14:52:01 +08:00 | 42 commits to main since this releaseInitial 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