Mercurial > hg > orthanc-dicomweb
changeset 758:e8201b420d04
back to mainline
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 15 Apr 2026 06:54:01 +0200 |
| parents | f24b8e529ea3 (current diff) 99493d452c72 (diff) |
| children | b51f2d806a47 |
| files | CMakeLists.txt |
| diffstat | 2 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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)
