comparison NEWS @ 5405:62bb63346185

All 'expand' GET arguments now accepts expand=true and expand=false values + /studies/../instances now supports expand=false
author Alain Mazy <am@osimis.io>
date Tue, 17 Oct 2023 15:06:11 +0200
parents bd3bae1525dd
children aaf7c49a9ddc 3206537cbb56
comparison
equal deleted inserted replaced
5404:7bae5f7ebe6a 5405:62bb63346185
12 REST API 12 REST API
13 -------- 13 --------
14 14
15 * API version upgraded to 22 15 * API version upgraded to 22
16 * Added a route to delete completed jobs from history: DELETE /jobs/{id} 16 * Added a route to delete completed jobs from history: DELETE /jobs/{id}
17 * All 'expand' GET arguments now accepts expand=true and expand=false values.
18 The /studies/../instances and sibling routes are the only whose expand is true if not specified.
19 These routes now accepts expand=false to simply list the child resources ids.
20
17 21
18 Maintenance 22 Maintenance
19 ----------- 23 -----------
20 24
21 * Fix unit test PngWriter.Color16Pattern on big-endian architectures, 25 * Fix unit test PngWriter.Color16Pattern on big-endian architectures,