Mercurial > hg > orthanc
changeset 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 |
files | NEWS |
diffstat | 1 files changed, 19 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Wed May 08 10:29:35 2024 +0200 +++ b/NEWS Wed May 08 10:30:34 2024 +0200 @@ -1,30 +1,6 @@ Pending changes in the mainline =============================== -Maintenance ------------ - -* In C-Find queries including GenericGroupLength tags, Orthanc was still - extracting these tags from the storage although they were already ignored - and not returned in the response. - They are now removed from the query earlier to avoid this disk access that - could slow down the response time. Note that this seems to happen mainly - when the query originates from some GE devices (AWS). -* The 0x0111 DIMSE Status is now considered as a warning instead of an error - when received as a response to a C-Store. - See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3 -* Removed potential PHI from the logs when Orthanc encounters an error while - creating a zip file. -* Monitoring of stable resources now also takes into consideration the - resource type, not only the resource identifier identifier. - -Bug Fixes ---------- - -* When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false, - Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided. - - REST API -------- @@ -49,6 +25,25 @@ OrthancFramework, plugins should now use ORTHANC_PLUGINS_LOG_INFO(), ORTHANC_PLUGINS_LOG_WARNING(), and ORTHANC_PLUGINS_LOG_ERROR(). +Maintenance +----------- + +* In C-Find queries including GenericGroupLength tags, Orthanc was still + extracting these tags from the storage although they were already ignored + and not returned in the response. + They are now removed from the query earlier to avoid this disk access that + could slow down the response time. Note that this seems to happen mainly + when the query originates from some GE devices (AWS). +* The 0x0111 DIMSE Status is now considered as a warning instead of an error + when received as a response to a C-Store. + See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3 +* Removed potential PHI from the logs when Orthanc encounters an error while + creating a zip file. +* Monitoring of stable resources now also takes into consideration the + resource type, not only the resource identifier identifier. +* When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false, + Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided. + Version 1.12.3 (2024-01-31) ===========================