Files
momentry_core/release/RELEASE_INFO.txt
Warren b54c2def30 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
2026-04-30 15:11:53 +08:00

30 lines
871 B
Plaintext

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