Mercurial > hg > orthanc-object-storage
comparison 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 |
comparison
equal
deleted
inserted
replaced
55:9d03e24dafc1 | 56:b922ae86bbe1 |
---|---|
3 | 3 |
4 * BREAKING CHANGE: fix extension of DCM header files from dcm.head to .dcm.head. If you have saved compressed or | 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 | 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. | 6 all your *.unk files into *.dcm.head files or your *dcm.head files into *.dcm.head files. |
7 * AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager | 7 * AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager |
8 * AWS S3: Full static linking is possible | |
9 | |
8 | 10 |
9 2021-04-26 - v 1.2.0 | 11 2021-04-26 - v 1.2.0 |
10 ==================== | 12 ==================== |
11 | 13 |
12 * Added "CreateContainerIfNotExists" configuration option in the Azure plugin | 14 * Added "CreateContainerIfNotExists" configuration option in the Azure plugin |
24 2020-09-02 - v 1.0.1 | 26 2020-09-02 - v 1.0.1 |
25 ==================== | 27 ==================== |
26 | 28 |
27 * Internal change: fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup | 29 * Internal change: fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup |
28 | 30 |
31 | |
29 2020-09-01 - v 1.0.0 | 32 2020-09-01 - v 1.0.0 |
30 ==================== | 33 ==================== |
31 | 34 |
32 * BREAKING CHANGE: the "StorageEncryption" configuration section is now a subsection of the "AwsS3Storage" | 35 * BREAKING CHANGE: the "StorageEncryption" configuration section is now a subsection of the "AwsS3Storage" |
33 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. | 36 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. |
38 2020-08-26 - v 0.9.3 | 41 2020-08-26 - v 0.9.3 |
39 ==================== | 42 ==================== |
40 | 43 |
41 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. | 44 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. |
42 | 45 |
46 | |
43 2020-07-20 - v 0.9.2 | 47 2020-07-20 - v 0.9.2 |
44 ==================== | 48 ==================== |
45 | 49 |
46 * Prevent Orthanc to start if plugin fails to start | 50 * Prevent Orthanc to start if plugin fails to start |
51 | |
47 | 52 |
48 2020-07-15 - v 0.9.1 | 53 2020-07-15 - v 0.9.1 |
49 ==================== | 54 ==================== |
50 | 55 |
51 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout | 56 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout |
52 | 57 |
58 | |
53 2020-07-03 - v 0.9.0 | 59 2020-07-03 - v 0.9.0 |
54 ==================== | 60 ==================== |
55 | 61 |
56 * Initial release | 62 * Initial release |