comparison NEWS @ 4918:eb23e13f8b0e

experimental feature: zip loader threads
author Alain Mazy <am@osimis.io>
date Wed, 23 Feb 2022 09:12:13 +0100
parents 45d6ce72a84e
children 4dae452af79f
comparison
equal deleted inserted replaced
4917:95378de340d4 4918:eb23e13f8b0e
24 * Added a storage cache in RAM to avoid reading the same files multiple times from 24 * Added a storage cache in RAM to avoid reading the same files multiple times from
25 the storage. This greatly improves, among other things, the performance of WADO-RS 25 the storage. This greatly improves, among other things, the performance of WADO-RS
26 retrieval of individual frames of multiframe instances. 26 retrieval of individual frames of multiframe instances.
27 * New configuration option "MaximumStorageCacheSize" to configure the size of 27 * New configuration option "MaximumStorageCacheSize" to configure the size of
28 the new storage cache. 28 the new storage cache.
29 * New configuration option "ZipLoaderThreads" to configure the number of threads used 29 * New experimental configuration option "ZipLoaderThreads" to configure the number of
30 to read instances from storage when creating a Zip archive/media. 30 threads used to read instances from storage when creating a Zip archive/media.
31 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG 31 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG
32 * Added links to download attachments from the Orthanc Explorer 32 * Added links to download attachments from the Orthanc Explorer
33 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Stuart Kurutac, NCC Group). 33 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Stuart Kurutac, NCC Group).
34 XSS Issues were re-introduced in Orthanc 1.9.5. 34 XSS Issues were re-introduced in Orthanc 1.9.5.
35 35