comparison NEWS @ 5792:89a13d8ec80b find-refactoring

merged default -> find-refactoring
author Alain Mazy <am@orthanc.team>
date Wed, 18 Sep 2024 10:38:42 +0200
parents 40ad08b75d84 7fadeb395359
children a8055aebc6cb
comparison
equal deleted inserted replaced
5790:a3d283f61304 5792:89a13d8ec80b
46 for a long period. 46 for a long period.
47 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ... 47 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ...
48 in very specific use-cases. 48 in very specific use-cases.
49 * Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage 49 * Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage
50 at the same time. 50 at the same time.
51 * Metrics:
52 - fix a few metrics that were not published
53 - added 2 metrics: orthanc_storage_cache_miss_count & orthanc_storage_cache_hit_count
51 * Upgraded dependencies for static builds: 54 * Upgraded dependencies for static builds:
52 - curl 8.9.0 55 - curl 8.9.0
53 * Added a new fallback when trying to decode a frame: transcode the file using the plugin 56 * Added a new fallback when trying to decode a frame: transcode the file using the plugin
54 before decoding the frame. This solves some issues with JP2K Lossy compression: 57 before decoding the frame. This solves some issues with JP2K Lossy compression:
55 https://discourse.orthanc-server.org/t/decoding-displaying-jpeg2000-lossy-images/5117 58 https://discourse.orthanc-server.org/t/decoding-displaying-jpeg2000-lossy-images/5117