comparison NEWS @ 3151:169e09206340 Orthanc-1.5.2

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jan 2019 17:10:24 +0100
parents af4fab776ff2
children 6e8822be2f08
comparison
equal deleted inserted replaced
3150:541c7435a5fd 3151:169e09206340
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4
5
6 Version 1.5.2 (2019-01-18)
7 ==========================
8
4 General 9 General
5 ------- 10 -------
6 11
7 * CivetWeb is now the default embedded HTTP server (instead of Mongoose) 12 * CivetWeb is now the default embedded HTTP server (instead of Mongoose)
8 * New configuration option: "TcpNoDelay" to disable Nagle's algorithm in HTTP server 13 * New configuration option: "TcpNoDelay" to disable Nagle's algorithm in HTTP server
9 14
10 REST API 15 REST API
11 -------- 16 --------
12 17
18 * API version has been upgraded to 1.3
13 * More consistent handling of the "Last" field returned by the "/changes" URI 19 * More consistent handling of the "Last" field returned by the "/changes" URI
14 20
15 Plugins 21 Plugins
16 ------- 22 -------
17 23
70 * Support of large databases, by limiting the results to 100 patients or studies 76 * Support of large databases, by limiting the results to 100 patients or studies
71 77
72 REST API 78 REST API
73 -------- 79 --------
74 80
75 * API Version has been upgraded to 1.2 81 * API version has been upgraded to 1.2
76 * Asynchronous generation of ZIP archives and DICOM medias 82 * Asynchronous generation of ZIP archives and DICOM medias
77 * New URI: "/studies/.../merge" to merge a study 83 * New URI: "/studies/.../merge" to merge a study
78 * New URI: "/studies/.../split" to split a study 84 * New URI: "/studies/.../split" to split a study
79 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID 85 * POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
80 * GET "/modalities/?expand" now returns a JSON object instead of a JSON array 86 * GET "/modalities/?expand" now returns a JSON object instead of a JSON array