changeset 7104:ec5d834c67f2

setting API version to 31
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Aug 2026 16:53:51 +0200
parents 9119f3ee5a6c
children 514fc4880d6a
files NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Aug 13 14:38:28 2026 +0000
+++ b/NEWS	Thu Aug 13 16:53:51 2026 +0200
@@ -43,9 +43,7 @@
 REST API
 --------
 
-* API version upgraded to 34 (34 in streaming branch, 33 in default and 1.12.11 was 30 ! 
-  TODO: for the release, we may go backward to 31 but we need to change the conditional 
-  tests - see this commit: https://orthanc.uclouvain.be/hg/orthanc-tests/rev/3a440ee47213)
+* API version upgraded to 31
 * New fields reported in the "/system" route:
   - "OverwriteInstancesMode" (Boolean field "OverwriteInstances" is kept for backward compatibility)
   - "Performance" reports configuration options that may affect performance of Orthanc
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Aug 13 14:38:28 2026 +0000
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Aug 13 16:53:51 2026 +0200
@@ -39,7 +39,7 @@
 # Version of the Orthanc API, can be retrieved from "/system" URI in
 # order to check whether new URI endpoints are available even if using
 # the mainline version of Orthanc
-set(ORTHANC_API_VERSION "34")
+set(ORTHANC_API_VERSION "31")
 
 
 #####################################################################