comparison NEWS @ 5535:d3e8c599797f

ignore GenericGroupLength in C-Find
author Alain Mazy <am@osimis.io>
date Mon, 19 Feb 2024 18:26:38 +0100
parents d7cca6fd3584
children dce22a789a2b
comparison
equal deleted inserted replaced
5534:d7cca6fd3584 5535:d3e8c599797f
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4 Maintenance
5 -----------
6
7 * In C-Find queries including GenericGroupLength tags, Orthanc was still
8 extracting these tags from the storage although they were already ignored
9 and not returned in the response.
10 They are now removed from the query earlier to avoid this disk access that
11 could slow down the response time. Note that this seems to happen mainly
12 when the query originates from some GE devices (AWS).
13
3 14
4 REST API 15 REST API
5 -------- 16 --------
6 17
7 * API version upgraded to 24 18 * API version upgraded to 24