comparison NEWS @ 4819:70d2a97ca8cb openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Nov 2021 13:12:32 +0100
parents 61da49321754 7afbb54bd028
children 089b6c841da1
comparison
equal deleted inserted replaced
4785:61da49321754 4819:70d2a97ca8cb
12 it compatible with the GPL/AGPL licenses used by the Orthanc project: 12 it compatible with the GPL/AGPL licenses used by the Orthanc project:
13 https://en.wikipedia.org/wiki/OpenSSL#Licensing 13 https://en.wikipedia.org/wiki/OpenSSL#Licensing
14 https://people.gnome.org/~markmc/openssl-and-the-gpl.html 14 https://people.gnome.org/~markmc/openssl-and-the-gpl.html
15 * Upgraded dependencies for static builds (notably on Windows and LSB): 15 * Upgraded dependencies for static builds (notably on Windows and LSB):
16 - openssl 3.0.0-beta1 16 - openssl 3.0.0-beta1
17
18 General
19 -------
20
21 * Added a storage cache in RAM to avoid reading the same files multiple times from
22 the storage. This greatly improves, among other things, the performance of WADO-RS
23 retrieval of individual frames of multiframe instances.
24 * New configuration option "MaximumStorageCacheSize" to configure the size of
25 the new storage cache.
26 * New configuration option "ZipLoaderThreads" to configure the number of threads used
27 to read instances from storage when createing a Zip archive/media.
28
29
30 Maintenance
31 -----------
32
33 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
34 * New configuration options:
35 - "DicomThreadsCount" to set the number of threads in the embedded DICOM server
36 * Fix instances accumulating in DB while their attachments were not stored because of
37 MaximumStorageSize limit reached with a single patient in DB.
38
39 REST API
40 --------
41
42 * API version upgraded to 16
43 * 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 it raises a 415 error code.
46 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
47
48 Lua
49 ---
50
51 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received
52 through C-Store and return a specific C-Store status code.
53
54 Plugins
55 -------
56
57 * New function in the SDK: OrthancPluginRegisterIncomingCStoreInstanceFilter()
17 58
18 59
19 Version 1.9.7 (2021-08-31) 60 Version 1.9.7 (2021-08-31)
20 ========================== 61 ==========================
21 62