Releases: samply/blaze
v0.32.0
New Features
- First Preview of Terminology Services (#2377)
Bugfixes
- Fix Issues with Rebuilding the PatientLastChange Index (#2372)
- Fix Negative Total Values in History Bundles Generated (#2357)
Documentation
The generated documentation (https://samply.github.io/blaze/) was improved considerably and is now preferred over using direct Markdown files from the repository.
UI
- Add Logo and Lexend Font to UI (#2323)
The full changelog can be found here.
v0.31.0
v0.30.2
v0.30.1
v0.30.0
Notes
The Frontend has to be updated to v0.30.0 as well. Otherwise paging will not work.
Enhancements
Bugfixes
- Fix False Positives while Checking Referential Integrity (#2015)
- Patient $everything Ignores Query Params when Paging (#2014)
- Fix Parsing of Dates starting with a Zero in the Year Component (#2003)
- Fix Status Code of Type-Level $evaluate-measure Operation (#512)
- CQL Now Should return a LocalDateTime (#1966)
The full changelog can be found here.
v0.29.3
v0.29.2
v0.29.1
v0.29.0
Performance
- Improve Performance Evaluating MedicationAdministration Queries (#1899)
Enhancements
- Implement the ToConcept Function and Equivalence on Concept (#1872)
Bugfixes
- Ignore Unknown Values of the _summary Search Param (#1863)
Minor Enhancements
- Add Patient Compartment Definition to Capability Statement (#1858)
Documentation
- Update CQL Performance Documentation (#1880)
The full changelog can be found here.
v0.28.0
!!! IMPORTANT !!!
This release contains database schema additions, so that the database can't be opened with older versions of Blaze. Downgrades are not possible.
Notes
A new index called PatientLastChange
which will be automatically created and filled at the startup of Blaze. The index is used for the new CQL cache feature (#1051). Except for the caching, Blaze will work fully during index buildup. The index will be ready once the log message "Finished building PatientLastChange index of main node." appears.
After the index buildup, the CQL Cache can be activated by setting CQL_EXPR_CACHE_SIZE
to a size of heap memory in MiB and restarting Blaze. A default of 128 MiB is recommended for instances with up to 100 k Patients and 1024 MiB for instances with 1 million patients.
New Features
- Cache Results of the Exists CQL Expression (#1051)
Bugfixes
- Fix JSON Rendering in UI (#1813)
The full changelog can be found here.