Releases: ImagingDataCommons/dicomweb-client
Releases · ImagingDataCommons/dicomweb-client
0.20.0
0.14.0
Enhancements
- Remove quotes from
boundary
in the content type header field of multipart related messages. Note: While the quotes were standard-compliant, some origin servers didn't handle them correctly. - Accept
"application/dicom+json"
as well as"application/json"
for query and retrieve metadata methods to improve backwards compatibility with older origin servers that implemented earlier versions of the DICOMweb standard. - Improve type hints in method docstrings
- Update dependencies for running continuous integration tests
- Run test cases with additional Python 3 versions
0.13.0
0.12.0
Features
- add support for authentication based on requests authentication objects
0.11.0
New features
- add new API methods for WADO-RS Retrieve Rendered Transaction
- add
media_types
parameter to WADO-RS methods to enable specification of acceptable media type ranges
API changes
- remove parameter
image_format
and add parametermedia_types
toretrieve_instance_frames()
method
0.10.1
0.10.0
0.9.4
0.9.3
New features
- Support specifying CA bundle and client certificate files via command line interface
- Issue warning for QIDO-RS queries when server returns only a subset of search results and there are remaining results that can be requested
- More usage examples to documentation