comparison NEWS @ 3695:898903022836 storage-commitment

integration mainline->storage-commitment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Feb 2020 10:39:55 +0100
parents 9dac85e807c2 4922bdd046dd
children 736907ecb626
comparison
equal deleted inserted replaced
3681:9dac85e807c2 3695:898903022836
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: 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 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc
18 * added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes
19 to render frames, taking windowing and resizing into account
20 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
21 * ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags
18 22
19 Plugins 23 Plugins
20 ------- 24 -------
21 25
22 * New sample plugin: "ConnectivityChecks" 26 * New sample plugin: "ConnectivityChecks"
38 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE). 42 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
39 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated. 43 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
40 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard 44 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard
41 matching on some VRs, ignore main tags below the queried level 45 matching on some VRs, ignore main tags below the queried level
42 * Fix issue #65 (Logging improvements) 46 * Fix issue #65 (Logging improvements)
47 * Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN)
43 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU) 48 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
44 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long) 49 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long)
45 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake) 50 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake)
46 51
47 52