# HG changeset patch # User Sebastien Jodogne # Date 1776228841 -7200 # Node ID e8201b420d049132d83ea45d5c8ae02457f27969 # Parent f24b8e529ea39975ae8db21d822de118167e5444# Parent 99493d452c72d2a99b748f2394888e09e391cf4e back to mainline diff -r f24b8e529ea3 -r e8201b420d04 CITATION.cff --- a/CITATION.cff Tue Apr 14 18:16:54 2026 +0200 +++ b/CITATION.cff Wed Apr 15 06:54:01 2026 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.5 -date-released: 2024-12-18 +version: 1.12.11 +date-released: 2026-04-14 diff -r f24b8e529ea3 -r e8201b420d04 CMakeLists.txt diff -r f24b8e529ea3 -r e8201b420d04 NEWS --- a/NEWS Tue Apr 14 18:16:54 2026 +0200 +++ b/NEWS Wed Apr 15 06:54:01 2026 +0200 @@ -1,18 +1,18 @@ Pending changes in the mainline =============================== -* If calling /rendered route on a Encapsulated PDF, the plugin will now return the pdf file +* If calling "/rendered" route on a Encapsulated PDF, the plugin will now return the PDF file instead of generating a 400 error. * Added metrics: - - orthanc_dicomweb_wadors_average_bandwidth_per_call_mbytes_per_second_5m is the weighted + - "orthanc_dicomweb_wadors_average_bandwidth_per_call_mbytes_per_second_5m" is the weighted average bandwidth of each individual call to any WADO-RS route to retrieve instances, series - or studies. This metrics is only updated at the end of the call and averages the bandwidth - values that are also displayed in the logs if you set "EnablePerformanceLogs" to true. - - orthanc_dicomweb_wadors_total_bytes_transferred counts the number of bytes that have - been returned by any WADO-RS route to retrieve instances, series or studies. This is updated - while the response is returned. -* "DicomWebStowClient" jobs now have their "Content.Resources" and "Content.Server" fields populated - as soon as they are created and not only when they start being executed. + or studies. This metrics is only updated at the end of the call and averages the bandwidth + values that are also displayed in the logs if "EnablePerformanceLogs" is set to "true". + - "orthanc_dicomweb_wadors_total_bytes_transferred" counts the number of bytes that have + been returned by any WADO-RS route to retrieve instances, series, or studies. This is + updated while the response is returned. +* "DicomWebStowClient" jobs now have their "Content.Resources" and "Content.Server" fields + populated as soon as they are created, not only when they start being executed. Version 1.22 (2025-12-02)