Releases: samply/blaze
v0.27.1
v0.27.0
v0.26.2
v0.26.1
v0.26.0
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.
v0.25.0
Notes
If you don't have referential integrity disabled, with v0.25.0, you will no longer be able to delete resources which are referenced by other resources.
Enhancements
- Maintain Referential Integrity while Deleting Resources (#543)
Bugfixes
The full changelog can be found here.
v0.24.1
v0.24.0
Notes
This release contains performance improvements for FHIR search and CQL. Counting the number of resources by using _summary=count
in FHIR search with more than one search parameter uses all cores now and so is up to 10 times faster than before. CQL queries which test the existence of multiple condition codes are up to twice as fast.
Enhancements
Bugfixes
- Fix FHIR Search Combination of Sorting and Token Search (#1431)
- FHIR Search _id Queries Should Not Return Deleted Patients (#1415)
Performance
- Improve FHIR Search Count Performance (#1466)
The full changelog can be found here.