Skip to content

Ability to switch temporary storage to use either memory or disk #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- 3.7.12.26
- 3.7.13.8
:when: 2022-09-01 23:05:22.203089302 Z
- - :approve
- AWSSDK.S3
Expand All @@ -32,7 +32,7 @@
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- 3.7.1.190
- 3.7.1.203
:when: 2022-09-01 23:05:28.920368903 Z
- - :approve
- BoDi
Expand Down Expand Up @@ -851,35 +851,35 @@
- :who: mocsharp
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
:versions:
- 0.1.4
- 0.1.5
:when: 2022-08-16 23:06:21.051573547 Z
- - :approve
- Monai.Deploy.Messaging.RabbitMQ
- :who: mocsharp
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
:versions:
- 0.1.4
- 0.1.5
:when: 2022-08-16 23:06:21.511789690 Z
- - :approve
- Monai.Deploy.Storage
- :who: mocsharp
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
:versions:
- 0.2.5
- 0.2.7
:when: 2022-08-16 23:06:21.988183476 Z
- - :approve
- Monai.Deploy.Storage.MinIO
- :who: mocsharp
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
:versions:
- 0.2.5
- 0.2.7
:when: 2022-08-16 23:06:22.426838304 Z
- - :approve
- Monai.Deploy.Storage.S3Policy
- :who: mocsharp
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
:versions:
- 0.2.5
- 0.2.7
:when: 2022-08-16 23:06:22.881956546 Z
- - :approve
- Moq
Expand Down Expand Up @@ -1878,6 +1878,7 @@
- :who: mocsharp
:why: Microsoft Public License (https://github.com/fo-dicom/fo-dicom/raw/development/License.txt)
:versions:
- 5.0.2
- 5.0.3
:when: 2022-08-16 23:07:29.574869349 Z
- - :approve
Expand Down
11 changes: 10 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@


# Changelog

## 0.3.1

[GitHub Milestone 0.3.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/7)

- The SCU AE Title is now uppercase MONAISCU.
- Update fo-dicom to 5.0.3
- Defaults temporary storage to use disk with ability to switch to memory.

## 0.3.0

[GitHub Milestone 0.3.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/3)
Expand All @@ -36,7 +45,7 @@
any pending files. Files that were successfully uploaded to the temporary location (`storage>temporary`) in the
bucket (`storage>temporaryBucketName`) are then moved to the payload bucket (`storage>bucketName`) before sending a workflow request.
- Breaking changes in the storage configuration to allow dynamic key-value pairs.
- Breaking changes to enable dynamic loadig of the storage & the messaging libraries.
- Breaking changes to enable dynamic loading of the storage & the messaging libraries.

## 0.1.1

Expand Down
Loading