Skip to content

Releases: samply/blaze

0.10.1

13 Dec 18:02
df3e18a
Compare
Choose a tag to compare

!!! PLEASE DO NOT USE THIS RELEASE !!!

This release introduced a memory leak which is solved in v0.10.2.

Bugfixes

  • Fix Error Reporting of Invalid Resources on Batches (#224)
  • Fix NPE on Batch Requests with Create Interaction and Instance-Level URL (#283)

0.10.0

09 Dec 11:10
e5257fe
Compare
Choose a tag to compare

!!! IMPORTANT !!!

The database schema has changed! Please start with a fresh database docker volume/directory.

New Features

  • Implement Composite Search Parameters (#257, #268)
  • Implement _has Search Parameter (#267)

Performance Improvements

  • Improve Query Performance (#271)

Bugfixes

  • Return Error on Missing or Unknown Content-Type Header (#258)
  • Fix missing Name of Search Param _list in CapabilityStatement (#265)
  • Fix FHIRPath Evaluation Error (#275)
  • Fix Intersect on Queries (#277)
  • Use a Separate Statistics Object per RocksDB Instance (#195)

v0.9.0

02 Nov 20:39
4c088ce
Compare
Choose a tag to compare

The changes are documented in the v0.9.0 milestone.

!!! IMPORTANT !!!

The database schema has changed! Please start with a fresh database.

v0.8.0

27 Oct 19:18
6573301
Compare
Choose a tag to compare

The changes are documented in the v0.8.0 milestone.

!!! IMPORTANT !!!

The database schema has changed! Please start with a fresh database.

v0.8.0-beta.3

22 Jun 16:49
Compare
Choose a tag to compare
v0.8.0-beta.3 Pre-release
Pre-release
Release v0.8.0-beta.3

v0.8.0-beta.2

09 Jun 12:24
Compare
Choose a tag to compare
v0.8.0-beta.2 Pre-release
Pre-release
Release v0.8.0-beta.2

v0.7.0

21 Jan 12:19
Compare
Choose a tag to compare

The changes are documented in the v0.7.0 milestone.

For non-Docker users: Please start the Jar with:

 java -jar blaze-0.7.0-standalone.jar -m blaze.core

!!! IMPORTANT !!!

The database schema has changed! Please start with a fresh database.

First Release Candidate of v0.7.0

06 Dec 13:59
Compare
Choose a tag to compare
Pre-release

The changes are documented in the v0.7.0 milestone.

For non-Docker users: Please start the Jar with:

 java -jar blaze-0.7.0-rc.1-standalone.jar -m blaze.core

!!! IMPORTANT !!!

The database schema has changed! Please start with a fresh database.

Fixes CQL Code Search when Versions are Involved

04 Dec 18:17
Compare
Choose a tag to compare

This is a pre-release. Please use with caution.

Blaze had a bug were searches involving codings with versioned code systems were non-deterministic. Now, searches for codings do ignore the code system version altogether. This is inline with FHIR Token Search and refined CQL semantics documented in HL7 STU Comment 1882.

!!! IMPORTANT !!!

The database schema has changed! Please start with a fresh database.

Quality Reporting Stratifiers

24 Nov 18:51
Compare
Choose a tag to compare
Pre-release

This is a pre-release. Please use with caution.

This release will be used for the MII Projectathon in November 25th 2019 in Berlin.