comparison NEWS @ 2728:cdf13d06cf40

integration jobs->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Jul 2018 10:07:45 +0200
parents 46061a91c88a
children a2536c0d72de
comparison
equal deleted inserted replaced
2712:76af9465673d 2728:cdf13d06cf40
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 General
5 -------
6
7 * New advanced job engine
8 * New configuration options:
9 - "ConcurrentJobs": Max number of jobs that are simultanously running
10 - "SynchronousCMove": Whether to run DICOM C-Move operations synchronously
11 - "JobsHistorySize": Max number of completed jobs that are kept in memory
12 * New metadata automatically computed at the instance level:
13 "RemoteIp", "CalledAet" and "HttpUsername"
14
4 Orthanc Explorer 15 Orthanc Explorer
5 ---------------- 16 ----------------
6 17
7 * New screen listing all the available studies 18 * New screen listing all the available studies
8 19
9 REST API 20 REST API
10 -------- 21 --------
11 22
23 * "/jobs/..." to manage the jobs from the REST API
12 * New option "?short" to list DICOM tags using their hexadecimal ID in: 24 * New option "?short" to list DICOM tags using their hexadecimal ID in:
13 - "/instances/.../tags?short" 25 - "/instances/.../tags?short"
14 - "/instances/.../header?short" 26 - "/instances/.../header?short"
15 - "/{patients|studies|series}/.../instances-tags?short" 27 - "/{patients|studies|series}/.../instances-tags?short"
16 - "/{patients|studies|series}/.../shared-tags?short" 28 - "/{patients|studies|series}/.../shared-tags?short"
23 sending a POST request to the ".../reconstruct" URI. This change 35 sending a POST request to the ".../reconstruct" URI. This change
24 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 36 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1
25 * "/instances/.../frame/../image-uint8 and friends now accepts a 37 * "/instances/.../frame/../image-uint8 and friends now accepts a
26 "image/pam" MIME type to retrieve images in PAM format 38 "image/pam" MIME type to retrieve images in PAM format
27 (https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format) 39 (https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format)
40 * New option "?expand" to "/instances/.../metadata"
41
42 Plugins
43 -------
44
45 * New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
46 * New function in the SDK: "OrthancPluginCheckVersionAdvanced()"
28 47
29 Maintenance 48 Maintenance
30 ----------- 49 -----------
31 50
51 * Configuration option "LogExportedResources" is now "false" by default
52 * Header "OrthancCppDatabasePlugin.h" is now part of the "orthanc-databases" project
32 * Fix generation of DICOMDIR if PatientID is empty 53 * Fix generation of DICOMDIR if PatientID is empty
54 * Fix issue 25 (Deadlock with Lua scripts): The event queue is now implemented for Lua
55 * Fix issue 94 (Instance modification should not modify FrameOfReferenceUID)
56 * Fix issue 77 (Lua access to REST-API is null terminated)
57 * Fix memory leak introduced by changeset #99116ed6f38c in Orthanc 1.3.2
33 * Upgraded dependencies for static and Windows builds: 58 * Upgraded dependencies for static and Windows builds:
34 - boost 1.67.0 59 - boost 1.67.0
35 - openssl 1.0.2o 60 - openssl 1.0.2o
36 61
37 62