comparison NEWS @ 3541:4beabcea3a5c Orthanc-1.5.8

Orthanc-1.5.8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Oct 2019 12:52:25 +0200
parents 23219b9da4d1
children 28ab86c6730e
comparison
equal deleted inserted replaced
3540:096c827cbf9e 3541:4beabcea3a5c
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4
5 Version 1.5.8 (2019-10-16)
6 ==========================
7
4 REST API 8 REST API
5 -------- 9 --------
6 10
7 * API version has been upgraded to 4 11 * API version has been upgraded to 4
8 * in /ordered-slices route, ignore instances without position/normal/seriesIndex 12 * In /ordered-slices route, ignore instances without position/normal/seriesIndex,
9 unless there are only such instances in the series. 13 unless there are only such instances in the series
10
11 14
12 Maintenance 15 Maintenance
13 ----------- 16 -----------
14 17
15 * Security: If remote access is enabled, HTTP authentication is also 18 * Security: If remote access is enabled, HTTP authentication is also
24 * Orthanc Explorer: include the URL search params into HTTP headers to 27 * Orthanc Explorer: include the URL search params into HTTP headers to
25 the REST API to ease usage of the Authorization plugin. Note that 28 the REST API to ease usage of the Authorization plugin. Note that
26 only the 'token', 'auth-token' & 'authorization' search params are 29 only the 'token', 'auth-token' & 'authorization' search params are
27 transmitted into HTTP headers. 30 transmitted into HTTP headers.
28 * Fix lost relationships between CT and RT-STRUCT during anonymization 31 * Fix lost relationships between CT and RT-STRUCT during anonymization
32
29 33
30 Version 1.5.7 (2019-06-25) 34 Version 1.5.7 (2019-06-25)
31 ========================== 35 ==========================
32 36
33 REST API 37 REST API