comparison NEWS @ 5784:b0d778f1e66d find-refactoring

fix
author Alain Mazy <am@orthanc.team>
date Mon, 16 Sep 2024 18:57:15 +0200
parents 56352ae88120
children 40ad08b75d84
comparison
equal deleted inserted replaced
5783:56352ae88120 5784:b0d778f1e66d
13 by a small number of large SQL queries to greatly reduce the cost of DB latency. 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 14 Furthermore, this "ExtendedFind" brings new sorting and filtering features to the
15 Rest API (TODO). 15 Rest API (TODO).
16 - Introduced database optimizations "ExtendedChanges" to allow filtering of /changes. 16 - Introduced database optimizations "ExtendedChanges" to allow filtering of /changes.
17 - Reduced the number of SQL queries when ingesting DICOM files. 17 - Reduced the number of SQL queries when ingesting DICOM files.
18 18 * Introduced a new configuration "ReadOnly" to forbid an Orthanc instance to perform
19 any modifications in the Index DB or in the storage.
20
19 21
20 REST API 22 REST API
21 -------- 23 --------
22 24
23 * API version upgraded to 25 25 * API version upgraded to 25