Skip to content

Commit b212091

Browse files
authored
Merge pull request #57 from UMEssen/nickamzol/push-kxlonzpwwvkm
Fix various STOW-RS issues
2 parents cff2fb4 + 1ec72e8 commit b212091

15 files changed

Lines changed: 1676 additions & 178 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
- Trailing slashes in URLs are now trimmed for all endpoints before processing (`/studies/` and `/studies` are equivalent).
2929
- 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)).
3030

31+
### Fixed
32+
33+
- Correctly return 413 (Payload Too Large) if the request body exceeds the configured `max-upload-size`.
34+
- The association pool no longer leaks semaphore permits when the association is rejected ([GH-56](https://github.com/UMEssen/DICOM-RST/issues/56)).
35+
3136
## [0.2.1]
3237

3338
### Added

0 commit comments

Comments
 (0)