comparison NEWS @ 5604:c2a2fb8e868d

reformatting NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 May 2024 10:30:34 +0200
parents b2a97dfd719f
children 3f24eb4013d8 1a995c6f9dae
comparison
equal deleted inserted replaced
5603:b2a97dfd719f 5604:c2a2fb8e868d
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4 Maintenance
5 -----------
6
7 * In C-Find queries including GenericGroupLength tags, Orthanc was still
8 extracting these tags from the storage although they were already ignored
9 and not returned in the response.
10 They are now removed from the query earlier to avoid this disk access that
11 could slow down the response time. Note that this seems to happen mainly
12 when the query originates from some GE devices (AWS).
13 * The 0x0111 DIMSE Status is now considered as a warning instead of an error
14 when received as a response to a C-Store.
15 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3
16 * Removed potential PHI from the logs when Orthanc encounters an error while
17 creating a zip file.
18 * Monitoring of stable resources now also takes into consideration the
19 resource type, not only the resource identifier identifier.
20
21 Bug Fixes
22 ---------
23
24 * When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false,
25 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided.
26
27 3
28 REST API 4 REST API
29 -------- 5 --------
30 6
31 * API version upgraded to 24 7 * API version upgraded to 24
46 plugins to log messages. This new primitive will display the plugin 22 plugins to log messages. This new primitive will display the plugin
47 name, the plugin file name, and the plugin line number in the 23 name, the plugin file name, and the plugin line number in the
48 logs. If they are not using the LOG() facilities provided by the 24 logs. If they are not using the LOG() facilities provided by the
49 OrthancFramework, plugins should now use ORTHANC_PLUGINS_LOG_INFO(), 25 OrthancFramework, plugins should now use ORTHANC_PLUGINS_LOG_INFO(),
50 ORTHANC_PLUGINS_LOG_WARNING(), and ORTHANC_PLUGINS_LOG_ERROR(). 26 ORTHANC_PLUGINS_LOG_WARNING(), and ORTHANC_PLUGINS_LOG_ERROR().
27
28 Maintenance
29 -----------
30
31 * In C-Find queries including GenericGroupLength tags, Orthanc was still
32 extracting these tags from the storage although they were already ignored
33 and not returned in the response.
34 They are now removed from the query earlier to avoid this disk access that
35 could slow down the response time. Note that this seems to happen mainly
36 when the query originates from some GE devices (AWS).
37 * The 0x0111 DIMSE Status is now considered as a warning instead of an error
38 when received as a response to a C-Store.
39 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3
40 * Removed potential PHI from the logs when Orthanc encounters an error while
41 creating a zip file.
42 * Monitoring of stable resources now also takes into consideration the
43 resource type, not only the resource identifier identifier.
44 * When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false,
45 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided.
51 46
52 47
53 Version 1.12.3 (2024-01-31) 48 Version 1.12.3 (2024-01-31)
54 =========================== 49 ===========================
55 50