diff NEWS @ 4514:5b929e6b3c36

removal of "dicom-as-json" attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Feb 2021 12:18:41 +0100
parents 8f9090b137f1
children 8734caa12448
line wrap: on
line diff
--- a/NEWS	Fri Feb 12 12:13:19 2021 +0100
+++ b/NEWS	Tue Feb 16 12:18:41 2021 +0100
@@ -1,7 +1,28 @@
 Pending changes in the mainline
 ===============================
 
+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.
 * 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
+
+Plugins
+-------
+
+* New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData
+
+Maintenance
+-----------
+
 * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing
 * Fix build on big-endian architectures
 * Possibility to generate a static library containing the Orthanc Framework