diff NEWS @ 3734:4fc24b69446a storage-commitment

triggering storage commitment scu from REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Mar 2020 13:22:02 +0100
parents e7ff4f9b34bd
children 0540b54324f1
line wrap: on
line diff
--- a/NEWS	Mon Mar 09 17:19:45 2020 +0100
+++ b/NEWS	Tue Mar 10 13:22:02 2020 +0100
@@ -10,15 +10,17 @@
 --------
 
 * API version has been upgraded to 5
-* added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually
+* Added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually
   retrieve its version number)
 * "/changes": Allow the "limit" argument to be greater than 100
 * "/instances/{id}/preview": Now takes the windowing into account
 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc
-* added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes
+* Added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes
   to render frames, taking windowing and resizing into account
 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
 * ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags
+* Added "/modalities/{...}/storage-commitment" route
+* "/modalities/{...}/store" now accepts the Boolean argument "StorageCommitment"
 
 Plugins
 -------