diff 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
line wrap: on
line diff
--- a/NEWS	Thu Dec 06 15:58:08 2018 +0100
+++ b/NEWS	Mon Dec 10 20:33:13 2018 +0100
@@ -2,6 +2,9 @@
 ===============================
 
 
+Version 1.5.0 (2018-12-10)
+==========================
+
 General
 -------
 
@@ -25,14 +28,21 @@
 * New URI: "/studies/.../merge" to merge a study
 * New URI: "/studies/.../split" to split a study
 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
-* GET "/modalities/..." now returns a JSON object instead of a JSON array
+* GET "/modalities/?expand" now returns a JSON object instead of a JSON array
+* New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
 * New options to URI "/queries/.../answers": "?expand" and "?simplify"
-* New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
+* New URIs to launch new C-FIND to explore the hierarchy of a C-FIND answer:
+  - "/queries/.../answers/.../query-instances" to C-FIND child instances
+  - "/queries/.../answers/.../query-series" to C-FIND child series
+  - "/queries/.../answers/.../query-studies" to C-FIND child studies
+* New "DicomDiskSize" and "DicomUncompressedSize" fields in statistics about resources
 
 Plugins
 -------
 
-* New function in the SDK: "OrthancPluginSetHttpErrorDetails()"
+* New functions in the SDK:
+  - "OrthancPluginSetHttpErrorDetails()"
+  - "OrthancPluginAutodetectMimeType()"
 
 Maintenance
 -----------