comparison NEWS @ 5205:ae3b5b29e379

merge
author Alain Mazy <am@osimis.io>
date Wed, 29 Mar 2023 19:24:58 +0200
parents 08e0c9c0ab39 345dac17a349
children eb41e1833cea a47b24f231d0
comparison
equal deleted inserted replaced
5204:08e0c9c0ab39 5205:ae3b5b29e379
9 9
10 Maintenance 10 Maintenance
11 ----------- 11 -----------
12 12
13 * Enforce the existence of the patient/study/instance while creating its archive 13 * Enforce the existence of the patient/study/instance while creating its archive
14 * Security: New configuration option "RestApiWriteToFileSystemEnabled" to allow 14 * Security: New configuration option "RestApiWriteToFileSystemEnabled"
15 "/instances/../export" that is now disabled by default. 15 to allow "/instances/../export" that is now disabled by default.
16 16
17 Bug Fixes 17 Bug Fixes
18 --------- 18 ---------
19 19
20 * Fix issue 214: VOILUTSequence is not returned in Wado-RS 20 * Fix issue 214: VOILUTSequence is not returned in Wado-RS
21 * Fix /tools/reset crashing when ExtraMainDicomTags were defined 21 * Fix /tools/reset crashing when ExtraMainDicomTags were defined
22 22
23 version 1.11.3 (2023-02-03) 23
24 Version 1.11.3 (2023-02-03)
24 =========================== 25 ===========================
25 26
26 General 27 General
27 ------- 28 -------
28 29
29 * C-Store SCU now gives priority to the preferred TransferSyntax proposed by the receiving SCP 30 * C-Store SCU now gives priority to the preferred TransferSyntax
30 instead of Orthanc own AcceptedTransferSyntaxes. 31 proposed by the receiving SCP instead of Orthanc own
31 * Made the default SQLite DB more robust wrt future updates like adding new columns in DB. 32 AcceptedTransferSyntaxes.
33 * Made the default SQLite DB more robust wrt future updates like
34 adding new columns in DB.
32 * Made the HTTP Client errors more verbose by including the url in the logs. 35 * Made the HTTP Client errors more verbose by including the url in the logs.
33 * Optimization: now using multiple threads to transcode files for asynchronous download of studies archive. 36 * Optimization: now using multiple threads to transcode files for
37 asynchronous download of studies archive.
34 * New configuration "KeepAliveTimeout" with a default value of 1 second. 38 * New configuration "KeepAliveTimeout" with a default value of 1 second.
35 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing 39 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing
36 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads. 40 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads.
37 * For systems using glibc > 2.8 (most of Linux systems except LSB binaries): 41 * For systems using glibc > 2.8 (most of Linux systems except LSB
38 Introduced a new Housekeeper thread in Orthanc (different from the Housekeeper sample plugin). This thread 42 binaries): Introduced a new thread for to trim memory in Orthanc (different
39 regularly try to give back memory that Orthanc no longer uses to the system. This reduces the overall memory 43 from the Housekeeper sample plugin). This thread regularly try to
40 consumption. More information in OrthancServer/Resources/ImplementationNotes/memory_consumption.txt. 44 give back memory that Orthanc no longer uses to the system. This
45 reduces the overall memory consumption. More information in
46 OrthancServer/Resources/ImplementationNotes/memory_consumption.txt.
41 47
42 REST API 48 REST API
43 -------- 49 --------
44 50
45 * API version upgraded to 19 51 * API version upgraded to 19
75 81
76 * Fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1 82 * Fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1
77 * Fix issue #212 (Anonymization process transcodes data and loses resource link). 83 * Fix issue #212 (Anonymization process transcodes data and loses resource link).
78 84
79 85
80 version 1.11.2 (2022-08-30) 86 Version 1.11.2 (2022-08-30)
81 =========================== 87 ===========================
82 88
83 General 89 General
84 ------- 90 -------
85 91