File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ SPDX-License-Identifier: Apache License 2.0
5
5
6
6
# Changelog
7
7
8
+ ## 0.2.0
9
+
10
+ [ GitHub Milestone 0.2.0] ( https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/6 )
11
+
12
+ - Adds DICOMWeb STOW-RS service to enable triggering of workflow requests via DICOMWeb standard.
13
+ - Breaking changes in the storage configuration to allow dynamic key-value pairs.
14
+
8
15
## 0.1.1
9
16
10
17
[ GitHub Milestone 0.1.1] ( https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/6 )
Original file line number Diff line number Diff line change @@ -79,7 +79,16 @@ The `InformaticsGateway` configuration section contains the following sub-sectio
79
79
}
80
80
},
81
81
"storage" : {
82
- "temporary" : " /payloads"
82
+ "temporary" : " ./payloads" ,
83
+ "bucketName" : " monaideploy" ,
84
+ "settings" : {
85
+ "endpoint" : " localhost:9000" ,
86
+ "accessKey" : " username" ,
87
+ "accessToken" : " password" ,
88
+ "securedConnection" : false ,
89
+ "region" : " na" ,
90
+ "credentialServiceUrl" : " http://localhost:9000"
91
+ }
83
92
}
84
93
},
85
94
"Logging" : {
@@ -133,7 +142,7 @@ The `InformaticsGateway` configuration section contains the following sub-sectio
133
142
"HostDatabaseStorageMount" : " ~/.mig/database" ,
134
143
"HostLogsStorageMount" : " ~/.mig/logs" ,
135
144
"InformaticsGatewayServerEndpoint" : " http://localhost:5000" ,
136
- "DockerImagePrefix" : " monai/informatics-gateway"
145
+ "DockerImagePrefix" : " ghcr.io/project- monai/monai-deploy- informatics-gateway"
137
146
}
138
147
}
139
148
```
Original file line number Diff line number Diff line change 33
33
}
34
34
},
35
35
"storage" : {
36
- "temporary" : " /payloads"
36
+ "temporary" : " ./payloads" ,
37
+ "bucketName" : " monaideploy" ,
38
+ "settings" : {
39
+ "endpoint" : " localhost:9000" ,
40
+ "accessKey" : " username" ,
41
+ "accessToken" : " password" ,
42
+ "securedConnection" : false ,
43
+ "region" : " na" ,
44
+ "credentialServiceUrl" : " http://localhost:9000"
45
+ }
37
46
}
38
47
},
39
48
"Logging" : {
You can’t perform that action at this time.
0 commit comments