comparison NEWS @ 5447:dacdce5e5c22

now accepting GET requests on the /tools/create-archive route and siblings
author Alain Mazy <am@osimis.io>
date Fri, 24 Nov 2023 18:14:52 +0100
parents 912565317b9a
children 2d23c92c359a
comparison
equal deleted inserted replaced
5446:912565317b9a 5447:dacdce5e5c22
40 40
41 * API version upgraded to 22 41 * API version upgraded to 22
42 * Added a route to delete completed jobs from history: DELETE /jobs/{id} 42 * Added a route to delete completed jobs from history: DELETE /jobs/{id}
43 * added a "transcode" option to the /file route: 43 * added a "transcode" option to the /file route:
44 e.g: /instances/../file?transcode=1.2.840.10008.1.2.4.80 44 e.g: /instances/../file?transcode=1.2.840.10008.1.2.4.80
45 * now accepting GET requests on these 3 routes to create archive/media:
46 /tools/create-archive?resources=..,..2&transcode=1.2.840.10008.1.2.4.80
47 /tools/create-media?resources=..,..2&transcode=1.2.840.10008.1.2.4.80
48 /tools/create-media-extended?resources=..,..2&transcode=1.2.840.10008.1.2.4.80
45 * All 'expand' GET arguments now accepts expand=true and expand=false values. 49 * All 'expand' GET arguments now accepts expand=true and expand=false values.
46 The /studies/../instances and sibling routes are the only whose expand is true if not specified. 50 The /studies/../instances and sibling routes are the only whose expand is true if not specified.
47 These routes now accepts expand=false to simply list the child resources ids. 51 These routes now accepts expand=false to simply list the child resources ids.
48 * In /tools/metrics-prometheus: 52 * In /tools/metrics-prometheus:
49 - 'orthanc_dicom_cache_size' renamed into 'orthanc_dicom_cache_size_mb' 53 - 'orthanc_dicom_cache_size' renamed into 'orthanc_dicom_cache_size_mb'