Notes
This version of Blaze comes the first time with a frontend (Web UI). That frontend is required to use the new Job System which starts with a job for incremental update of indices. The deployment documentation including the new frontend container can be found here.
If the frontend is not needed, nothing will change for the deployment of the Blaze container.
This version will also create two new directories in the data volume called admin-index
and admin-transaction
. That directories will contain the administrative database storing the jobs of the job system. That database works identically to the main database but is separated in order to not interfere with the normal FHIR resources.
Enhancements
-
Implement Incremental Update of Indices (#1442)
-
Implement a Persistent Job Scheduler (#1486)
-
Implement Date Ranges for Patient $everything (#1581)
Changes
Only relevant if the integrated frontend was already used.
- Separate Frontend from Blaze (#1569)
The full changelog can be found here.