comparison 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
comparison
equal deleted inserted replaced
4456:3e4f7b7840f0 4457:789676a8c96a
22 - OrthancPluginRegisterStorageArea2() 22 - OrthancPluginRegisterStorageArea2()
23 23
24 Maintenance 24 Maintenance
25 ----------- 25 -----------
26 26
27 * Refactoring and improvements to the cache of DICOM files (it can now hold many files)
28 * New Prometheus metrics "orthanc_dicom_cache_count" and "orthanc_dicom_cache_size"
27 * Fix upload of multiple DICOM files using one single POST call to "multipart/form-data" 29 * Fix upload of multiple DICOM files using one single POST call to "multipart/form-data"
28 Could be the final resolution of issue #21 (DICOM files missing after uploading with Firefox) 30 Could be the final resolution of issue #21 (DICOM files missing after uploading with Firefox)
29 * Partial fix of issue #48 (Windows service not stopped properly), cf. comments 4 and 5 31 * Partial fix of issue #48 (Windows service not stopped properly), cf. comments 4 and 5
30 * Explicitly use little-endian to encode uncompressed file size with zlib compression 32 * Explicitly use little-endian to encode uncompressed file size with zlib compression
31 * Upgraded dependencies for static builds (notably on Windows): 33 * Upgraded dependencies for static builds (notably on Windows):