comparison NEWS @ 5334:5b2a5cc64cb1

upgraded anonymization to Basic Profile of PS 3.15-2023b Table E.1-1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Jun 2023 15:12:39 +0200
parents d0752fd53aec
children b376abae664a
comparison
equal deleted inserted replaced
5333:816968b5a031 5334:5b2a5cc64cb1
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4 General
5 -------
6
7 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2023b Table E.1-1
8 * Added metrics "orthanc_storage_read_bytes" and "orthanc_storage_written_bytes"
3 9
4 REST API 10 REST API
5 -------- 11 --------
6 12
7 * API version upgraded to 21 13 * API version upgraded to 21
24 * Fix orphan files remaining in storage when working with MaximumStorageSize 30 * Fix orphan files remaining in storage when working with MaximumStorageSize
25 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510) 31 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
26 * When deleting a resource, its parents LastUpdate metadata are now updated 32 * When deleting a resource, its parents LastUpdate metadata are now updated
27 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0 33 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0
28 * Metrics are now stored as integers instead of floats to avoid precision loss in increments 34 * Metrics are now stored as integers instead of floats to avoid precision loss in increments
29 * Added metrics "orthanc_storage_read_bytes" and "orthanc_storage_written_bytes"
30 * Upgraded dependencies for static builds: 35 * Upgraded dependencies for static builds:
31 - boost 1.82.0 36 - boost 1.82.0
32 37
33 38
34 Version 1.12.0 (2023-04-14) 39 Version 1.12.0 (2023-04-14)