Skip to content

Releases: UMEssen/DICOM-RST

v0.2.1

21 Jul 13:37
Compare
Choose a tag to compare

Changelog

Added

  • Add secret-key-env and access-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 and server.http.host config key to interface.
  • aets.aet.host accepts host names now, resolving to the first IP address.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Jun 07:50
Compare
Choose a tag to compare

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

16 Apr 10:55
Compare
Choose a tag to compare
DICOM-RST 0.1.0-rc.1 Pre-release
Pre-release

This is the first release candidate with basic support for WADO-RS, QIDO-RS and STOW-RS.