comparison NEWS @ 4962:501411a67f10 more-tags

merge
author Alain Mazy <am@osimis.io>
date Wed, 23 Mar 2022 12:23:11 +0100
parents 1b76853e1797 e1495a34cd39
children f78438f61847
comparison
equal deleted inserted replaced
4961:1b76853e1797 4962:501411a67f10
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 sample plugin: "DbOptimizer" that will re-construct the DB/Storage 11 * New sample plugin: "DbOptimizer" that will re-construct the DB/Storage
11 when it detects there is room for improvements, e.g: 12 when it detects there is room for improvements, e.g:
12 - if files were stored with a version of Orthanc prior to 1.9.1, 13 - if files were stored with a version of Orthanc prior to 1.9.1,
37 - /series, /series/../instances 38 - /series, /series/../instances
38 - /instances 39 - /instances
39 * new field "MainDicomTags" in the /system route response to list the tags that 40 * new field "MainDicomTags" in the /system route response to list the tags that
40 are saved in DB 41 are saved in DB
41 42
43 Plugins
44 -------
45
46 * New function in the SDK: "OrthancPluginRegisterWebDavCollection()"
47 to map a WebDAV virtual filesystem into the REST API of Orthanc.
42 48
43 Documentation 49 Documentation
44 ------------- 50 -------------
45 51
46 * Removed the "LimitJobs" configuration that is not used anymore since the new 52 * Removed the "LimitJobs" configuration that is not used anymore since
47 JobEngine has been introduced (in Orthanc 1.4.0). The pending list of jobs 53 the new JobEngine has been introduced (in Orthanc 1.4.0). The
48 is unlimited. 54 pending list of jobs is unlimited.
49 55
50 56
51 Version 1.10.0 (2022-02-23) 57 Version 1.10.0 (2022-02-23)
52 =========================== 58 ===========================
53 59