Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 811 Bytes

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 811 Bytes

Changelog

[1.0.2] - 2024-11-21

Changed

  • updated package metadata, Dockerfiles, and README

[1.0.1] - 2024-10-22

Fixed

  • added scheduling initialization based on existing configurations

[1.0.0] - 2024-10-16

Added

  • implemented backend-API v0 (8569c869, 088bcbe8, 43fc8277, b879094d, ed44e915)
  • added Job Processor adapter (cab9f850)
  • completed project template (54d3d19b, 824c7f9a)
  • added initial app configuration (857a3807, 824c7f9a)

[0.2.0] - 2024-07-26

Changed

  • improved error handling in the ArchiveController by logging parsed response (c190d058)

Fixed

  • fixed log-message in the ArchiveController in case of 204-response to a GET-request (35db08f9)

[0.1.0] - 2024-07-25

Changed

  • initial release of the dcm-backend