Skip to content

Releases: samply/blaze

v1.1.0

20 Aug 15:04
Compare
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
Compare
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
Compare
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.

v1.0.2

10 Jun 07:07
Compare
Choose a tag to compare

Bugfixes

  • Fix Stale Page Links (#2719)

The full changelog can be found here.

v1.0.1

31 May 17:50
Compare
Choose a tag to compare

Bugfixes

  • Fix Consent Resource policyRule Property (#2700)

The full changelog can be found here.

v1.0.0

27 May 19:43
Compare
Choose a tag to compare

Notes

The version 1.0.0 is fully compatible with development versions starting with zero like all versions since v0.11.0. An upgrade to v1.0.0 with an existing database is no problem at all. The timing to go to v1.0.0 was overdue because Blaze is stable for at least two years now and is widely used in production. In conclusion, this version is not special except for it's actual number.

One important aspect of a version 1.0.0 was added: Docker Image Signing. Docker images can now be verified to be build on GitHub on a certain tag like v1.0.0. The documentation to run the verification locally can be found here.

Enhancements

  • Implement Summary Mode for all Resources (#199)
  • Implement Async Request Pattern for POST Requests (#2648)
  • Implement BCP 47 Code System (#2505)

Security

  • Remove CORS Header (#2691)
  • Sign Docker Images (#2678)

Bugfixes

  • Fix missing Value Access in Some DateTime Types (#2686)

The full changelog can be found here.

Please verify the signature of the Docker image before use:

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

v0.34.0

24 Apr 07:30
Compare
Choose a tag to compare

Notes

This is mostly a bug-fix release with some Terminology Service enhancements.

Enhancements

  • Add Terminology Operations UI (#2544)
  • Support system-version Parameter on ValueSet $validate-code (#2536)
  • Implement Summary Mode for Code Systems and Value Sets (#2527)
  • Add LOINC Answer List Property answer-list (#2471)

Bugfixes

  • Fix Low and High Property Access on Interval (#2467)
  • Fix SNOMED CT Versions (#2515)
  • Fix Conditional Delete in Transaction (#2574)
  • Remove Maximum String Length on JSON Payload (#2577)
  • Fix False Positives while Searching for References (#2592)
  • Fix Thread Deadlock on Large Batches (#2584)

The full changelog can be found here.

v0.33.0

10 Mar 20:24
Compare
Choose a tag to compare

Enhancements

  • Support Custom Profiles (#979)
  • Implement Direct Upload and Download of Binary Content at the Binary Endpoint (#2009)
  • Terminology Service SCT Multi-Module Support (#2448)
  • Include System Operations in the Capability Statement (#1788)
  • Improve Error Message while Fetching the Public Key (#2379)

Bugfixes

  • Mask Settings containing Secrets in Admin API (#2403)

The full changelog can be found here.

v0.32.0

05 Feb 14:04
Compare
Choose a tag to compare

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

09 Jan 09:21
Compare
Choose a tag to compare

Enhancements

  • Implement Direct Download of Binary Content at the Binary Endpoint (#2108)
  • Implement Parameter _total in FHIR Search (#2226) (docs)
  • Create Operation $compact (#208) (docs)

Bugfixes

  • Fix Optimised FHIR Search with Subject References (#2293)

The full changelog can be found here.