changeset 757:99493d452c72 OrthancDicomWeb-1.23

OrthancDicomWeb-1.23
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 Apr 2026 06:52:24 +0200
parents f24b8e529ea3
children e8201b420d04
files CITATION.cff CMakeLists.txt NEWS
diffstat 3 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Tue Apr 14 18:16:54 2026 +0200
+++ b/CITATION.cff	Wed Apr 15 06:52:24 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/CMakeLists.txt	Tue Apr 14 18:16:54 2026 +0200
+++ b/CMakeLists.txt	Wed Apr 15 06:52:24 2026 +0200
@@ -23,7 +23,7 @@
 
 project(OrthancDicomWeb)
 
-set(ORTHANC_DICOM_WEB_VERSION "mainline")
+set(ORTHANC_DICOM_WEB_VERSION "1.23")
 
 if (ORTHANC_DICOM_WEB_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Tue Apr 14 18:16:54 2026 +0200
+++ b/NEWS	Wed Apr 15 06:52:24 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)