Release notes forCardinal Media Server v0.3.0
⚠️ Breaking changes:
You will need to start with a new database instance. Run docker compose down -v before updating to remove your current database and cache.
New:
- Added the Libraries page to the Dashboard for music.
- Jobs now run concurrently.
- Added new environment variables:
POSTGRES_HOSTPOSTGRES_PORTMAX_CONCURRENT_JOBS
Updated:
- Updated login screen layout.
- Updated layout of the Advanced tab in the Dashboard settings.
- Removed GraphQL and moved the four GraphQL endpoints to the REST API.
- The EventSource endpoint now requires an auth token.
- Optimized indexing update stream to the clients.
- Optimized out most of the preparation phase of jobs.
- These environment variables have changed:
LOG_HTTPis nowHTTP_LOG_LEVELLOG_EVENTSis nowEVENTS_LOG_LEVELDEBUG_INDEXINGis nowINDEXING_LOG_LEVELDEBUG_JOBSis nowJOBS_LOG_LEVEL
- Added logging levels.
Fixed:
- Various uncaught errors that could arise during indexing.