comparison NEWS @ 3592:de1665e7b341

added '/peers/{id}/system' route to test the connectivity with a remote peer
author Alain Mazy <alain@mazy.be>
date Mon, 23 Dec 2019 15:46:50 +0100
parents f47149cdc048
children 4066998150ef
comparison
equal deleted inserted replaced
3591:19d88138c30f 3592:de1665e7b341
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 REST API
5 --------
6
7 * API version has been upgraded to 5
8 * added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually
9 retrieve its version number)
4 * "/changes": Allow the "limit" argument to be greater than 100 10 * "/changes": Allow the "limit" argument to be greater than 100
11
12 Maintenance
13 -----------
14
5 * C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). 15 * C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
6 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. 16 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
17 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
7 18
8 Version 1.5.8 (2019-10-16) 19 Version 1.5.8 (2019-10-16)
9 ========================== 20 ==========================
10 21
11 REST API 22 REST API