comparison NEWS @ 3689:e85bfba2d307

"/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2020 11:07:56 +0100
parents 12253ddefe5a
children 4922bdd046dd
comparison
equal deleted inserted replaced
3688:9c091747483a 3689:e85bfba2d307
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": 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 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc
13 * added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes 13 * added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes
14 to render frames, taking windowing and resizing into account 14 to render frames, taking windowing and resizing into account
15 * "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
15 16
16 Plugins 17 Plugins
17 ------- 18 -------
18 19
19 * New sample plugin: "ConnectivityChecks" 20 * New sample plugin: "ConnectivityChecks"