diff Odbc/NEWS @ 569:f18e46d7dbf8 attach-custom-data

merged find-refactoring -> attach-custom-data
author Alain Mazy <am@orthanc.team>
date Tue, 24 Sep 2024 15:04:21 +0200
parents cd9521e04249 12f1c5265081
children
line wrap: on
line diff
--- a/Odbc/NEWS	Wed Feb 01 16:24:37 2023 +0100
+++ b/Odbc/NEWS	Tue Sep 24 15:04:21 2024 +0200
@@ -1,8 +1,30 @@
 Pending changes in the mainline
 ===============================
 
+Minimum plugin SDK: 0.9.5
+Optimal plugin SDK: 1.12.0+
+Minimum Orthanc runtime: 0.9.5
+Optimal Orthanc runtime: 1.12.0+
+
+* Fix check of Orthanc runtime version
+* Added support for ExtendedChanges:
+  - changes?type=...&to=...
 * Added support for customData in AttachedFiles
 
+* Fix bug 224, error when using LIMIT with MSSQLServer
+  https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=224
+* Fixed a memory leak when executing non cached SQL statements (rarely used)
+
+
+Release 1.2 (2024-03-06)
+========================
+
+* Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
+* Compatibility with Orthanc SDK 1.12.0 (communications between the
+  Orthanc core and the database plugin using Google Protocol Buffers)
+* Now detecting communication link failure with the DB and retrying to connect.
+* Fixed "MaximumConnectionRetries" configuration that was not taken into account.
+
 Release 1.1 (2021-12-06)
 ========================