Mercurial > hg > orthanc-dicomweb
view NEWS @ 371:c0b95d747337
Fix support for client certificate authentication
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Mon, 28 Oct 2019 11:48:46 +0100 |
parents | 6074e7e39b58 |
children | 8b8b8cef7722 |
line wrap: on
line source
Pending changes in the mainline =============================== New features ------------ * Support of "window", "viewport" and "quality" parameters in "Retrieve Rendered Transaction" * Support of "/studies/.../series/.../rendered" * QIDO-RS: Allow to query against a list of multiple values separated by commas Maintenance ----------- * Optimization of QIDO-RS for large studies/series * Fix handling of the "Forwarded" HTTP header * Fix support for client certificate authentication * Accept multiple MIME types in Accept header for WADO-RS "Retrieve Metadata" * Added explicit "Accept" header to avoid uncompressing DICOM files by Google cloud https://groups.google.com/d/msg/orthanc-users/w1Ekrsc6-U8/T2a_DoQ5CwAJ Version 1.0 (2019-06-26) ======================== => Recommended SDK version: 1.5.7 <= => Minimum SDK version: 1.5.4 <= * Web user interface to QIDO-RS, WADO-RS and STOW-RS client * First implementation of WADO-RS "Retrieve Rendered Transaction" * WADO-RS and STOW-RS client now create Orthanc jobs * Support "Transfer-Encoding: chunked" to reduce memory consumption in STOW-RS (provided the SDK version is above 1.5.7) * New URI: /dicom-web/servers/.../qido * New URI: /dicom-web/servers/.../delete * Handling of the HTTP header "Forwarded" for WADO-RS * Full refactoring of multipart parsing Version 0.6 (2019-02-27) ======================== => Minimum SDK version: 1.5.4 <= * Sending "HttpHeaders" of the "DicomWeb.Servers" configuration to remote DICOMweb servers * Improved WADO-RS compatibility if Orthanc is acting as a DICOMweb client * More detailed information about errors is provided in the HTTP answers * Fix issue #96 / #5 (WADO-RS: RetrieveFrames rejects valid accept headers) * Fix issue #111 / #3 (QIDO-RS: wrong serialization of empty values) * Fix issue #112 / #4 (QIDO-RS: wrong serialization of number values) * Fix issue #113 / #2 (QIDO-RS: wrong serialization of PN VR) * Upgrade to GDCM 2.8.8 in static builds Version 0.5 (2018-04-19) ======================== * New option: "QidoCaseSensitive" to make queries to QIDO-RS server case insensitive * Defaults to JSON answers instead of XML * Use of "application/dicom+json" MIME type instead of "application/json" * Added "?expand" argument to "/servers" route * Fix generation of numeric tags part of sequences for ".../metadata" routes * Support for OpenBSD * Support for Linux Standard Base * Upgrade to GDCM 2.8.4 in static builds * Resort to Orthanc framework Version 0.4 (2017-07-19) ======================== * Improved robustness in the STOW-RS server (occurrences of "\r\n\r\n" in DICOM are supported) * Performance warning if runtime debug assertions are turned on * WADO-RS client supports quoted Content-Type header in HTTP answers * Added "Arguments" to WADO-RS and STOW-RS client to handle query arguments in uri * Using MIME types of DICOM version 2017c in WADO RetrieveFrames * Fix issue #53 (DICOMWeb plugin support for "limit" and "offset" parameters in QIDO-RS) * Fix issue #28 (Non-compliant enumerations for "accept" header for WADO RetrieveFrames) Version 0.3 (2016-06-28) ======================== => Minimum SDK version: 1.1.0 <= * STOW-RS client with URI "/{dicom-web}/servers/{id}/stow" * QIDO-RS and WADO-RS client with URI "/{dicom-web}/servers/{id}/get" * Retrieval of DICOM instances with WADO-RS through URI "/{dicom-web}/servers/{id}/retrieve" * Improved robustness in the STOW-RS server * Fix issue #13 (QIDO-RS study-level query is slow) * Fix issue #14 (Aggregate fields empty for QIDO-RS study/series-level queries) Version 0.2 (2015-12-10) ======================== => Minimum SDK version: 0.9.5 <= * Support of WADO-RS - RetrieveFrames * QIDO-RS now takes advantage of "/tools/find" * Upgrade to GDCM 2.6.0 for static and Windows builds Version 0.1 (2015-08-03) ======================== => Minimum SDK version: 0.9.1 <= * Support of WADO-RS - RetrieveMetadata * Support of WADO, in addition to DICOMweb * All the APIs are now under the same root Production ---------- * Inject version information into Windows binaries * Use of Orthanc built-in API for multipart answers (requires Orthanc >= 0.9.1) * Support of Visual Studio 2008 * Support of FreeBSD * Support of OS X * Upgrade to Boost 1.58.0 for static and Windows builds 2015-03-13 ========== * Initial commit