Skip to content

Releases: samply/blaze

v1.4.1

22 Dec 18:45

Choose a tag to compare

Security

The full changelog can be found here.

v1.4.0

22 Dec 11:51

Choose a tag to compare

Notes

Review the new DB_SCALE_FACTOR configuration option. If your Blaze server stores more than 50,000 patients or 50 million resources, increase this factor following the Production Configuration Guide. Increasing the scale factor from 1 to 4 yielded approximately 1.5× faster transactions in our measurements. Additionally, this reduces the number of database files, which helps avoid ulimit issues.

Enhancements

  • Introduce Scale Factor Config for Large Databases (#2434)
  • Enable RocksDB WAL Sync (#3204)

Documentation

  • Rename Tuning Guide (#3199)

The full changelog can be found here.

v1.3.1

12 Dec 10:34

Choose a tag to compare

Bugfixes

  • Problem with :iterate and _revinclude in search parameters (#3143)
  • Fix Startup Failure on BASE_URL with Trailing Slash (#3150)
  • Fix Resolution of Overloaded CQL Functions (#3170)

The full changelog can be found here.

v1.3.0

27 Nov 19:12

Choose a tag to compare

Enhancements

  • Implement ValueSet References (#110)
  • Implement CQL Instance Expression for FHIR Types (#3126)
  • Fail on Unsupported FHIR Search Modifier (#2951)

Performance

  • Optimize Chained Queries (#3131)

The full changelog can be found here.

v1.2.0

13 Nov 14:42

Choose a tag to compare

Enhancements

  • Implement _since for Patient $everything (#1636)
  • Fetch All Public Keys from the OIDC Provider (#3090)

Performance

  • Prevent Cache Thrashing During Large Resource Scans (#3086)
  • Improve Performance of FHIR Search Queries with 10k Values (#3112)
  • Allow to Cache Larger CQL Expressions (#3113)
  • Optimize DateTime Parsing (#3064)
  • Remove Duplicate Search Params and Values (#3036)

Bugfixes

  • Fix Incorrect Search on Resources with Varying ID Length (#3103)
  • Fix Regression In Resource Memory Consumption (#3008)
  • Allow Strings with Unicode Chars Outside U+FFF (#2984)

The full changelog can be found here.

Please verify the signature of the Docker image before use:

cosign verify "samply/blaze:1.2.0" \
  --certificate-identity-regexp "https://github.com/samply/blaze/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-github-workflow-ref="refs/tags/v1.2.0" \
  -o text

v1.1.2

09 Sep 12:25

Choose a tag to compare

Bugfixes

  • Fix Paging on _id Parameter with Unsorted IDs (#2960)

The full changelog can be found here.

Please verify the signature of the Docker image before use:

cosign verify "samply/blaze:1.1.2" \
  --certificate-identity-regexp "https://github.com/samply/blaze/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-github-workflow-ref="refs/tags/v1.1.2" \
  -o text

v1.1.1

07 Sep 16:03

Choose a tag to compare

Bugfixes

  • Fix Paging with FHIR Search _id Parameter (#2953)

Minor Enhancements

  • Implement Frontend Dark Mode (#2926)

The full changelog can be found here.

Please verify the signature of the Docker image before use:

cosign verify "samply/blaze:1.1.1" \
  --certificate-identity-regexp "https://github.com/samply/blaze/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-github-workflow-ref="refs/tags/v1.1.1" \
  -o text

v1.1.0

20 Aug 15:04

Choose a tag to compare

Enhancements

  • Improve FHIR Search Performance for Multiple Params and Values (#799)

The full changelog can be found here.

Please verify the signature of the Docker image before use:

cosign verify "samply/blaze:1.1.0" \
  --certificate-identity-regexp "https://github.com/samply/blaze/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-github-workflow-ref="refs/tags/v1.1.0" \
  -o text

v1.0.4

22 Jul 12:50

Choose a tag to compare

Bugfixes

  • Fix Query Sort in CQL (#1315)
  • Mark Resources in Normal UI View as Subsetted (#2756)

The full changelog can be found here.

v1.0.3

13 Jun 14:36

Choose a tag to compare

Minor Enhancements

  • Support Resolving Relative References in Transaction Bundles (#2734)
  • Search for text/cql Content in Library (#2718)

The full changelog can be found here.