🚀 MediaFusion 6.0.0-beta.19 Released
Performance
- ⚡ Optimized database indexing and query structures to eliminate slow full-table scans, significantly reducing latency for content searches and stream annotations.
- 🧠 Resolved a memory leak caused by unbounded in-process metrics tracking that previously led to OOM (Out-of-Memory) errors under high load.
- 📈 Tuned database storage parameters (FILLFACTOR) and index strategies to improve write efficiency and reduce overhead on high-traffic tables.
Bug Fixes
- 🛡️ Enhanced security by stripping internal server error details and panic messages from API responses to prevent leakage of sensitive system information.
- 🛠️ Fixed query performance issues by ensuring database indexes are correctly utilized for info_hash lookups.
- 🚦 Improved system reliability by adding automatic retries for transient database connection pool timeouts and refining log reporting for 5xx errors.
- 🏗️ Resolved migration issues during deployment to ensure database schema updates run reliably.
Contributors
- mhdzumair