Mercurial > hg > orthanc-object-storage
annotate NEWS @ 17:f438e831d9ad
fix release ntoes
author | Alain Mazy |
---|---|
date | Tue, 01 Sep 2020 18:05:35 +0200 |
parents | 2a02b21f0a19 |
children | 44de9edf2443 |
rev | line source |
---|---|
1 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
15 | 4 2020-09-01 - v 1.0.0 |
5 ==================== | |
6 | |
7 * BREAKING CHANGE: the "StorageEncryption" configuration section is now a subsection of the "AwsS3Storage" | |
17 | 8 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. |
15 | 9 * Added "MigrationFromFileSystemEnabled" configuration |
10 * Added "StorageStructure" configuration (flat-legacy) | |
11 | |
12 | |
14 | 13 2020-08-26 - v 0.9.3 |
14 ==================== | |
15 | |
12
a203d0a4fd8f
Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize.
Alain Mazy
parents:
10
diff
changeset
|
16 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. |
a203d0a4fd8f
Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize.
Alain Mazy
parents:
10
diff
changeset
|
17 |
10 | 18 2020-07-20 - v 0.9.2 |
19 ==================== | |
20 | |
8 | 21 * Prevent Orthanc to start if plugin fails to start |
22 | |
23 2020-07-15 - v 0.9.1 | |
24 ==================== | |
25 | |
6
393fcf337462
AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
Alain Mazy
parents:
1
diff
changeset
|
26 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout |
1 | 27 |
28 2020-07-03 - v 0.9.0 | |
29 ==================== | |
30 | |
31 * Initial release |