comparison MySQL/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
comparison
equal deleted inserted replaced
368:82f73188b58d 569:f18e46d7dbf8
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Added support for customData in AttachedFiles 4 * Added support for customData in AttachedFiles
5 * Added support for revision in AttachedFiles & Metadata 5 * Added support for revision in AttachedFiles & Metadata
6 * Added support for ExtendedChanges:
7 - changes?type=...&to=...
8 * Fixed a memory leak when executing non cached SQL statements (rarely used)
9
10
11 Release 5.2 (2024-06-06)
12 ========================
13
14 Minimum plugin SDK: 0.9.5
15 Optimal plugin SDK: 1.12.0+
16 Minimum Orthanc runtime: 0.9.5
17 Optimal Orthanc runtime: 1.12.0+
18
19 * Fix check of Orthanc runtime version
20 * Optimized resources deletion (https://discourse.orthanc-server.org/t/image-insert-are-too-slow-databse-performance-too-poor-when-using-mysql-mariadb/3820/19)
21
22
23 Release 5.1 (2023-06-27)
24 ========================
25
26 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
27
28
29 Release 5.0 (2023-04-16)
30 ========================
31
32 * Added support for labels
33 * Compatibility with Orthanc SDK 1.12.0 (communications between the
34 Orthanc core and the database plugin using Google Protocol Buffers)
35 * Upgraded dependencies for static builds (notably on Windows and LSB):
36 - openssl 3.1.0
6 37
7 38
8 Release 4.3 (2021-07-22) 39 Release 4.3 (2021-07-22)
9 ======================== 40 ========================
10 41