comparison NEWS @ 5783:56352ae88120 find-refactoring

wip: new ReadOnly configuration
author Alain Mazy <am@orthanc.team>
date Mon, 16 Sep 2024 18:31:37 +0200
parents 9af45c841f59
children b0d778f1e66d
comparison
equal deleted inserted replaced
5782:f1ccb67fce31 5783:56352ae88120
2 =============================== 2 ===============================
3 3
4 * TODO-FIND: complete the list of updated routes: 4 * TODO-FIND: complete the list of updated routes:
5 - /studies?expand and sibbling routes now also return "Metadata" (if the DB implements 'extended-api-v1') 5 - /studies?expand and sibbling routes now also return "Metadata" (if the DB implements 'extended-api-v1')
6 - /studies?since=x&limit=0 and sibbling routes: limit=0 now means "no limit" instead of "no results" 6 - /studies?since=x&limit=0 and sibbling routes: limit=0 now means "no limit" instead of "no results"
7
8 General
9 -------
10
11 * Database:
12 - Introduced database optimizations "ExtendedFind" to replace many small SQL queries
13 by a small number of large SQL queries to greatly reduce the cost of DB latency.
14 Furthermore, this "ExtendedFind" brings new sorting and filtering features to the
15 Rest API (TODO).
16 - Introduced database optimizations "ExtendedChanges" to allow filtering of /changes.
17 - Reduced the number of SQL queries when ingesting DICOM files.
18
7 19
8 REST API 20 REST API
9 -------- 21 --------
10 22
11 * API version upgraded to 25 23 * API version upgraded to 25