comparison NEWS @ 5821:37e5d0918006

Fix C-Find queries not returning private tags in the modality worklist plugin
author Alain Mazy <am@orthanc.team>
date Mon, 30 Sep 2024 10:22:12 +0200
parents 86cd21ef81fb
children 4b47151dea4c
comparison
equal deleted inserted replaced
5820:6488cebb7147 5821:37e5d0918006
24 DB plugins that are implementing the UpdateAndGetStatistics function (currently only 24 DB plugins that are implementing the UpdateAndGetStatistics function (currently only
25 PostgreSQL). This avoids very long update times in case you don't call /statistics 25 PostgreSQL). This avoids very long update times in case you don't call /statistics
26 for a long period. 26 for a long period.
27 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ... 27 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ...
28 in very specific use-cases. 28 in very specific use-cases.
29 * Fix C-Find queries not returning private tags in the modality worklist plugin.
29 * Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage 30 * Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage
30 at the same time. 31 at the same time.
31 * Metrics: 32 * Metrics:
32 - fix a few metrics that were not published 33 - fix a few metrics that were not published
33 - added 2 metrics: orthanc_storage_cache_miss_count & orthanc_storage_cache_hit_count 34 - added 2 metrics: orthanc_storage_cache_miss_count & orthanc_storage_cache_hit_count