General remarks:
- This is an update for DSF 2.0.0. A description of changes between the 1.9.0 and 2.0.0 releases can be found in the 2.0.0 release notes.
- To Update from an existing 1.x installation, please see the 1.x -> 2.0.1 Upgrade Guide.
- To Update from an existing 2.x installation, please see the 2.x -> 2.0.1 Upgrade Guide.
- For a fresh deployment, follow the installation instructions.
- With this release a startup bug related to ECC client certificate was fixed.
Bug Fixes:
- Starting the DSF 2.0.0 FHIR or BPE server with an ECC client certificate without
keyEnciphermentextension, resulted in aFirst certificate from '...' not a client certificateerror (#405). The requirement for thekeyEnciphermentextension was removed with this release.
Docker images for this release can be accessed via the GitHub Docker registry - ghcr.io:
- bpe: ghcr.io/datasharingframework/bpe:2.0.1
- bpe_proxy: ghcr.io/datasharingframework/bpe_proxy:2.0.1
- fhir: ghcr.io/datasharingframework/fhir:2.0.1
- fhir_proxy: ghcr.io/datasharingframework/fhir_proxy:2.0.1
Process Plugin API v1 on Maven Central:
<dependency>
<groupId>dev.dsf</groupId>
<artifactId>dsf-bpe-process-api-v1</artifactId>
<version>2.0.1</version>
</dependency>Process Plugin API v2 on Maven Central:
<dependency>
<groupId>dev.dsf</groupId>
<artifactId>dsf-bpe-process-api-v2</artifactId>
<version>2.0.1</version>
</dependency>DSF Maven Plugin on Maven Central:
<plugin>
<groupId>dev.dsf</groupId>
<artifactId>dsf-maven-plugin</artifactId>
<version>2.0.1</version>
</plugin>Issues closed:
This release contains contributions from @hhund and @schwzr.