comparison 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
comparison
equal deleted inserted replaced
4803:1eca4378d761 4804:ae643f664628
3 3
4 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020) 4 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
5 5
6 * New configuration options: 6 * New configuration options:
7 - "DicomThreadsCount" to set the number of threads in the embedded DICOM server 7 - "DicomThreadsCount" to set the number of threads in the embedded DICOM server
8
9 REST API
10 --------
11
12 * API version upgraded to 16
13 * If an image can not be decoced, ../preview and ../rendered routes are now returning
14 unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise,
15 it raises a 415 error code.
16
17
8 18
9 Maintenance 19 Maintenance
10 ----------- 20 -----------
11 21
12 * Fix instances accumulating in DB while their attachments were not stored because of 22 * Fix instances accumulating in DB while their attachments were not stored because of