feat: add migrations, test scripts, and utility tools
- Add database migrations (006-028) for face recognition, identity, file_uuid - Add test scripts for ASR, face, search, processing - Add portal frontend (Tauri) - Add config, benchmark, and monitoring utilities - Add model checkpoints and pretrained model references
This commit is contained in:
29
release/RELEASE_INFO.txt
Normal file
29
release/RELEASE_INFO.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
Release: v1.0.0
|
||||
Date: Thu Apr 30 2026
|
||||
Git Commit: 5e896fb509547972b28a8a3eea5357ee36d93831
|
||||
Binary: target/release/momentry
|
||||
Port: 3002 (production)
|
||||
|
||||
## Package Contents
|
||||
- Source code (excludes .git, target, node_modules)
|
||||
- Dev output data (output_dev/)
|
||||
- Architecture documentation (docs_v1.0/)
|
||||
- API documentation (API_DOCUMENTATION.md)
|
||||
- Public schema backup (public_schema_v1.0.0.sql)
|
||||
- Dev data backup (dev_data_v1.0.0.sql)
|
||||
|
||||
## Key Changes
|
||||
- V4.0 architecture: Face → Identity direct binding
|
||||
- person_identities table removed
|
||||
- ASR PyAV decode fallback (v2.1)
|
||||
- Snapshot agent implementation
|
||||
- Complete API documentation
|
||||
|
||||
## Deployment
|
||||
- Port 3002 (production)
|
||||
- Redis prefix: momentry:
|
||||
- Environment: .env
|
||||
|
||||
## API Summary
|
||||
- 50+ endpoints across 7 categories
|
||||
- Health & Auth, Asset Management, Search, Video Details, Identity & Binding, Jobs & Rules, Stats & Config
|
||||
Reference in New Issue
Block a user