General remarks:
- This is the second milestone release for the upcoming major version 2.0.0. Do not use this in production.
Features:
- Process Plugin API v2
- Details see PRs #303, #302, #300, #299, #295, #293, #291, #290, #283, #282, #278, #273, #269, #244, #223, #221 and #212
Docker images in GitHub docker registry - ghcr.io:
- bpe: ghcr.io/datasharingframework/bpe:2.0.0-M2
- bpe_proxy: ghcr.io/datasharingframework/bpe_proxy:2.0.0-M2
- fhir: ghcr.io/datasharingframework/fhir:2.0.0-M2
- fhir_proxy: ghcr.io/datasharingframework/fhir_proxy:2.0.0-M2
Process Plugin API v1 on Maven Central:
<dependency>
<groupId>dev.dsf</groupId>
<artifactId>dsf-bpe-process-api-v1</artifactId>
<version>2.0.0-M2</version>
</dependency>
Process Plugin API v2 on Maven Central:
<dependency>
<groupId>dev.dsf</groupId>
<artifactId>dsf-bpe-process-api-v2</artifactId>
<version>2.0.0-M2</version>
</dependency>
Issues closed:
- Upgrade Dependencies #301
- Downgrade PostgreSQL JDBC Driver to 42.7.3 #298
- Upgrade to HAPI 8.0.0 #297
- Optimize FHIR Binary Resource Handling #296
- Add Mechanism to the API for Modifying Process Plugin FHIR Resources During Startup #292
- Remove Camunda Dependency from Process Plugin API v2 #284
- Validator Ignores CodeSystem Version #281
- Add BPE Integration Tests #271
- Add Mechanism to Manage Connections to Local FHIR Servers #270
- Port Fixes and Features From 1.7.0 to 2.0.0 #268
- Complete Class and Resource Allow Lists for ProcessPluginApiClassLoader #241
- Port Fixes and Features From 1.6.0 to 2.0.0 #239
- Add Methods for Accessing "Local" BPMN Variables to the Plugin API #210
- Add Service to Encrypt and Decrypt Binary Data via Plugin API #206
- Add Service to Check Mime-Type of Binary Data via Plugin API #205
- Upgrade to Jetty 12 #203
- Upgrade to Java 21 #202
- Web Application Style Class Loading for Process Plugins #201
- Create API v2 Maven Module #200
- Add Constants for organization-role and practitioner-role CodeSystems #81
- Improve DefaultUserTaskListener #78
This release contains contributions from @hhund, @jaboehri, @schwzr and @wetret.