Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/NEWS Wed Sep 14 17:11:45 2022 +0200 +++ b/NEWS Thu Sep 15 09:02:07 2022 +0200 @@ -1,3 +1,22 @@ +Pending changes in the mainline +=============================== + +General +------- + +* SQLite default DB engine now supports metadata and attachment revisions +* Upgraded the DB to allow plugins to store customData for each attachment. +* New sample Advanced Storage plugin that allows: + - using multiple disk for image storage + - use more human friendly storage structure (experimental feature) + +Plugins +------- + +* New database plugin SDK (v4) to handle customData for attachments. +* New storage plugin SDK (v3) to handle customData for attachments, + + version 1.11.2 (2022-08-30) ===========================