comparison NEWS @ 2996:d547f998c947 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2018 20:33:13 +0100
parents 657d77bb1343
children 3ca27070df78
comparison
equal deleted inserted replaced
2981:eff50153a7b3 2996:d547f998c947
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4
5 Version 1.5.0 (2018-12-10)
6 ==========================
4 7
5 General 8 General
6 ------- 9 -------
7 10
8 * Possibility to restrict the allowed DICOM commands for each modality 11 * Possibility to restrict the allowed DICOM commands for each modality
23 * API Version has been upgraded to 1.2 26 * API Version has been upgraded to 1.2
24 * Asynchronous generation of ZIP archives and DICOM medias 27 * Asynchronous generation of ZIP archives and DICOM medias
25 * New URI: "/studies/.../merge" to merge a study 28 * New URI: "/studies/.../merge" to merge a study
26 * New URI: "/studies/.../split" to split a study 29 * New URI: "/studies/.../split" to split a study
27 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID 30 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
28 * GET "/modalities/..." now returns a JSON object instead of a JSON array 31 * GET "/modalities/?expand" now returns a JSON object instead of a JSON array
32 * New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
29 * New options to URI "/queries/.../answers": "?expand" and "?simplify" 33 * New options to URI "/queries/.../answers": "?expand" and "?simplify"
30 * New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option) 34 * New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer:
31 35 - "/queries/.../answers/.../query-instances" to C-FIND child instances
32 Plugins 36 - "/queries/.../answers/.../query-series" to C-FIND child series
33 ------- 37 - "/queries/.../answers/.../query-studies" to C-FIND child studies
34 38 * New "DicomDiskSize" and "DicomUncompressedSize" fields in statistics about resources
35 * New function in the SDK: "OrthancPluginSetHttpErrorDetails()" 39
40 Plugins
41 -------
42
43 * New functions in the SDK:
44 - "OrthancPluginSetHttpErrorDetails()"
45 - "OrthancPluginAutodetectMimeType()"
36 46
37 Maintenance 47 Maintenance
38 ----------- 48 -----------
39 49
40 * "SynchronousCMove" is now "true" by default 50 * "SynchronousCMove" is now "true" by default