File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# Changelog
19
19
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 )
22
23
24
+ - Adds DICOMWeb STOW-RS service to enable triggering of workflow requests via DICOMWeb standard.
23
25
- Adds HL7 (MLLP) service to enable triggering of workflow requests using HL7 messages.
24
26
- Breaking changes with how Informatics Gateway handles incoming data and uploading to the storage service.
25
27
All incoming data are now immediately queued for upload to the storage service instead of saving to the local disk.
26
28
Therefore, if Informatics Gateway restarts or crashes during upload, any queued or incomplete uploads are lost.
27
29
In addition, during the Informatics Gateway startup, the payload assembly service removes any payloads containing
28
30
any pending files. Files that were successfully uploaded to the temporary location (` storage>temporary ` ) in the
29
31
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.
36
32
- Breaking changes in the storage configuration to allow dynamic key-value pairs.
37
33
- Breaking changes to enable dynamic loadig of the storage & the messaging libraries.
38
34
You can’t perform that action at this time.
0 commit comments