comparison NEWS @ 5446:912565317b9a

plugins are now allowed to modify/delete private metadata/attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Nov 2023 12:12:03 +0100
parents ac68a4383e51
children dacdce5e5c22
comparison
equal deleted inserted replaced
5445:b853a63e9830 5446:912565317b9a
46 The /studies/../instances and sibling routes are the only whose expand is true if not specified. 46 The /studies/../instances and sibling routes are the only whose expand is true if not specified.
47 These routes now accepts expand=false to simply list the child resources ids. 47 These routes now accepts expand=false to simply list the child resources ids.
48 * In /tools/metrics-prometheus: 48 * In /tools/metrics-prometheus:
49 - 'orthanc_dicom_cache_size' renamed into 'orthanc_dicom_cache_size_mb' 49 - 'orthanc_dicom_cache_size' renamed into 'orthanc_dicom_cache_size_mb'
50 - added 'orthanc_storage_cache_count' and 'orthanc_storage_cache_size_mb' 50 - added 'orthanc_storage_cache_count' and 'orthanc_storage_cache_size_mb'
51
52
53 Plugins
54 -------
55
56 * Plugins are now allowed to modify/delete private metadata/attachments
57 (i.e. whose identifiers are < 1024)
51 58
52 59
53 Maintenance 60 Maintenance
54 ----------- 61 -----------
55 62