diff NEWS @ 4517:c494ee5d0101

Added "Timeout" parameter everywhere in "/modalities/.../"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Feb 2021 15:27:25 +0100
parents 671ee7c1fd46
children cb8fcecf1b02
line wrap: on
line diff
--- a/NEWS	Tue Feb 16 15:01:13 2021 +0100
+++ b/NEWS	Mon Feb 22 15:27:25 2021 +0100
@@ -4,17 +4,22 @@
 General
 -------
 
-* BREAKING CHANGE: The "dicom-as-json" attachments are not explicitly stored anymore.
-  If the storage area doesn't support range reading, or if "StorageCompression"
-  is enabled, a new attachment "dicom-until-pixel-data" is generated.
+* The "dicom-as-json" attachments are not explicitly stored anymore to improve performance
+* If the storage area doesn't support range reading, or if "StorageCompression"
+  is enabled, a new type of attachment "dicom-until-pixel-data" is generated.
 * New metadata automatically computed at the instance level: "PixelDataOffset"
 
 REST API
 --------
 
-* BREAKING CHANGE: The "/instances/.../tags" route does not report the tags
-  after "Pixel Data" (7fe0,0010) anymore
-
+* BREAKING CHANGES:
+  - External applications should *not* call "/instances/.../attachments/dicom-as-json" anymore
+  - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore
+* New arguments in the REST API:
+  - "Timeout" in "/modalities/.../query"
+  - "Timeout" in "/modalities/.../storage-commitment"
+  - "Timeout" in "/queries/.../answers/.../query-{studies|series|instances}"
+  
 Plugins
 -------