Mercurial > hg > orthanc-object-storage
changeset 85:7ace942ede26
release notes
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 21 Oct 2022 14:22:28 +0200 |
parents | 8a9207933297 |
children | 3e17842edcdd 6f95f39907e1 |
files | NEWS |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Fri Oct 21 14:14:27 2022 +0200 +++ b/NEWS Fri Oct 21 14:22:28 2022 +0200 @@ -1,3 +1,6 @@ +2022-10-21 - v 2.1.0 +==================== + * new option "HybridMode" allows selecting where to write new data (FileSystem or ObjectStorage) and reads from both storages. Allowed values: "WriteToFileSystem", "WriteToObjectStorage", "Disabled". If disabled (default), the plugin writes all data to the object storage and tries to read them only from the @@ -5,6 +8,7 @@ * new /move-storage route when "HybridMode" is enabled. This allows moving a study from one-storage to the other to, e.g, have recent studies on the file-system and older studies on a cloud object storage. + 2022-08-30 - v 2.0.0 ==================== @@ -17,11 +21,13 @@ * AWS: added the content MD5 in the request when writing. This adds integrity check and enables some feature on AWS side like https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html + 2021-09-06 - v 1.3.3 ==================== * Google & Azure: Added the "EnableLegacyUnknownFiles" configuration option + 2021-07-09 - v 1.3.2 ==================== @@ -30,11 +36,13 @@ This allows reading .unk files that were generated at this time. You can get rid of this option once you've renamed all the .unk files into .dcm.head files. + 2021-07-09 - v 1.3.1 ==================== * AWS: Fix reading/deleting DCM header files that were saved with plugin v 1.2.0 and Orthanc 1.9.3 which had a .unk extension. + 2021-06-29 - v 1.3.0 ====================