Skip to content

Commit f189dd0

Browse files
committed
docs(changelog): add changes for the 0.3.0-beta.2 release
1 parent 5926741 commit f189dd0

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Support for the `window` query parameter for windowing.
1818
- Support for the `viewport` query parameter for cropping and scaling.
1919
- New `/metadata` endpoints for returning metadata for a given DICOM instance.
20+
- New `dicom-rst-s3` container image variant
21+
22+
### Changed
23+
24+
- Updated `dicom-rs` dependency to 0.9.0
25+
- Baseline support for files in deflate transfer syntaxes, such as `Deflated Explicit VR Little Endian`
2026

2127
## [0.2.1]
2228

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dicom-rst"
3-
version = "0.3.0-beta.1"
3+
version = "0.3.0-beta.2"
44
description = "A robust DICOMweb server with swappable backend"
55
edition = "2021"
66
rust-version = "1.86.0"

0 commit comments

Comments
 (0)