Skip to main content
Version: 15.2.0

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.3.0 - 2025-08-14​

Changed​

  • Updated to Node.js 22
  • Updated custom-plugin-lib to v7.0.1
  • Updated routes schema definition according to FSTDEP021 deprecation warning for Fastify@v5 Support
  • Updated @fastify/multipart to v8.3.1

[1.2.0] 2025-05-15​

Added​

  • Added support for managing Bundle transactions: is it possible to configure them in the configmap and to invoke them via the API POST /transaction/:transactionId

[1.1.0] 2025-03-27​

Added​

  • Added POST /:resource/ endpoint to handle also trailing slash

[1.0.5] 2025-02-05​

Changed​

  • Upgrade base Docker image and project dependencies

[1.0.4] 2024-11-12​

Changed​

  • Update Node.js to v20 (LTS) and dependencies

[1.0.3] 2024-06-25​

Changed​

  • Node version updated to lts/hydrogen
  • Fix endpoint tags for API Portal documentation

[1.0.2] 2023-05-16​

Changed​

  • Update dependencies

[1.0.1] 2023-02-01​

Fixed​

  • Minor vulnerability fix.

[1.0.0] 2022-09-28​

Added​

  • Update json-schema-converter version to 2.2.0.

Removed​

  • Removed custom error management in file upload and download.

[0.1.1] 2022-07-07​

Fixed​

  • The JSON Patch object for the FHIR Server is now generated only for fields present in the PATCH payload.

[0.1.0] 2022-06-24​

  • First release.