comparison NEWS @ 3645:8aab20dde416

Support of MPEG4 transfer syntaxes in C-Store SCP
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2020 08:32:38 +0100
parents 8afc14fab01f
children 468181e2f090
comparison
equal deleted inserted replaced
3643:fa3ff492fb3b 3645:8aab20dde416
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4 Plugins
5 -------
6
7 * New sample plugin: "ConnectivityChecks"
8 3
9 REST API 4 REST API
10 -------- 5 --------
11 6
12 * API version has been upgraded to 5 7 * API version has been upgraded to 5
13 * added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually 8 * added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually
14 retrieve its version number) 9 retrieve its version number)
15 * "/changes": Allow the "limit" argument to be greater than 100 10 * "/changes": Allow the "limit" argument to be greater than 100
16 11 * /instances/{id}/preview route now takes the windowing into account
17 Maintenance 12
18 ----------- 13 Plugins
19 14 -------
15
16 * New sample plugin: "ConnectivityChecks"
17
18 Maintenance
19 -----------
20
21 * Support of MPEG4 transfer syntaxes in C-Store SCP
20 * C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). 22 * C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
21 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. 23 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
22 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU) 24 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
23 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long) 25 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long)
24 * /instances/{id}/preview route now takes the windowing into account 26
25 27
26 Version 1.5.8 (2019-10-16) 28 Version 1.5.8 (2019-10-16)
27 ========================== 29 ==========================
28 30
29 REST API 31 REST API