General remarks:
- This is an update for the new 1.x DSF and not compatible with 0.9.x and older version developed at highmed/highmed-dsf.
- DSF v1.3.2 is not compatible with DSF Ping Pong v1.0.0.0, upgrade/use the Ping Pong plugin v1.0.1.0 if your are upgrading/using this version.
- To Update an existing 1.x installation, please see the 1.x -> 1.3.2 Upgrade Guide.
- For a fresh deployment, follow the installation instructions.
Bug Fixes:
- Switches the database ID generation strategy for the BPE from
DbIdGenerator
toStrongUuidGenerator
, as described in the camunda documentation.
Known Compatible Process Plugins:
- DSF Allow List v1.0.0.0
- DSF Ping Pong v1.0.1.0
- MII Report v1.0.0.0
- MII Feasibility v1.0.0.1
- NUM Data Transfer v1.0.0.0
Docker containers for this release can be access via the GitHub Docker registry - ghcr.io:
- bpe: ghcr.io/datasharingframework/bpe:1.3.2
- fhir: ghcr.io/datasharingframework/fhir:1.3.2
- fhir_proxy: ghcr.io/datasharingframework/fhir_proxy:1.3.2
Issues closed:
- Use UUID generator instead of database id generator #139
This release contains contributions from @EmteZogaf, @wetret, @schwzr and @hhund.