comparison NEWS @ 5406:aaf7c49a9ddc am-http-compression

tentative to implement smart HTTP compression with detection of transfer syntax
author Alain Mazy <am@osimis.io>
date Sat, 04 Nov 2023 13:42:30 +0100
parents 62bb63346185
children
comparison
equal deleted inserted replaced
5405:62bb63346185 5406:aaf7c49a9ddc
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. 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. 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. 19 These routes now accepts expand=false to simply list the child resources ids.
20 * Whatever the value of the "HttpCompressionEnabled" configuration, only the contents
21 that are clearly identified as compressible (mainly JSON, XML or a raw DICOM file) are compressed.
22 - For contents provided by plugins,
20 23
21 24
22 Maintenance 25 Maintenance
23 ----------- 26 -----------
24 27