comparison NEWS @ 4912:45d6ce72a84e

fix linking of Sanitizer sample plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Feb 2022 17:46:28 +0100
parents 0acc49da84ab
children eb23e13f8b0e
comparison
equal deleted inserted replaced
4911:0acc49da84ab 4912:45d6ce72a84e
35 35
36 REST API 36 REST API
37 -------- 37 --------
38 38
39 * API version upgraded to 16 39 * API version upgraded to 16
40 * If an image can not be decoded, ../preview and ../rendered routes are now returning 40 * If an image can not be decoded, ../preview and ../rendered routes
41 unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise, 41 are now returning "unsupported.png" only if the
42 it raises a 415 error code. 42 "?returnUnsupportedImage" option is specified; otherwise, it raises
43 a 415 HTTP error code.
43 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip' 44 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
44 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array 45 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
45 * "/instances/{...}/numpy": Download the instance as a Python numpy array 46 * "/instances/{...}/numpy": Download the instance as a Python numpy array
46 * "/series/{...}/numpy": Download the series as a Python numpy array 47 * "/series/{...}/numpy": Download the series as a Python numpy array
47 * Added a ?full option to "/patients|studies|series|instances/{...}/attachments" route 48 * Added a ?full option to "/patients|studies|series|instances/{...}/attachments" route