Releases: ImagingDataCommons/dicomweb-client
Releases · ImagingDataCommons/dicomweb-client
0.30.0
API changes
- Constructor of
DICOMwebClientaccepts an (authenticated/authorized) instance ofrequests.Sessioninstead of accepting auth credentials
CLI changes
- Retrieved frames can no longer be decoded and displayed (
--showoption has been removed), but will require the use of an external library
0.21.0
0.20.0
0.14.0
Enhancements
- Remove quotes from
boundaryin 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_typesparameter to WADO-RS methods to enable specification of acceptable media type ranges
API changes
- remove parameter
image_formatand add parametermedia_typestoretrieve_instance_frames()method