comparison NEWS @ 5348:303e930fff0f

"/tools/create-dicom" can now be used to create Encapsulated 3D Manufacturing Model IODs (MTL, OBJ, or STL)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 02 Jul 2023 16:24:56 +0200
parents 566e8d32bd3a
children e2746201996a
comparison
equal deleted inserted replaced
5347:4f686f6150c7 5348:303e930fff0f
12 12
13 REST API 13 REST API
14 -------- 14 --------
15 15
16 * API version upgraded to 21 16 * API version upgraded to 21
17 * "/tools/create-dicom" can now be used to create Encapsulated 3D
18 Manufacturing Model IODs (MTL, OBJ, or STL)
17 * Added a route to delete the output of an asynchronous job (right now 19 * Added a route to delete the output of an asynchronous job (right now
18 only for archive jobs): e.g. DELETE /jobs/../archive 20 only for archive jobs): e.g. DELETE /jobs/../archive
19 21
20 Plugins 22 Plugins
21 ------- 23 -------
27 ----------- 29 -----------
28 30
29 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration" 31 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration"
30 tag (0028,0006) equals 1 32 tag (0028,0006) equals 1
31 * Made Orthanc more resilient to common spelling errors in SpecificCharacterSet 33 * Made Orthanc more resilient to common spelling errors in SpecificCharacterSet
32 * Modality worklists plugin: allow searching on private tags (exact match only) 34 * Modality worklists plugin: Allow searching on private tags (exact match only)
33 * Fix orphan files remaining in storage when working with MaximumStorageSize 35 * Fix orphan files remaining in storage when working with MaximumStorageSize
34 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510) 36 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
35 * When deleting a resource, its parents LastUpdate metadata are now updated 37 * When deleting a resource, the "LastUpdate" metadata of its parents are now updated
36 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0 38 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0
37 * Metrics can be stored either as floating-point numbers, or as integers 39 * Metrics can be stored either as floating-point numbers, or as integers
38 * Upgraded dependencies for static builds: 40 * Upgraded dependencies for static builds:
39 - boost 1.82.0 41 - boost 1.82.0
40 * Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle 42 * Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle