comparison NEWS @ 4954:e1495a34cd39 more-tags

integration mainline->more-tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Mar 2022 19:11:56 +0100
parents 3778a0433dd3 47d734fa30f6
children 501411a67f10
comparison
equal deleted inserted replaced
4950:3778a0433dd3 4954:e1495a34cd39
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 4 General
5 General 5 -------
6 ------- 6
7 7 * Improved DICOM authorization checks when multiple modalities are
8 declared with the same AET.
8 * New configuration "ExtraMainDicomTags" to store more tags in the Index DB 9 * New configuration "ExtraMainDicomTags" to store more tags in the Index DB
9 to speed up, e.g, building C-Find, dicom-web or tools/find answers 10 to speed up, e.g, building C-Find, dicom-web or tools/find answers
10 * New configuration "Warnings" to enable/disable individual warnings that can 11 * New configuration "Warnings" to enable/disable individual warnings that can
11 be identified by a W0XX prefix in the logs. 12 be identified by a W0XX prefix in the logs.
12 These warnings have been added: 13 These warnings have been added:
32 - /studies, /studies/../series, /studies/../instances 33 - /studies, /studies/../series, /studies/../instances
33 - /series, /series/../instances 34 - /series, /series/../instances
34 - /instances 35 - /instances
35 * new field "MainDicomTags" in the /system route response 36 * new field "MainDicomTags" in the /system route response
36 37
38 Plugins
39 -------
40
41 * New function in the SDK: "OrthancPluginRegisterWebDavCollection()"
42 to map a WebDAV virtual filesystem into the REST API of Orthanc.
37 43
38 Documentation 44 Documentation
39 ------------- 45 -------------
40 46
41 * Removed the "LimitJobs" configuration that is not used anymore since the new 47 * Removed the "LimitJobs" configuration that is not used anymore since
42 JobEngine has been introduced (in Orthanc 1.4.0). The pending list of jobs 48 the new JobEngine has been introduced (in Orthanc 1.4.0). The
43 is unlimited. 49 pending list of jobs is unlimited.
44 50
45 51
46 Version 1.10.0 (2022-02-23) 52 Version 1.10.0 (2022-02-23)
47 =========================== 53 ===========================
48 54