# HG changeset patch # User Sebastien Jodogne # Date 1786632831 -7200 # Node ID ec5d834c67f27ed8506ba878511a37c87e6998c7 # Parent 9119f3ee5a6c80495b95c819f55d366cafee66b8 setting API version to 31 diff -r 9119f3ee5a6c -r ec5d834c67f2 NEWS --- 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 diff -r 9119f3ee5a6c -r ec5d834c67f2 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake --- 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") #####################################################################