changeset 472:d1e1cb3ab741

back to mainline
author Alain Mazy <am@osimis.io>
date Thu, 08 Feb 2024 16:18:36 +0100
parents 11c6bcc9d1f2 (current diff) 19d40a152e49 (diff)
children 15e609c439d1
files PostgreSQL/CMakeLists.txt PostgreSQL/NEWS
diffstat 1 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Mon Feb 05 18:26:37 2024 +0100
+++ b/PostgreSQL/NEWS	Thu Feb 08 16:18:36 2024 +0100
@@ -1,22 +1,30 @@
 Pending changes in the mainline
 ===============================
 
+
+Release 6.0 (2024-02-08)
+========================
+
+DB schema revision: 2
+
+* The DB schema has been updated to Revision 2.  If you need to reinstall the previous
+  version of the plugin, you should run this script:
+  https://orthanc.uclouvain.be/hg/orthanc-databases/file/tip/PostgreSQL/Plugins/SQL/Downgrades/Rev2ToRev1.sql
 * Transaction Mode:
-  Introduced a new configuration to select the transaction isolation level
-    "TransactionMode": "Serializable"
+  Introduced a new configuration "TransactionMode" to select the transaction isolation level.
   Allowed values: "Serializable", "ReadCommitted".
   The "Serializable" mode was the only available value up to now.  It is still the default
   value now.
   The "ReadCommitted" is possible now due to rewrites of SQL queries and notably improves
   the Orthanc ability to ingest data from multiple sources in parallel.
-* internals:
-  - Added a UNIQUE constraint on Resources.publicId to detect DB inconsistencies
 * New "EnableVerboseLogs" configuration to show SQL statements being executed.
 
 
 Release 5.1 (2023-06-27)
 ========================
 
+DB schema revision: 1
+
 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
 
 Release 5.0 (2023-04-15)