Mercurial > hg > orthanc
comparison NEWS @ 5084:9770d537880d attach-custom-data
added support for revision in SQLite + avoid upgrading DB version
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 15 Sep 2022 09:02:07 +0200 |
parents | 201a500dcff4 |
children | 8279eaab0d1d |
comparison
equal
deleted
inserted
replaced
5083:75e949689c08 | 5084:9770d537880d |
---|---|
1 Pending changes in the mainline | |
2 =============================== | |
3 | |
4 General | |
5 ------- | |
6 | |
7 * SQLite default DB engine now supports metadata and attachment revisions | |
8 * Upgraded the DB to allow plugins to store customData for each attachment. | |
9 * New sample Advanced Storage plugin that allows: | |
10 - using multiple disk for image storage | |
11 - use more human friendly storage structure (experimental feature) | |
12 | |
13 Plugins | |
14 ------- | |
15 | |
16 * New database plugin SDK (v4) to handle customData for attachments. | |
17 * New storage plugin SDK (v3) to handle customData for attachments, | |
18 | |
19 | |
1 version 1.11.2 (2022-08-30) | 20 version 1.11.2 (2022-08-30) |
2 =========================== | 21 =========================== |
3 | 22 |
4 General | 23 General |
5 ------- | 24 ------- |