comparison NEWS @ 5329:d0752fd53aec

added metrics "orthanc_storage_read_bytes" and "orthanc_storage_written_bytes"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 25 Jun 2023 19:11:34 +0200
parents fbe857e942cd
children 5b2a5cc64cb1
comparison
equal deleted inserted replaced
5328:84150c5227f8 5329:d0752fd53aec
24 * Fix orphan files remaining in storage when working with MaximumStorageSize 24 * 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) 25 (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 26 * When deleting a resource, its parents LastUpdate metadata are now updated
27 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0 27 * 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 28 * 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"
29 * Upgraded dependencies for static builds: 30 * Upgraded dependencies for static builds:
30 - boost 1.82.0 31 - boost 1.82.0
31 32
32 33
33 Version 1.12.0 (2023-04-14) 34 Version 1.12.0 (2023-04-14)