0.0.2
Breaking risk
⚠ Upgrade required
- Replace your existing docker-compose.yml with the new version provided in the release notes
- Backend is no longer directly accessible — all /api/* requests are proxied through the frontend; remove any direct backend port exposure from custom configs
- SQLite is now the default database engine; set DB_ENGINE=mongodb and use '--profile mongodb' to opt into MongoDB
Breaking changes
- Docker Compose file has changed and must be updated before upgrading — backend is no longer directly exposed, all API access now routes through the frontend proxy
Notable features
- Multi-database support: SQLite (default) and MongoDB (optional via profile)
- Alternative JSON editor for large config edits and copy-paste workflows
- Initial dashboard with OpenTelemetry integration