comparison NEWS @ 5791:7fadeb395359

fixed incremented metrics that were not published + added orthanc_storage_cache_miss_count & orthanc_storage_cache_hit_count
author Alain Mazy <am@orthanc.team>
date Wed, 18 Sep 2024 10:38:02 +0200
parents 078b724dcbf8
children 89a13d8ec80b 8279eaab0d1d 2b429588de28
comparison
equal deleted inserted replaced
5767:b4fbd9d2c907 5791:7fadeb395359
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 22 * Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage
23 at the same time. 23 at the same time.
24 * Metrics:
25 - fix a few metrics that were not published
26 - added 2 metrics: orthanc_storage_cache_miss_count & orthanc_storage_cache_hit_count
24 * Upgraded dependencies for static builds: 27 * Upgraded dependencies for static builds:
25 - curl 8.9.0 28 - curl 8.9.0
26 * Added a new fallback when trying to decode a frame: transcode the file using the plugin 29 * Added a new fallback when trying to decode a frame: transcode the file using the plugin
27 before decoding the frame. This solves some issues with JP2K Lossy compression: 30 before decoding the frame. This solves some issues with JP2K Lossy compression:
28 https://discourse.orthanc-server.org/t/decoding-displaying-jpeg2000-lossy-images/5117 31 https://discourse.orthanc-server.org/t/decoding-displaying-jpeg2000-lossy-images/5117