comparison NEWS @ 3672:ea8c1c0e81eb

Fix issue #65 (Logging improvements)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Feb 2020 17:22:28 +0100
parents 468181e2f090
children 3e68c3b4e3df 231b46ce1984
comparison
equal deleted inserted replaced
3671:3c4269229566 3672:ea8c1c0e81eb
5 -------- 5 --------
6 6
7 * API version has been upgraded to 5 7 * API version has been upgraded to 5
8 * 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
9 retrieve its version number) 9 retrieve its version number)
10 * "/changes": Allow the "limit" argument to be greater than 100 10 * /changes: Allow the "limit" argument to be greater than 100
11 * /instances/{id}/preview route now takes the windowing into account 11 * /instances/{id}/preview: Now takes the windowing into account
12 * /tools/log-level: Possibility to access and change the log level without restarting Orthanc
12 13
13 Plugins 14 Plugins
14 ------- 15 -------
15 16
16 * New sample plugin: "ConnectivityChecks" 17 * New sample plugin: "ConnectivityChecks"
19 ----------- 20 -----------
20 21
21 * Support of MPEG4 transfer syntaxes in C-Store SCP 22 * Support of MPEG4 transfer syntaxes in C-Store SCP
22 * C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). 23 * C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
23 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. 24 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
25 * Fix issue #65 (Logging improvements)
24 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU) 26 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
25 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long) 27 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long)
26 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake) 28 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake)
27 29
28 30