Skip to content

Commit 9e7075a

Browse files
committed
Merge remote-tracking branch 'origin/main' into develop
2 parents e2c6049 + 38fd0a0 commit 9e7075a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/changelog.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,18 @@
1717

1818
# Changelog
1919

20-
## 0.3.0
21-
[Github Milestone 0.3.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/3)
20+
## 0.2.0
21+
22+
[GitHub Milestone 0.2.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/6)
2223

24+
- Adds DICOMWeb STOW-RS service to enable triggering of workflow requests via DICOMWeb standard.
2325
- Adds HL7 (MLLP) service to enable triggering of workflow requests using HL7 messages.
2426
- Breaking changes with how Informatics Gateway handles incoming data and uploading to the storage service.
2527
All incoming data are now immediately queued for upload to the storage service instead of saving to the local disk.
2628
Therefore, if Informatics Gateway restarts or crashes during upload, any queued or incomplete uploads are lost.
2729
In addition, during the Informatics Gateway startup, the payload assembly service removes any payloads containing
2830
any pending files. Files that were successfully uploaded to the temporary location (`storage>temporary`) in the
2931
bucket (`storage>temporaryBucketName`) are then moved to the payload bucket (`storage>bucketName`) before sending a workflow request.
30-
31-
## 0.2.0
32-
33-
[GitHub Milestone 0.2.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/6)
34-
35-
- Adds DICOMWeb STOW-RS service to enable triggering of workflow requests via DICOMWeb standard.
3632
- Breaking changes in the storage configuration to allow dynamic key-value pairs.
3733
- Breaking changes to enable dynamic loadig of the storage & the messaging libraries.
3834

0 commit comments

Comments
 (0)