diff NEWS @ 4457:789676a8c96a

Refactoring and improvements to the cache of DICOM files in ServerContext
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 Jan 2021 19:05:04 +0100
parents a8f554ca5ac6
children 6831de40acd9
line wrap: on
line diff
--- a/NEWS	Tue Jan 19 16:11:23 2021 +0100
+++ b/NEWS	Tue Jan 19 19:05:04 2021 +0100
@@ -24,6 +24,8 @@
 Maintenance
 -----------
 
+* Refactoring and improvements to the cache of DICOM files (it can now hold many files)
+* New Prometheus metrics "orthanc_dicom_cache_count" and "orthanc_dicom_cache_size"
 * Fix upload of multiple DICOM files using one single POST call to "multipart/form-data"
   Could be the final resolution of issue #21 (DICOM files missing after uploading with Firefox)
 * Partial fix of issue #48 (Windows service not stopped properly), cf. comments 4 and 5