Release Notes - v3.4.0
Features
- You can can now pass
-DisableDatawhen callingupto prevent writing to the environment data folder. This can improve performance for simple environments. - Allow to
docker-compose.override.ymlfile to environment folder to extend docker service configuration (e.g. add an extra environment variable) - Move installer image to it’s own project. This enables the image to be retained to manage caches (AB#9661)
- Improve
packages -restorescenarios to reduce time taken to restore (AB#9661) - Add
packages -restore -clearcacheoption to allow caches to be cleared when using local packages or when referencing floating package versions (AB#9661)
Fixes
- Ensure libpostal service is not pulled when replicas are set to zero
- Report yellow status correctly for
statuscommand - Ensure
CLUEDIN_SERVER_HOSTis used for status checks when defined - Added environment variable
CLUEDIN_MODELS_ENABLEDto control model inclusion (AB#13715)