annotate NEWS @ 15:2a02b21f0a19

migration + storage structure
author Alain Mazy
date Tue, 01 Sep 2020 13:08:49 +0200
parents 234946ea2038
children f438e831d9ad
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
15
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
4 2020-09-01 - v 1.0.0
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
5 ====================
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
6
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
7 * BREAKING CHANGE: the "StorageEncryption" configuration section is now a subsection of the "AwsS3Storage"
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
8 Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize.
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
9 * Added "MigrationFromFileSystemEnabled" configuration
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
10 * Added "StorageStructure" configuration (flat-legacy)
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
11
2a02b21f0a19 migration + storage structure
Alain Mazy
parents: 14
diff changeset
12
14
234946ea2038 news for 0.9.3
Alain Mazy
parents: 12
diff changeset
13 2020-08-26 - v 0.9.3
234946ea2038 news for 0.9.3
Alain Mazy
parents: 12
diff changeset
14 ====================
234946ea2038 news for 0.9.3
Alain Mazy
parents: 12
diff changeset
15
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
16 * 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
17
10
bc77f916104b news 0.9.2
Alain Mazy
parents: 8
diff changeset
18 2020-07-20 - v 0.9.2
bc77f916104b news 0.9.2
Alain Mazy
parents: 8
diff changeset
19 ====================
bc77f916104b news 0.9.2
Alain Mazy
parents: 8
diff changeset
20
8
987cb95c1aee Prevent Orthanc to start if plugin fails to start
Alain Mazy
parents: 6
diff changeset
21 * 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
22
987cb95c1aee Prevent Orthanc to start if plugin fails to start
Alain Mazy
parents: 6
diff changeset
23 2020-07-15 - v 0.9.1
987cb95c1aee Prevent Orthanc to start if plugin fails to start
Alain Mazy
parents: 6
diff changeset
24 ====================
987cb95c1aee Prevent Orthanc to start if plugin fails to start
Alain Mazy
parents: 6
diff changeset
25
6
393fcf337462 AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
Alain Mazy
parents: 1
diff changeset
26 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
1
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
27
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
28 2020-07-03 - v 0.9.0
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
29 ====================
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
30
fc26a8fc54d5 initial release
Alain Mazy <alain@mazy.be>
parents:
diff changeset
31 * Initial release