You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-23Lines changed: 15 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,30 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
- QIDO-RS and MWL services now support `uid-list-matching` syntax for match query parameters.
13
-
14
-
### Changed
15
-
16
-
- Trailing slashes in URLs are now trimmed for all endpoints before processing (`/studies/` and `/studies` are equivalent).
17
-
18
-
## [0.3.0]
19
-
20
-
### Added
21
-
22
12
- New `/rendered` endpoints, rendering the first instance in the requested media type.
23
-
- Supported rendered media types are:
24
-
- `image/jpeg` (default)
25
-
- `image/png`
26
-
- Support for the `quality` query parameter to control the compression for lossy formats like JPEG.
27
-
- Support for the `window` query parameter for windowing.
28
-
- Support for the `viewport` query parameter for cropping and scaling.
13
+
- Supported rendered media types are:
14
+
-`image/jpeg` (default)
15
+
-`image/png`
16
+
- Support for the `quality` query parameter to control the compression for lossy formats like JPEG.
17
+
- Support for the `window` query parameter for windowing.
18
+
- Support for the `viewport` query parameter for cropping and scaling.
29
19
- New `/metadata` endpoints for returning metadata for a given DICOM instance.
30
-
- New `dicom-rst-s3` container image variant
20
+
- New `dicom-rst-s3` container image variant.
21
+
- QIDO-RS and MWL services now support `uid-list-matching` syntax for match query parameters ([GH-46](https://github.com/UMEssen/DICOM-RST/pull/46)).
22
+
- Support for sequence attribute filtering ([GH-49](https://github.com/UMEssen/DICOM-RST/pull/49)).
31
23
32
24
### Changed
33
25
34
26
- Updated `dicom-rs` dependency to 0.9.0
35
-
- Baseline support for files in deflate transfer syntaxes, such as `Deflated Explicit VR Little Endian`
27
+
- Baseline support for files in deflate transfer syntaxes, such as `Deflated Explicit VR Little Endian`
28
+
- Trailing slashes in URLs are now trimmed for all endpoints before processing (`/studies/` and `/studies` are equivalent).
29
+
- Return HTTP status code 200 (OK) instead of 204 (No Content) for QIDO-RS/MWL responses where there were no matches ([GH-51](https://github.com/UMEssen/DICOM-RST/pull/51), [CP-2473](https://www.dicomstandard.org/news-dir/current/docs/cpack134/cp2473.pdf)).
36
30
37
31
## [0.2.1]
38
32
@@ -85,12 +79,10 @@ It includes basic support for QIDO-RS, WADO-RS and STOW-RS for the DIMSE backend
0 commit comments