diff NEWS @ 4524:f8660649ae96

added "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Feb 2021 15:05:55 +0100
parents fba1a8fff2b8
children 8262ffb393ff
line wrap: on
line diff
--- a/NEWS	Tue Feb 23 13:46:58 2021 +0100
+++ b/NEWS	Tue Feb 23 15:05:55 2021 +0100
@@ -15,9 +15,11 @@
 REST API
 --------
 
+* API version upgraded to 11
 * 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
+* "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
 * New arguments in the REST API:
   - "Timeout" in "/modalities/.../query"
   - "Timeout" in "/modalities/.../storage-commitment"