comparison NEWS @ 3683:12253ddefe5a

skeleton for new route: /instances/{id}/rendered
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Feb 2020 17:19:37 +0100
parents 453c0ece560a
children e85bfba2d307
comparison
equal deleted inserted replaced
3682:5f64c866108a 3683:12253ddefe5a
5 -------- 5 --------
6 6
7 * API version has been upgraded to 5 7 * API version has been upgraded to 5
8 * added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually 8 * added "/peers/{id}/system" route to test the connectivity with a remote peer (and eventually
9 retrieve its version number) 9 retrieve its version number)
10 * /changes: Allow the "limit" argument to be greater than 100 10 * "/changes": Allow the "limit" argument to be greater than 100
11 * /instances/{id}/preview: Now takes the windowing into account 11 * "/instances/{id}/preview": Now takes the windowing into account
12 * /tools/log-level: Possibility to access and change the log level without restarting Orthanc 12 * "/tools/log-level": Possibility to access and change the log level without restarting Orthanc
13 * added "/instances/{id}/frames/{frame}/rendered" and "/instances/{id}/rendered" routes
14 to render frames, taking windowing and resizing into account
13 15
14 Plugins 16 Plugins
15 ------- 17 -------
16 18
17 * New sample plugin: "ConnectivityChecks" 19 * New sample plugin: "ConnectivityChecks"