comparison NEWS @ 4338:1263e727d048

give access to the configuration of one single peer or modality
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Dec 2020 10:43:31 +0100
parents 7707fa761b71
children fc5caed6f940
comparison
equal deleted inserted replaced
4337:7707fa761b71 4338:1263e727d048
9 * New command-line option "--trace-dicom" to access full debug information from DCMTK 9 * New command-line option "--trace-dicom" to access full debug information from DCMTK
10 10
11 REST API 11 REST API
12 -------- 12 --------
13 13
14 * API version upgraded to 9
14 * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories 15 * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories
16 * "/peers/{id}/configuration": Get the configuration of one peer (cf. "/peers?expand")
17 * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand")
15 18
16 Maintenance 19 Maintenance
17 ----------- 20 -----------
18 21
19 * C-GET SCP: Fix responses and handling of cancel 22 * C-GET SCP: Fix responses and handling of cancel