Skip to content

Releases: samply/blaze

v0.22.3

18 Oct 08:31
ed13adf
Compare
Choose a tag to compare

Bugfixes

  • Fix Empty Results in Certain Reverse Chaining FHIR Search Queries (#1215)

Performance

  • Remove Usage of Small Direct Byte Buffers (#1176)
  • Replace Allocation Heavy Functions (#1198)

Operation

  • Add Put Metric to Resource Store (#1187)

Documentation

  • Update CQL Performance Documentation (#1177)

The full changelog can be found here.

v0.22.2

28 Sep 13:39
6a0558c
Compare
Choose a tag to compare

Enhancements

  • Index all Value Types of Numerical Search Params (#1165)

Bugfixes

  • Fix Error Handling on Non-Existing Patient (#1104)

The full changelog can be found here.

v0.22.1

23 Aug 08:48
23571b7
Compare
Choose a tag to compare

Bugfixes

  • Resolve Relative Attachment.url Values Like References (#804)

Performance

  • Skip Indexing Unnecessary Compartment Values (#1045)

The full changelog can be found here.

v0.22.0

02 Jul 19:17
a451304
Compare
Choose a tag to compare

Note

It's not recommended to downgrade from this version to an older version because #1041 introduces a new transaction command called keep that would be ignored by older versions. However the transaction log is only read at the moment transactions happen or if the index is rebuild. So it will be ok to downgrade in emergency without rebuilding the index.

New Features

  • Implement Operation Patient $everything (#1037)
  • Add Basic Frontend (#951)

Enhancements

  • Ensure History Changes only if Resource Changes (#1041)

Performance

  • Improve Database Sync Efficiency (#1039)

Bugfixes

  • Fix Evaluate Measure Generating Duplicate List IDs (#1036)
  • Fix Comparison of Length Result not Possible in CQL (#1035)

The full changelog can be found here.

v0.21.0

13 Jun 07:42
6d8bb1f
Compare
Choose a tag to compare

New Features

  • Add Support for Custom Search Parameters (#1025)
  • Add Link Headers (#1003)

Performance

  • Make Count Queries Parallel (#998)

Operation

  • Add RocksDB Block Cache Usage Metrics (#1008)
  • Add RocksDB Table Reader Usage Metric (#1011)

Bugfixes

  • Fix High Memory Usage of RocksDB (#1030)
  • Fix Low Capacity of Paging Tokens (#1029)
  • Fix Non-Stable Paging (#1000)

The full changelog can be found here.

v0.20.6

09 May 18:39
9424314
Compare
Choose a tag to compare

Bugfixes

  • Fix Gender Values with Extensions Not Found in CQL (#993)

The full changelog can be found here.

v0.20.5

08 May 09:06
0097cbc
Compare
Choose a tag to compare

Bugfixes

  • Fix Extended Birth Date in CQL (#985)
  • Fix Extended Instant (#984)

Minor Enhancements

  • Add Profiles to Capability Statement (#983)

The full changelog can be found here.

v0.20.4

02 May 05:34
853d673
Compare
Choose a tag to compare

Bugfixes

  • Fix Date Equal Search and Add Missing Prefixes (#975)
  • Handle Case of Missing Resource Contents (#974)
  • Fix Null Resource in Transactions Result in a 500 (#969)

Minor Enhancements

  • Support for Search prefixes sa and eb (#666)

Performance

  • Improve Date Search Performance (#977)

The full changelog can be found here.

v0.20.3

17 Apr 08:30
2aa16e3
Compare
Choose a tag to compare

Documentation

  • Generate GitHub Pages from Documentation (#955)

Performance

  • Improve Performance Evaluating Measures without Stratifier (#962)
  • Strip Narrative from Structure Definitions (#959)

Minor Enhancements

  • Add First Link to Searchset Bundles (#961)

Operation

  • Add Estimated Size to Cache Metrics (#963)

The full changelog can be found here.

v0.20.2

22 Mar 12:24
ea8afd6
Compare
Choose a tag to compare

Other

  • Update Dependencies (#943)

The full changelog can be found here.