comparison NEWS @ 3432:297ad330900c

merge
author Alain Mazy <alain@mazy.be>
date Mon, 17 Jun 2019 23:37:07 +0200
parents 954d15f24366
children 64eafed9418a
comparison
equal deleted inserted replaced
3431:e0841192d7d0 3432:297ad330900c
13 ------- 13 -------
14 14
15 * New functions in the SDK: 15 * New functions in the SDK:
16 - OrthancPluginHttpClientChunkedBody(): HTTP client for POST/PUT with a chunked body 16 - OrthancPluginHttpClientChunkedBody(): HTTP client for POST/PUT with a chunked body
17 - OrthancPluginRegisterMultipartRestCallback(): HTTP server for POST/PUT with multipart body 17 - OrthancPluginRegisterMultipartRestCallback(): HTTP server for POST/PUT with multipart body
18 - OrthancPluginGetTagName(): Retrieve the name of a DICOM tag from its group and element
18 19
19 Maintenance 20 Maintenance
20 ----------- 21 -----------
21 22
22 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl 23 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl
23 * Size of the Orthanc static binaries are reduced by compressing ICU data 24 * Size of the Orthanc static binaries are reduced by compressing ICU data
24 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e) 25 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
25 * Allow the serialization of signed 16bpp images in PAM format 26 * Allow the serialization of signed 16bpp images in PAM format
26 * HTTP header "Accept-Encoding" is honored for streams without built-in support for compression 27 * HTTP header "Accept-Encoding" is honored for streams without built-in support for compression
28 * The default HTTP timeout is now 60 seconds (instead of 10 seconds in previous versions)
27 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags) 29 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags)
28 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any) 30 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any)
29 * Fix issue #138 (POST to modalities/{name} accepts invalid characters) 31 * Fix issue #138 (POST to modalities/{name} accepts invalid characters)
30 32
31 33