comparison NEWS @ 5744:9d6167ddcb35 find-refactoring-clean

merged default -> find-refactoring-clean
author Alain Mazy <am@orthanc.team>
date Thu, 29 Aug 2024 15:41:42 +0200
parents 56859a7ffa99 078b724dcbf8
children 717acb0ea546
comparison
equal deleted inserted replaced
5726:e63538a6d9de 5744:9d6167ddcb35
19 DB plugins that are implementing the UpdateAndGetStatistics function (currently only 19 DB plugins that are implementing the UpdateAndGetStatistics function (currently only
20 PostgreSQL). This avoids very long update times in case you don't call /statistics 20 PostgreSQL). This avoids very long update times in case you don't call /statistics
21 for a long period. 21 for a long period.
22 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ... 22 * Fix C-Find queries not returning computed tags like ModalitiesInStudy, NumberOfStudyRelatedSeries, ...
23 in very specific use-cases. 23 in very specific use-cases.
24 * Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage
25 at the same time.
26 * Upgraded dependencies for static builds:
27 - curl 8.9.0
28 * Added a new fallback when trying to decode a frame: transcode the file using the plugin
29 before decoding the frame. This solves some issues with JP2K Lossy compression:
30 https://discourse.orthanc-server.org/t/decoding-displaying-jpeg2000-lossy-images/5117
31 * Added a new warning that can be disabled in the configuration: W003_DecoderFailure
24 32
25 33
26 34
27 Version 1.12.4 (2024-06-05) 35 Version 1.12.4 (2024-06-05)
28 =========================== 36 ===========================