comparison NEWS @ 5789:40ad08b75d84 find-refactoring

cleanup + W005
author Alain Mazy <am@orthanc.team>
date Tue, 17 Sep 2024 17:16:42 +0200
parents b0d778f1e66d
children 89a13d8ec80b
comparison
equal deleted inserted replaced
5788:61c9e5df64d7 5789:40ad08b75d84
25 * API version upgraded to 25 25 * API version upgraded to 25
26 * Improved parsing of multiple numerical values in DICOM tags. 26 * Improved parsing of multiple numerical values in DICOM tags.
27 https://discourse.orthanc-server.org/t/qido-includefield-with-sequences/4746/6 27 https://discourse.orthanc-server.org/t/qido-includefield-with-sequences/4746/6
28 * in /system, added a new field "Capabilities" with new values: 28 * in /system, added a new field "Capabilities" with new values:
29 - "HasExtendedChanges" for DB backend that provides this feature (the default SQLite DB 29 - "HasExtendedChanges" for DB backend that provides this feature (the default SQLite DB
30 or PostgreSQL vX.X, MySQL vX.X, ODBC vX.X).
31 - "HasExendedFind" for DB backend that provides this feature (the default SQLite DB
30 or PostgreSQL vX.X, MySQL vX.X, ODBC vX.X). 32 or PostgreSQL vX.X, MySQL vX.X, ODBC vX.X).
31 * With DB backend with "HasExtendedChanges" support, /changes now supports 2 more options: 33 * With DB backend with "HasExtendedChanges" support, /changes now supports 2 more options:
32 - 'type' to filter the changes returned by the query 34 - 'type' to filter the changes returned by the query
33 - 'to' to potentially cycle through changes in reverse order. 35 - 'to' to potentially cycle through changes in reverse order.
34 example: /changes?type=StableStudy&to=7584&limit=100 36 example: /changes?type=StableStudy&to=7584&limit=100
49 * Upgraded dependencies for static builds: 51 * Upgraded dependencies for static builds:
50 - curl 8.9.0 52 - curl 8.9.0
51 * Added a new fallback when trying to decode a frame: transcode the file using the plugin 53 * Added a new fallback when trying to decode a frame: transcode the file using the plugin
52 before decoding the frame. This solves some issues with JP2K Lossy compression: 54 before decoding the frame. This solves some issues with JP2K Lossy compression:
53 https://discourse.orthanc-server.org/t/decoding-displaying-jpeg2000-lossy-images/5117 55 https://discourse.orthanc-server.org/t/decoding-displaying-jpeg2000-lossy-images/5117
54 * Added a new warning that can be disabled in the configuration: W003_DecoderFailure 56 * Added new warnings that can be disabled in the configuration:
57 - W003_DecoderFailure
58 - W004_NoMainDicomTagsSignature
59 - W005_RequestingTagFromLowerResourceLevel
55 60
56 61
57 62
58 Version 1.12.4 (2024-06-05) 63 Version 1.12.4 (2024-06-05)
59 =========================== 64 ===========================