General remarks:
- This is an update for the 1.x DSF and not compatible with 0.9.x and older versions developed at highmed/highmed-dsf.
- To Update an existing 1.x installation, please see the 1.7.1 -> 1.8.0 Upgrade Guide.
- For a fresh deployment, follow the installation instructions.
- With this release, library dependencies have been updated and small bugs in the UI of the DSF FHIR have been fixed.
- The integrated camunda engine of the DSF BPE server was upgraded to version 7.23, requiring a small change to the database schema of the DSF BPE and thus making this the 1.8.0 and not a 1.7.2 release.
Bug Fixes:
- Task resources with status
draft
were not correctly rendered if an optional input parameter was not defined in the Task resource (#306). - Boolean input parameters of Task resource with status
draft
, were not included in the created Task resource with statusrequested
if thefalse
option was selected (#323).
Docker containers for this release can be access via the GitHub Docker registry - ghcr.io:
- bpe: ghcr.io/datasharingframework/bpe:1.8.0
- bpe_proxy: ghcr.io/datasharingframework/bpe_proxy:1.8.0
- fhir: ghcr.io/datasharingframework/fhir:1.8.0
- fhir_proxy: ghcr.io/datasharingframework/fhir_proxy:1.8.0
Issues closed:
- FHIR UI: Task Boolean Input Parameter With Value False Not Included in Created Task #323
- Upgrade Dependencies #320
- Start New Development Cycle #312
- Migrate OSSRH Namespace to Central Portal #308
- Fix Cardinality Handling on Draft Tasks (Templates) with Missing Optional Inputs #306
- Adapt Github Actions to build on pull request #163
This release contains contributions from @hhund, @schwzr and @wetret.