Skip to content

Releases: samply/blaze

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.

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.

v0.30.2

30 Oct 10:51
Compare
Choose a tag to compare

Performance

  • Improve FHIR Search Performance with Subject References (#2161)

Documentation

  • Add Note About Fix Context Path When Using the UI (#2135)

The full changelog can be found here.

v0.30.1

10 Oct 18:26
Compare
Choose a tag to compare

Bugfixes

  • Fix Returning Resources with Non-Matching Identifier (#2111)

Enhancements (alpha)

  • Implement the delete-history Command (#1382) (docs)
  • Implement Operation $purge on Patient (#1298) (docs)

The full changelog can be found here.

v0.30.0

09 Sep 14:20
Compare
Choose a tag to compare

Notes

The Frontend has to be updated to v0.30.0 as well. Otherwise paging will not work.

Enhancements

  • Implement Conditional Delete (#1953)
  • Encrypt Query Params in Page Links (#1995)

Bugfixes

  • Fix False Positives while Checking Referential Integrity (#2015)
  • Patient $everything Ignores Query Params when Paging (#2014)
  • Fix Parsing of Dates starting with a Zero in the Year Component (#2003)
  • Fix Status Code of Type-Level $evaluate-measure Operation (#512)
  • CQL Now Should return a LocalDateTime (#1966)

The full changelog can be found here.