comparison NEWS @ 5120:a6fa660ec26e

/system: added MaximumStorageMode and MaximumStorageSize
author Alain Mazy <am@osimis.io>
date Fri, 16 Dec 2022 13:10:35 +0100
parents bdec57f3cbf2
children 8638522eeda1
comparison
equal deleted inserted replaced
5119:bdec57f3cbf2 5120:a6fa660ec26e
25 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB) 25 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
26 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration 26 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration
27 from the configuration file for a specific operation. 27 from the configuration file for a specific operation.
28 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s 28 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
29 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom 29 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom
30 30 * /system: added MaximumStorageMode and MaximumStorageSize
31 31
32 OrthancFramework (C++) 32 OrthancFramework (C++)
33 ---------------------- 33 ----------------------
34 34
35 * DicomModification::SetAllowManualIdentifiers() has been removed since it was always true -> code cleanup. 35 * DicomModification::SetAllowManualIdentifiers() has been removed since it was always true -> code cleanup.