Skip to content

1.0.0.0 - Update to DSF 1.3.0

Compare
Choose a tag to compare
@hhund hhund released this 11 Oct 17:50
· 26 commits to main since this release
v1.0.0.0
4262d48

General remarks:

  • This release is compatible with the Data Sharing Framework 1.3.0. This release does not work with older versions of the DSF.
  • Additional information about the NUM-CODEX data transfer process plugin can be found int the repositories Wiki.

Features include:

  • The process plugin has been ported to the DSF 1.x process plugin API and is now compatible with DSF 1.3.0.
  • To enable transport of POLAR_MI data sets, the "data send" process is now compatible with additional FHIR resources.

Bugs fixed:

  • Due to a limitation of the resource validator, false positive validation errors were generated for code from CodeSystems not available offline. A workaround has been implemented that removes not needed checks of code against the CodeSystem and expanded ValueSet.

Process released in the binary assets and GitHub Packages Maven Registry:

  • data-transfer: codex-process-data-transfer-1.0.0.0.jar
    Add jar to /opt/bpe/process and make sure it can be read by the bpe Linux user or group (uid: 2202, gid: 2202) chown root:bpe; chmod 440, restart/start bpe.

Stand-alone validator release in the binary assets:

Issues closed:

  • Upgrade to DSF 1.x enhancement ready for release #118
  • Start New Development Cycle ready for release #116
  • Failed validation due to ICD Codes bug ready for release #114
  • Hide fTTP API Key on startup connection test enhancement ready for release #113