Mercurial > hg > orthanc-object-storage
annotate NEWS @ 32:8d2b29fd4de5
cont
author | Alain Mazy |
---|---|
date | Fri, 09 Oct 2020 10:16:50 +0200 |
parents | 968eb1c78aed |
children | e1f52b851827 |
rev | line source |
---|---|
1 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
20 | 4 2020-09-07 - v 1.1.0 |
5 ==================== | |
6 | |
7 * Added "RootPath" configuration | |
8 | |
9 | |
18
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
10 2020-09-02 - v 1.0.1 |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
11 ==================== |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
12 |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
13 * Internal change: fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
14 |
15 | 15 2020-09-01 - v 1.0.0 |
16 ==================== | |
17 | |
18 * BREAKING CHANGE: the "StorageEncryption" configuration section is now a subsection of the "AwsS3Storage" | |
17 | 19 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. |
15 | 20 * Added "MigrationFromFileSystemEnabled" configuration |
21 * Added "StorageStructure" configuration (flat-legacy) | |
22 | |
23 | |
14 | 24 2020-08-26 - v 0.9.3 |
25 ==================== | |
26 | |
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
|
27 * 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
|
28 |
10 | 29 2020-07-20 - v 0.9.2 |
30 ==================== | |
31 | |
8 | 32 * Prevent Orthanc to start if plugin fails to start |
33 | |
34 2020-07-15 - v 0.9.1 | |
35 ==================== | |
36 | |
6
393fcf337462
AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
Alain Mazy
parents:
1
diff
changeset
|
37 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout |
1 | 38 |
39 2020-07-03 - v 0.9.0 | |
40 ==================== | |
41 | |
42 * Initial release |