comparison NEWS @ 5201:345dac17a349

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