Mercurial > hg > orthanc-object-storage
annotate NEWS @ 56:b922ae86bbe1
full static linking against AWS SDK
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Jun 2021 15:00:36 +0200 |
parents | 9d03e24dafc1 |
children | f3c44d61e1e1 |
rev | line source |
---|---|
1 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
55 | 4 * BREAKING CHANGE: fix extension of DCM header files from dcm.head to .dcm.head. If you have saved compressed or |
5 encrypted files with a previous version of the plugin and/or with a Orthanc 1.9.1 or 1.9.2, you might have to rename | |
6 all your *.unk files into *.dcm.head files or your *dcm.head files into *.dcm.head files. | |
53
1c3e34f5c5c6
AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager
Alain Mazy <am@osimis.io>
parents:
50
diff
changeset
|
7 * AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager |
56
b922ae86bbe1
full static linking against AWS SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
55
diff
changeset
|
8 * AWS S3: Full static linking is possible |
b922ae86bbe1
full static linking against AWS SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
55
diff
changeset
|
9 |
50 | 10 |
11 2021-04-26 - v 1.2.0 | |
12 ==================== | |
13 | |
14 * Added "CreateContainerIfNotExists" configuration option in the Azure plugin | |
15 * Support of ReadRange (JSON files are therefore not stored anymore) | |
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
|
16 * 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
|
17 * 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
|
18 |
e1f52b851827
Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
20
diff
changeset
|
19 |
20 | 20 2020-09-07 - v 1.1.0 |
21 ==================== | |
22 | |
23 * Added "RootPath" configuration | |
24 | |
25 | |
18
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
26 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
|
27 ==================== |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
28 |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
29 * 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
|
30 |
56
b922ae86bbe1
full static linking against AWS SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
55
diff
changeset
|
31 |
15 | 32 2020-09-01 - v 1.0.0 |
33 ==================== | |
34 | |
35 * BREAKING CHANGE: the "StorageEncryption" configuration section is now a subsection of the "AwsS3Storage" | |
17 | 36 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. |
15 | 37 * Added "MigrationFromFileSystemEnabled" configuration |
38 * Added "StorageStructure" configuration (flat-legacy) | |
39 | |
40 | |
14 | 41 2020-08-26 - v 0.9.3 |
42 ==================== | |
43 | |
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
|
44 * 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
|
45 |
56
b922ae86bbe1
full static linking against AWS SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
55
diff
changeset
|
46 |
10 | 47 2020-07-20 - v 0.9.2 |
48 ==================== | |
49 | |
8 | 50 * Prevent Orthanc to start if plugin fails to start |
51 | |
56
b922ae86bbe1
full static linking against AWS SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
55
diff
changeset
|
52 |
8 | 53 2020-07-15 - v 0.9.1 |
54 ==================== | |
55 | |
6
393fcf337462
AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
Alain Mazy
parents:
1
diff
changeset
|
56 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout |
1 | 57 |
56
b922ae86bbe1
full static linking against AWS SDK
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
55
diff
changeset
|
58 |
1 | 59 2020-07-03 - v 0.9.0 |
60 ==================== | |
61 | |
62 * Initial release |