diff NEWS @ 3870:09798f2b985f transcoding

added a Timeout argument to every DICOM command + 'TargetAet' not mandatory anymore in /retrieve
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 12:26:51 +0200
parents 9ccbbd55bc23
children 5571082a9df6
line wrap: on
line diff
--- a/NEWS	Tue Apr 28 16:46:04 2020 +0200
+++ b/NEWS	Wed Apr 29 12:26:51 2020 +0200
@@ -4,9 +4,13 @@
 REST API
 --------
 
+* API version has been upgraded to 7
 * Improved:
   - "/instances/../modify": it is now possible to "Keep" the "SOPInstanceUID".  
     Note that it was already possible to "Replace" it.
+  - added "Timeout" parameter to every DICOM operation
+  - "/queries/.../answers/../retrieve": "TargetAet" not mandatory anymore
+    (defaults to the local AET)