comparison NEWS @ 5311:79fa77e9fa0d am-experimental

merge default -> am-experimental
author Alain Mazy <am@osimis.io>
date Fri, 16 Jun 2023 09:26:33 +0200
parents 9504de20d43d b5c502bcaf99
children
comparison
equal deleted inserted replaced
5303:9504de20d43d 5311:79fa77e9fa0d
2 =============================== 2 ===============================
3 3
4 REST API 4 REST API
5 -------- 5 --------
6 6
7 * API version upgraded to 21
7 * New URI /instances/{id}/file-until-pixel-data 8 * New URI /instances/{id}/file-until-pixel-data
9 * added a route to delete the output of an asynchronous job (right now only for archive jobs):
10 e.g. DELETE /jobs/../archive
8 11
9 Maintenance 12 Maintenance
10 ----------- 13 -----------
11 14
12 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration" 15 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration"
16 * Upgraded dependencies for static builds: 19 * Upgraded dependencies for static builds:
17 - boost 1.82.0 20 - boost 1.82.0
18 * Fix orphan files remaining in storage when working with MaximumStorageSize 21 * Fix orphan files remaining in storage when working with MaximumStorageSize
19 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510) 22 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
20 * When deleting a resource, its parents LastUpdate metadata are now updated. 23 * When deleting a resource, its parents LastUpdate metadata are now updated.
24 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0.
25 * Disabled automatic conversion from YBR to RGB when transcoding JPEG to RAW transfer-syntax
26 (https://discourse.orthanc-server.org/t/orthanc-convert-ybr-to-rgb-but-does-not-change-metadata/3533).
27 This might have an impact on the image returned by /dicom-web/studies/../series/../instances/../frames/1; the
28 image format is now consistent with the PhotometricIntepretation DICOM Tag.
21 29
22 * WIP: new dicomWeb Json format for some of the Rest API routes. 30 * WIP: new dicomWeb Json format for some of the Rest API routes.
23 * WIP: new 'include' get arguments for some of the Rest API routes to define 31 * WIP: new 'include' get arguments for some of the Rest API routes to define
24 the content of the response. Useful since the dicomWeb format is very slow 32 the content of the response. Useful since the dicomWeb format is very slow
25 to serialize. 33 to serialize.