Releases: UMEssen/DICOM-RST
Releases · UMEssen/DICOM-RST
v0.2.1
Changelog
Added
- Add
secret-key-env
andaccess-key-env
options to load secrets from environment variables. - Include dicom-test-files as a git submodule.
- Add docker compose for a simple setup scenario with Orthanc.
Fixed
- Return HTTP 404 "Not Found" for empty DICOM streams.
Changed
- Rename
server.dimse.host
andserver.http.host
config key tointerface
. aets.aet.host
accepts host names now, resolving to the first IP address.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changelog
[0.2.0] - 2024-06-27
Added
- New S3 backend with initial support for WADO-RS. STOW-RS and QIDO-RS (backed by FHIR) is planned for a future
release. - New documentation website: https://umessen.github.io/DICOM-RST/usage-guide.html
- New
uncompressed
config to enforce uncompressed transfer syntaxes. - New
graceful-shutdown
config to enable or disable graceful shutdown for the HTTP server.
Changed
- Disabled endpoints will return 503 (Service Unavailable) instead of 404 (Not Found).
DICOM-RST 0.1.0-rc.1
This is the first release candidate with basic support for WADO-RS, QIDO-RS and STOW-RS.