comparison NEWS @ 5729:bdbaccc06e98

Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage at the same time
author Alain Mazy <am@orthanc.team>
date Fri, 26 Jul 2024 16:29:10 +0200
parents f690568f0325
children 49c29af02b13
comparison
equal deleted inserted replaced
5727:843973a0fdfa 5729:bdbaccc06e98
17 DB plugins that are implementing the UpdateAndGetStatistics function (currently only 17 DB plugins that are implementing the UpdateAndGetStatistics function (currently only
18 PostgreSQL). This avoids very long update times in case you don't call /statistics 18 PostgreSQL). This avoids very long update times in case you don't call /statistics
19 for a long period. 19 for a long period.
20 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ... 20 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ...
21 in very specific use-cases. 21 in very specific use-cases.
22 * Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage
23 at the same time.
22 24
23 25
24 26
25 Version 1.12.4 (2024-06-05) 27 Version 1.12.4 (2024-06-05)
26 =========================== 28 ===========================