comparison NEWS @ 4998:e9f9711667e1

updated CA for HttpClient.Ssl test
author Alain Mazy <am@osimis.io>
date Fri, 06 May 2022 10:26:22 +0200
parents 24ef02dc7a7a
children f8d2defe8f17
comparison
equal deleted inserted replaced
4996:0f0ada196993 4998:e9f9711667e1
36 * new query argument "requestedTags" in all API routes listing resources: 36 * new query argument "requestedTags" in all API routes listing resources:
37 - /patients, /patients/../studies, /patients/../series, /patients/../instances 37 - /patients, /patients/../studies, /patients/../series, /patients/../instances
38 - /studies, /studies/../series, /studies/../instances 38 - /studies, /studies/../series, /studies/../instances
39 - /series, /series/../instances 39 - /series, /series/../instances
40 - /instances 40 - /instances
41 ex:
42 - /studies/c27857df-4078c84c-1a79ea78-ac357bb2-9dadc119?requestedTags=ModalitiesInStudy
43 - /studies?expand&since=0&limit=10&requestedTags=ModalitiesInStudy
44
41 * /reconstruct routes: 45 * /reconstruct routes:
42 - new options "ReconstructFiles" (false by default to keep backward compatibility) to 46 - new options "ReconstructFiles" (false by default to keep backward compatibility) to
43 potentialy compress/uncompress the files or transcode them if "StorageCompression" 47 potentialy compress/uncompress the files or transcode them if "StorageCompression"
44 or "IngestTranscoding" has changed since the file has been ingested. 48 or "IngestTranscoding" has changed since the file has been ingested.
45 POSSIBLE BREAKING-CHANGES: 49 POSSIBLE BREAKING-CHANGES: