Releases: medizininformatik-initiative/mii-processes-common
Releases · medizininformatik-initiative/mii-processes-common
1.0.2.1 - OAuth2 Client Credentials Flow Support
Release of common functionality used in MII processes based on DSF 1.x.
For a pre-built jar file, see assets.
General remarks:
- This release is compatible with the Data Sharing Framework version
>= 1.0.0
. This release does not work with DSF versions< 1.0.0
.
Features include:
- Support of OAuth2 Client Credentials Flow for authentication against a FHIR store.
- Updated dependencies where possible.
Bugs fixed:
- Releasing a new version of the process publishes a new package using GitHub actions.
- Configuring the OAuth2TokenClient without a truststore path leaded to a NPE.
Issues closed:
- Releasing a new version does not trigger maven deployment in GitHub action #12
- Improve OAuth by accept issuer uri, client id, client secret instead of bearer token #13
- Update dependencies #16
- NPE if OAuth2TokenClient is not configured from truststore path #20
Contributors:
This release contains contributions from @wetret and @hhund.
1.0.1.0 - Maintenance Release
Release of common functionality used in MII processes based on DSF 1.x.
For a pre-built jar file, see assets.
General remarks:
- This release is compatible with the Data Sharing Framework version
>= 1.0.0
. This release does not work with DSF versions< 1.0.0
.
Features include:
- A static code analysis maven plugin was added and detected issues were resolved where possible and applicable.
- Github workflows were updated to only run once in pull requests.
- Dependencies were updated where possible and applicable.
Issues closed:
Contributors:
This release contains contributions from @wetret and @hhund.
1.0.0.0 - Update to DSF 1.x
Release of common functionality used in MII processes based on DSF 1.x.
For a pre-built jar file, see assets.
General remarks:
- This release is compatible with the Data Sharing Framework version
>= 1.0.0
. This release does not work with DSF versions< 1.0.0
.
Features include:
- Extracts the common features of all MII processes from the old mii-dsf-processes repository
- Upgrades the repository to the new process plugin api implemented via datasharingframework/dsf#26
- Updates versions in GitHub workflows
Issues closed:
Contributors:
This release contains contributions from @wetret and @hhund.