# HG changeset patch # User Alain Mazy # Date 1666354948 -7200 # Node ID 7ace942ede267f8d8e69a83430251bab24f59750 # Parent 8a9207933297c68e92b1dc98ed324d0b2321b9e7 release notes diff -r 8a9207933297 -r 7ace942ede26 NEWS --- 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 ====================