comparison NEWS @ 4860:3e9a76464e8a openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Dec 2021 16:52:51 +0100
parents 089b6c841da1 b3d0a3a4d890
children d1aae7c3dd5d
comparison
equal deleted inserted replaced
4832:2e71a08eea15 4860:3e9a76464e8a
24 * New configuration option "MaximumStorageCacheSize" to configure the size of 24 * New configuration option "MaximumStorageCacheSize" to configure the size of
25 the new storage cache. 25 the new storage cache.
26 * New configuration option "ZipLoaderThreads" to configure the number of threads used 26 * New configuration option "ZipLoaderThreads" to configure the number of threads used
27 to read instances from storage when createing a Zip archive/media. 27 to read instances from storage when createing a Zip archive/media.
28 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG 28 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG
29 * Added links to download attachments from the Orthanc Explorer
29 30
30 Maintenance 31 Maintenance
31 ----------- 32 -----------
32 33
33 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020) 34 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
42 * API version upgraded to 16 43 * API version upgraded to 16
43 * If an image can not be decoded, ../preview and ../rendered routes are now returning 44 * If an image can not be decoded, ../preview and ../rendered routes are now returning
44 unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise, 45 unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise,
45 it raises a 415 error code. 46 it raises a 415 error code.
46 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip' 47 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
47 48 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
49 * "/instances/{...}/numpy": Download the instance as a Python numpy array
50 * "/series/{...}/numpy": Download the series as a Python numpy array
51 * Added a ?full option to "/patients|studies|series|instances/{...}/attachments route
52
48 Lua 53 Lua
49 --- 54 ---
50 55
51 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received 56 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received
52 through C-Store and return a specific C-Store status code. 57 through C-Store and return a specific C-Store status code.