annotate NEWS @ 53:1c3e34f5c5c6

AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager
author Alain Mazy <am@osimis.io>
date Fri, 21 May 2021 09:02:53 +0200
parents b40327079244
children 9d03e24dafc1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
1 Pending changes in the mainline
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
2 ===============================
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
3
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
4 * AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager
50
Alain Mazy <am@osimis.io>
parents: 27
diff changeset
5
Alain Mazy <am@osimis.io>
parents: 27
diff changeset
6 2021-04-26 - v 1.2.0
Alain Mazy <am@osimis.io>
parents: 27
diff changeset
7 ====================
Alain Mazy <am@osimis.io>
parents: 27
diff changeset
8
Alain Mazy <am@osimis.io>
parents: 27
diff changeset
9 * Added "CreateContainerIfNotExists" configuration option in the Azure plugin
Alain Mazy <am@osimis.io>
parents: 27
diff changeset
10 * 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
11 * 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
12 * 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
13
e1f52b851827 Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 20
diff changeset
14
20
968eb1c78aed Added 'RootPath' configuration
Alain Mazy
parents: 18
diff changeset
15 2020-09-07 - v 1.1.0
968eb1c78aed Added 'RootPath' configuration
Alain Mazy
parents: 18
diff changeset
16 ====================
968eb1c78aed Added 'RootPath' configuration
Alain Mazy
parents: 18
diff changeset
17
968eb1c78aed Added 'RootPath' configuration
Alain Mazy
parents: 18
diff changeset
18 * Added "RootPath" configuration
968eb1c78aed Added 'RootPath' configuration
Alain Mazy
parents: 18
diff changeset
19
968eb1c78aed Added 'RootPath' configuration
Alain Mazy
parents: 18
diff changeset
20
18
44de9edf2443 fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents: 17
diff changeset
21 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
22 ====================
44de9edf2443 fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents: 17
diff changeset
23
44de9edf2443 fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents: 17
diff changeset
24 * 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
25
15
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
26 2020-09-01 - v 1.0.0
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
27 ====================
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
28
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
29 * BREAKING CHANGE: the "StorageEncryption" configuration section is now a subsection of the "AwsS3Storage"
17
f438e831d9ad fix release ntoes
Alain Mazy
parents: 15
diff changeset
30 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize.
15
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
31 * Added "MigrationFromFileSystemEnabled" configuration
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
32 * Added "StorageStructure" configuration (flat-legacy)
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
33
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
34
14
234946ea2038 news for 0.9.3
Alain Mazy
parents: 12
diff changeset
35 2020-08-26 - v 0.9.3
234946ea2038 news for 0.9.3
Alain Mazy
parents: 12
diff changeset
36 ====================
234946ea2038 news for 0.9.3
Alain Mazy
parents: 12
diff changeset
37
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
38 * 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
39
10
bc77f916104b news 0.9.2
Alain Mazy
parents: 8
diff changeset
40 2020-07-20 - v 0.9.2
bc77f916104b news 0.9.2
Alain Mazy
parents: 8
diff changeset
41 ====================
bc77f916104b news 0.9.2
Alain Mazy
parents: 8
diff changeset
42
8
987cb95c1aee Prevent Orthanc to start if plugin fails to start
Alain Mazy
parents: 6
diff changeset
43 * Prevent Orthanc to start if plugin fails to start
987cb95c1aee Prevent Orthanc to start if plugin fails to start
Alain Mazy
parents: 6
diff changeset
44
987cb95c1aee Prevent Orthanc to start if plugin fails to start
Alain Mazy
parents: 6
diff changeset
45 2020-07-15 - v 0.9.1
987cb95c1aee Prevent Orthanc to start if plugin fails to start
Alain Mazy
parents: 6
diff changeset
46 ====================
987cb95c1aee Prevent Orthanc to start if plugin fails to start
Alain Mazy
parents: 6
diff changeset
47
6
393fcf337462 AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
Alain Mazy
parents: 1
diff changeset
48 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
1
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
49
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
50 2020-07-03 - v 0.9.0
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
51 ====================
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
52
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
53 * Initial release