comparison NEWS @ 3673:3e68c3b4e3df storage-commitment

integration mainline->storage-commitment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Feb 2020 17:55:53 +0100
parents d8371b4302ff ea8c1c0e81eb
children 9dac85e807c2
comparison
equal deleted inserted replaced
3670:e64432336055 3673:3e68c3b4e3df
10 -------- 10 --------
11 11
12 * API version has been upgraded to 5 12 * API version has been upgraded to 5
13 * added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually 13 * added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually
14 retrieve its version number) 14 retrieve its version number)
15 * "/changes": Allow the "limit" argument to be greater than 100 15 * /changes: Allow the "limit" argument to be greater than 100
16 * /instances/{id}/preview route now takes the windowing into account 16 * /instances/{id}/preview: Now takes the windowing into account
17 * /tools/log-level: Possibility to access and change the log level without restarting Orthanc
17 18
18 Plugins 19 Plugins
19 ------- 20 -------
20 21
21 * New sample plugin: "ConnectivityChecks" 22 * New sample plugin: "ConnectivityChecks"
25 ----------- 26 -----------
26 27
27 * Support of MPEG4 transfer syntaxes in C-Store SCP 28 * Support of MPEG4 transfer syntaxes in C-Store SCP
28 * C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). 29 * C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
29 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. 30 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
31 * Fix issue #65 (Logging improvements)
30 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU) 32 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
31 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long) 33 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long)
32 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake) 34 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake)
33 35
34 36