Mercurial > hg > orthanc-object-storage
annotate NEWS @ 49:6db76975d0f8
update to Orthanc Framework 1.9.2
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 23 Apr 2021 12:38:25 +0200 |
parents | e1f52b851827 |
children | b40327079244 |
rev | line source |
---|---|
1 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
27
e1f52b851827
Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
20
diff
changeset
|
4 * Allow compilation of the AWS S3 plugin without vcpkg |
e1f52b851827
Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
20
diff
changeset
|
5 * Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio) |
e1f52b851827
Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
20
diff
changeset
|
6 |
e1f52b851827
Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
20
diff
changeset
|
7 |
20 | 8 2020-09-07 - v 1.1.0 |
9 ==================== | |
10 | |
11 * Added "RootPath" configuration | |
12 | |
13 | |
18
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
14 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
|
15 ==================== |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
16 |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
17 * 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
|
18 |
15 | 19 2020-09-01 - v 1.0.0 |
20 ==================== | |
21 | |
22 * BREAKING CHANGE: the "StorageEncryption" configuration section is now a subsection of the "AwsS3Storage" | |
17 | 23 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. |
15 | 24 * Added "MigrationFromFileSystemEnabled" configuration |
25 * Added "StorageStructure" configuration (flat-legacy) | |
26 | |
27 | |
14 | 28 2020-08-26 - v 0.9.3 |
29 ==================== | |
30 | |
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
|
31 * 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
|
32 |
10 | 33 2020-07-20 - v 0.9.2 |
34 ==================== | |
35 | |
8 | 36 * Prevent Orthanc to start if plugin fails to start |
37 | |
38 2020-07-15 - v 0.9.1 | |
39 ==================== | |
40 | |
6
393fcf337462
AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
Alain Mazy
parents:
1
diff
changeset
|
41 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout |
1 | 42 |
43 2020-07-03 - v 0.9.0 | |
44 ==================== | |
45 | |
46 * Initial release |