comparison PostgreSQL/NEWS @ 535:03a4a1bc852a find-refactoring

news
author Alain Mazy <am@orthanc.team>
date Fri, 06 Sep 2024 15:44:40 +0200
parents 48aba35fe64e
children 12f1c5265081
comparison
equal deleted inserted replaced
533:2d3163d992fd 535:03a4a1bc852a
4 DB schema revision: 2 4 DB schema revision: 2
5 Minimum plugin SDK (for build): 1.12.3 5 Minimum plugin SDK (for build): 1.12.3
6 Minimum Orthanc runtime: 1.12.3 6 Minimum Orthanc runtime: 1.12.3
7 7
8 * Fix updates from plugin version 3.3 to latest version 8 * Fix updates from plugin version 3.3 to latest version
9 * Added support for ExtendedApiV1: 9 * Added support for ExtendedChanges:
10 - changes?type=...&to=... 10 - changes?type=...&to=...
11 * Performance optimizations (to be summarized before release): 11 * Performance optimizations (to be summarized before release):
12 - using more prepared SQL statements: 12 - using more prepared SQL statements:
13 - InsertOrUpdateMetadata 13 - InsertOrUpdateMetadata
14 - ExecuteSetResourcesContentTags 14 - ExecuteSetResourcesContentTags
15 - merged BEGIN and SET TRANSACTION statements 15 - merged BEGIN and SET TRANSACTION statements
16 - reduced the number of round-trips between Orthanc and the PostgreSQL server: 16 - reduced the number of round-trips between Orthanc and the PostgreSQL server:
17 - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 9 (to be continued) 17 - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 9
18 18
19 19
20 Release 6.2 (2024-03-25) 20 Release 6.2 (2024-03-25)
21 ======================== 21 ========================
22 22