Releases: samply/blaze
Releases · samply/blaze
v0.12.2
v0.12.1
v0.12.0
New Features
- Support _profile Search Parameter (#427)
- Support _lastUpdated Search Parameter (#428)
- Add Measure Evaluation Duration to MeasureReport (#437)
- Implement Read-Only Transactions (#440)
- Implement Subject Parameter in $evaluate-measure (#451)
- Ensure Linearizability on Single Resource Read and Write Operations (#450)
Performance Improvements
- Tune RocksDB Settings for Improving Imports (#432)
Bugfixes
- Ensure Next-Links in Search Results can be Resolved by GET (#463)
- Fix Resizing of Buffers at Read (#475)
- Fix Indexing of lastUpdated for Deleted Resources (#469)
The full changelog can be found here.
v0.11.1
This is a drop-in replacement for v0.11.0. So you don't need to delete the database volume. Since this version, it's also recommended to use the Docker tag 0.11
instead of 0.11.1
. Specifying the tag 0.11
ensures that the newest available version 0.11.x
is used when pulling the Docker image.
Security
- Migrate to from AdoptOpenJDK Eclipse Temurin (#462)
v0.11.0
!!! IMPORTANT !!!
The database schema has changed! Please start with a fresh database docker volume/directory.
New Features
- Implement Search Param _include (#345)
- Implement Search Param _revinclude (#342)
- Implement Conditional Create (#359)
- Allow Multiple Includes with same Type (#351)
- Fall Back to Literal Reference Resolution on $evaluate-measure (#357)
- Use Implementation of ge/le for gt/lt in Date Search Params (#410)
- Override the base URL when Forwarded Headers are Present (#408)
- Implement Search Parameters of Type Number (#391)
Performance Improvements
- Improve Transaction Performance (#373)
- Refactor Reference Extraction (#368)
- Introduce Record for Attachment (#364)
- Implement a Transaction Cache (#340)
- Create Instance and Versioned URLs by Hand (#339)
- Use LUID's instead of Random UUID's (#338)
- Improve Performance of JSON Bundle Encoding (#336)
- Bundle Entries of a Page Should be a Vector (#318)
- Improve Performance of JSON Unforming (#308)
- Improve Performance of Resource Handle Function (#307)
- Improve Hashing Performance (#297)
- Use Jsonista for Better JSON Encoding/Decoding Performance (#34)
Other Improvements
- Fix and Enhance OpenID Connect Auth (#372)
- Rename CQL Context Unspecified into Unfiltered (#317)
- Migrate to a Java 15 Runtime (#315)
Bugfixes
- Fix Total Counter on Recreating a Resource (#341)
- Fix FHIR Date Search (#327)
- Fix Inconsistent Paged Results on Disjunctive FHIR Searches (#324)
- Fix JSON Generation of Instant Values (#320)
- Make Lists of Values of OR Search Parameters Unique (#293)
- Fix Issue Parsing of Large CQL Queries Never Finishes (#214)
v0.11.0-beta.1
!!! IMPORTANT !!!
The database schema has changed! Please start with a fresh database docker volume/directory.
New Features
- Implement Search Param _include (#345)
- Implement Search Param _revinclude (#342)
- Implement Conditional Create (#359)
- Allow Multiple Includes with same Type (#351)
- Fall Back to Literal Reference Resolution on $evaluate-measure (#357)
Performance Improvements
- Improve Transaction Performance (#373)
- Refactor Reference Extraction (#368)
- Introduce Record for Attachment (#364)
- Implement a Transaction Cache (#340)
- Create Instance and Versioned URLs by Hand (#339)
- Use LUID's instead of Random UUID's (#338)
- Improve Performance of JSON Bundle Encoding (#336)
- Bundle Entries of a Page Should be a Vector (#318)
- Improve Performance of JSON Unforming (#308)
- Improve Performance of Resource Handle Function (#307)
- Improve Hashing Performance (#297)
- Use Jsonista for Better JSON Encoding/Decoding Performance (#34)
Other Improvements
Bugfixes
- Fix Total Counter on Recreating a Resource (#341)
- Fix FHIR Date Search (#327)
- Fix Inconsistent Paged Results on Disjunctive FHIR Searches (#324)
- Fix JSON Generation of Instant Values (#320)
- Make Lists of Values of OR Search Parameters Unique (#293)
- Fix Issue Parsing of Large CQL Queries Never Finishes (#214)
0.10.3
0.10.2
0.10.1
0.10.0
!!! IMPORTANT !!!
The database schema has changed! Please start with a fresh database docker volume/directory.
New Features
Performance Improvements
- Improve Query Performance (#271)