Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 772 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 772 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.1] - 2024-05-22

Fixed

  • Select correct presentation context when sending PDUs

Changed

  • STORE-SCP should accept uncompressed only
  • Upgrade to dicom-rs 0.7.0

[0.1.0] - 2024-04-15

This is the first pre-release. It includes basic support for QIDO-RS, WADO-RS and STOW-RS for the DIMSE backend.

Added

  • Configurable backend
  • DIMSE backend
    • Implement QIDO-RS using the C-FIND protocol
    • Implement WADO-RS using the C-MOVE protocol
    • Implement STOW-RS using the C-STORE protocol