comparison NEWS @ 4988:8fba26292a9f

Housekeeper plugin: finalizing + integration tests ok
author Alain Mazy <am@osimis.io>
date Sat, 30 Apr 2022 19:39:40 +0200
parents f316413027fd
children 24ef02dc7a7a
comparison
equal deleted inserted replaced
4986:a25e74fad379 4988:8fba26292a9f
10 when it detects there is room for improvements, e.g: 10 when it detects there is room for improvements, e.g:
11 - if files were stored with a version of Orthanc prior to 1.9.1, 11 - if files were stored with a version of Orthanc prior to 1.9.1,
12 the storage might still contain dicom-as-json files that are not needed 12 the storage might still contain dicom-as-json files that are not needed
13 anymore -> it will remove them 13 anymore -> it will remove them
14 - if "ExtraMainDicomTags" has changed. 14 - if "ExtraMainDicomTags" has changed.
15 - if "StorageCompression" has chagned. 15 - if "StorageCompression" or "IngestTranscoding" has chagned.
16 * New configuration "Warnings" to enable/disable individual warnings that can 16 * New configuration "Warnings" to enable/disable individual warnings that can
17 be identified by a W0XX prefix in the logs. 17 be identified by a W0XX prefix in the logs.
18 These warnings have been added: 18 These warnings have been added:
19 - W001_TagsBeingReadFromStorage 19 - W001_TagsBeingReadFromStorage
20 - W002_InconsistentDicomTagsInDb 20 - W002_InconsistentDicomTagsInDb
36 * new query argument "requestedTags" in all API routes listing resources: 36 * new query argument "requestedTags" in all API routes listing resources:
37 - /patients, /patients/../studies, /patients/../series, /patients/../instances 37 - /patients, /patients/../studies, /patients/../series, /patients/../instances
38 - /studies, /studies/../series, /studies/../instances 38 - /studies, /studies/../series, /studies/../instances
39 - /series, /series/../instances 39 - /series, /series/../instances
40 - /instances 40 - /instances
41 * new field "MainDicomTags" in the /system route response to list the tags that 41 * /reconstruct routes:
42 are saved in DB 42 - new options "ReconstructFiles" (false by default to keep backward compatibility) to
43 * new field "StorageCompression" reported in the /system route response 43 potentialy compress/uncompress the files or transcode them if "StorageCompression"
44 or "IngestTranscoding" has changed since the file has been ingested.
45 POSSIBLE BREAKING-CHANGES:
46 - the /reconstruct routes now preserve all metadata
47 - the /reconstruct routes now skip the IncomingInstanceFilter
48 - the /reconstruct routes won't generate new events like NewStudy, StableStudy, ...
49 therefore, the corresponding callbacks won't be called anymore
50 - the /reconstruct routes won't affect the patient recycling anymore
51 * new fields reported in the /system route:
52 - "MainDicomTags" to list the tags that are saved in DB
53 - "StorageCompression", "OverwriteInstances", "IngestTranscoding" reported from the
54 configuration file
44 55
45 56
46 Version 1.10.1 (2022-03-23) 57 Version 1.10.1 (2022-03-23)
47 =========================== 58 ===========================
48 59