comparison NEWS @ 3186:92bbc5274220

merge
author Alain Mazy <alain@mazy.be>
date Fri, 01 Feb 2019 17:54:06 +0100
parents 98187ab5a4c9
children 6f89d22a6ec0
comparison
equal deleted inserted replaced
3185:c6dab987f43a 3186:92bbc5274220
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * New configuration options: 7 * New configuration options:
8 - "MetricsEnabled" to track the metrics of Orthanc 8 - "MetricsEnabled" to enable the tracking of the metrics of Orthanc
9 - "HttpThreadsCount" to set the number of threads in the embedded HTTP server 9 - "HttpThreadsCount" to set the number of threads in the embedded HTTP server
10 - "TemporaryDirectory" to set the folder containing the temporary files
10 11
11 REST API 12 REST API
12 -------- 13 --------
13 14
14 * API version has been upgraded to 1.4 15 * API version has been upgraded to 1.4
16 * New URI "/tools/metrics-prometheus" to retrieve metrics using Prometheus text format 17 * New URI "/tools/metrics-prometheus" to retrieve metrics using Prometheus text format
17 18
18 Plugins 19 Plugins
19 ------- 20 -------
20 21
21 * New primitives to set and refresh metrics 22 * New primitives in the plugin SDK to set and refresh metrics
22 23
23 Maintenance 24 Maintenance
24 ----------- 25 -----------
25 26
27 * Fix regression if calling "/tools/find" with the tag "ModalitiesInStudy"
26 * Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()") 28 * Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
29 * Fix issue #130 (Orthanc failed to start when /tmp partition was full)
27 30
28 31
29 Version 1.5.3 (2019-01-25) 32 Version 1.5.3 (2019-01-25)
30 ========================== 33 ==========================
31 34