comparison NEWS @ 4343:e1e918e790e8

New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Dec 2020 18:28:23 +0100
parents 977c2759eb0a
children 93c281752e7a
comparison
equal deleted inserted replaced
4342:52166629239f 4343:e1e918e790e8
19 * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand") 19 * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand")
20 * "/tools/dicom-echo" and "/modalities/{id}/echo" now accept the field "CheckFind" in their JSON 20 * "/tools/dicom-echo" and "/modalities/{id}/echo" now accept the field "CheckFind" in their JSON
21 body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a per-connection basis) 21 body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a per-connection basis)
22 * Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB" 22 * Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB"
23 23
24 Plugins
25 -------
26
27 * New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
28
24 Maintenance 29 Maintenance
25 ----------- 30 -----------
26 31
27 * C-GET SCP: Fix responses and handling of cancel 32 * C-GET SCP: Fix responses and handling of cancel
28 * Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before" 33 * Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before"
34 39
35 40
36 Version 1.8.0 (2020-10-16) 41 Version 1.8.0 (2020-10-16)
37 ========================== 42 ==========================
38 43
44 General
45 -------
46
39 * Serving the content of Orthanc as a WebDAV network share 47 * Serving the content of Orthanc as a WebDAV network share
40 * New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed" 48 * New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed"
49
50 Plugins
51 -------
52
53 * New available origin for a DICOM instance: "OrthancPluginInstanceOrigin_WebDav"
41 54
42 55
43 Version 1.7.4 (2020-09-18) 56 Version 1.7.4 (2020-09-18)
44 ========================== 57 ==========================
45 58