Mercurial > hg > orthanc-java
changeset 73:037a2b0d06ca OrthancJava-2.0
OrthancJava-2.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Aug 2025 10:24:13 +0200 |
parents | ff6e57d0d474 |
children | 0acad1d4eb98 |
files | CITATION.cff NEWS Plugin/CMakeLists.txt Samples/global.properties |
diffstat | 4 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Thu Aug 21 16:58:24 2025 +0200 +++ b/CITATION.cff Fri Aug 22 10:24:13 2025 +0200 @@ -12,5 +12,5 @@ doi: "10.5220/0012384600003657" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc-java/" -version: "1.0" -date-released: 2024-02-22 +version: "2.0" +date-released: 2025-08-22
--- a/NEWS Thu Aug 21 16:58:24 2025 +0200 +++ b/NEWS Fri Aug 22 10:24:13 2025 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.0 (2025-08-22) +======================== + => Maximum SDK version: 1.12.9 (default) <= => Minimum SDK version: 1.7.2 <= @@ -8,6 +12,7 @@ to exploit the ORTHANC_PLUGIN_SINCE_SDK macro. This provides backward compatibility with the SDK that is actually installed on the system * The plugin now uses the code model that is part of the core "orthanc" project +* Added support for queues and key-value stores Version 1.0 (2024-06-14)