comparison NEWS @ 3786:3801435e34a1 SylvainRouquette/fix-issue169-95b752c

integration Orthanc-1.6.0->SylvainRouquette
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Mar 2020 11:48:30 +0100
parents 64a095d133a8
children b452caa573d6
comparison
equal deleted inserted replaced
3785:763533d6dd67 3786:3801435e34a1
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4
5 Version 1.6.0 (2020-03-18)
6 ==========================
7
8 General
9 -------
10
11 * Support of DICOM storage commitment
12
13 REST API
14 --------
15
16 * API version has been upgraded to 5
17 * Added:
18 - "/peers/{id}/system": Test the connectivity with a remote peer
19 (and also retrieve its version number)
20 - "/tools/log-level": Access and/or change the log level without restarting Orthanc
21 - "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered":
22 Render frames, taking windowing and resizing into account
23 - "/modalities/{...}/storage-commitment": Trigger storage commitment SCU
24 - "/storage-commitment/{...}": Access storage commitment reports
25 - "/storage-commitment/{...}/remove": Remove instances from storage commitment reports
26 * Improved:
27 - "/changes": Allow the "limit" argument to be greater than 100
28 - "/instances": Support "Content-Encoding: gzip" to upload gzip-compressed DICOM files
29 - ".../modify" and "/tools/create-dicom": New option "PrivateCreator" for private tags
30 - "/modalities/{...}/store": New Boolean argument "StorageCommitment"
31
32 Plugins
33 -------
34
35 * New sample plugin: "ConnectivityChecks"
36 * New primitives to handle storage commitment SCP by plugins
37
38 Lua
39 ---
40
41 * New events:
42 - "OnDeletedPatient", "OnDeletedStudy", "OnDeletedSeries", "OnDeletedInstance":
43 triggered when a resource is deleted
44 - "OnUpdatedPatient", "OnUpdatedStudy", "OnUpdatedSeries", "OnUpdatedInstance":
45 triggered when an attachment or a metadata is updated
46
47 Maintenance
48 -----------
49
50 * New configuration options: "DefaultPrivateCreator" and "StorageCommitmentReportsSize"
51 * Support of MPEG4 transfer syntaxes in C-Store SCP
52 * C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
53 Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
54 * More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard
55 matching on some VRs, ignore main tags below the queried level
56 * Fix issue #65 (Logging improvements)
57 * Fix issue #103 ("queries/.../retrieve" API returns HTTP code 200 even on server errors)
58 * Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN)
59 * Fix issue #154 (Matching against list of UID-s by C-MOVE)
60 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
61 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long)
62 * Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake)
63 * Fix issue #167 (Job can't be cancelled - Handling of timeouts after established association)
64 * Fix issue #168 (Plugins can't read private tags from the configuration file)
65 * Upgraded dependencies for static builds (notably on Windows):
66 - dcmtk 3.6.5
67 - openssl 1.1.1d
68 - jsoncpp 0.10.7 for pre-C++11 compilers
3 69
4 70
5 Version 1.5.8 (2019-10-16) 71 Version 1.5.8 (2019-10-16)
6 ========================== 72 ==========================
7 73