Release Notes (v1.9.0)
Less than 1 minute
Release Notes for v1.9.0
Release Notes
You can access all release notes on our GitHub.
1.9.0 - Dependency Upgrades and Non Root Reverse Proxy
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.8.0 -> 1.9.0 Upgrade Guide.
- For a fresh deployment, follow the installation instructions.
- With this release library dependencies have been updated.
- The integrated camunda engine of the DSF BPE server was upgraded to version 7.24, requiring a small change to the database schema of the DSF BPE.
Features:
- The HARICA Client Authentication RSA and ECC Issuing CAs have been added to default accepted client issuing CAs. Visit dsf.dev for a full list of default root and issuing CA.
- The Apache httpd based reverse proxy docker images fhir_proxy and bpe_proxy now execute as non root users. The fhir_proxy container executes with uid/gid
4101, the bpe_proxy container with uid/gid4202.
Docker containers for this release can be access via the GitHub Docker registry - ghcr.io:
- bpe: ghcr.io/datasharingframework/bpe:1.9.0
- bpe_proxy: ghcr.io/datasharingframework/bpe_proxy:1.9.0
- fhir: ghcr.io/datasharingframework/fhir:1.9.0
- fhir_proxy: ghcr.io/datasharingframework/fhir_proxy:1.9.0
Issues closed:
- Add HARICA Client Authentication RSA and ECC Issuing CAs #363
- Upgrade Dependencies #359
- Start New Development Cycle #358
- Support for running the proxy containers as non-root by default #352
This release contains contributions from @EmteZogaf, @hhund, @jaboehri and @schwzr.