diff NEWS @ 4804:ae643f664628

new option returnUnsupportedImage for /preview & /rendered routes
author Alain Mazy <am@osimis.io>
date Thu, 28 Oct 2021 13:05:56 +0200
parents 6a23cd1fc66b
children 0a38000b086d
line wrap: on
line diff
--- a/NEWS	Mon Oct 25 14:15:20 2021 +0200
+++ b/NEWS	Thu Oct 28 13:05:56 2021 +0200
@@ -6,6 +6,16 @@
 * New configuration options:
   - "DicomThreadsCount" to set the number of threads in the embedded DICOM server
 
+REST API
+--------
+
+* API version upgraded to 16
+* If an image can not be decoced, ../preview and ../rendered routes are now returning 
+  unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise, 
+  it raises a 415 error code.
+  
+
+
 Maintenance
 -----------