comparison NEWS @ 5031:eec3e4a91663 delayed-deletion

DelayedDeletion plugin: first version
author Alain Mazy <am@osimis.io>
date Tue, 21 Jun 2022 17:29:36 +0200
parents 6fd815fae50f
children 877bc3b96476
comparison
equal deleted inserted replaced
5030:d6ed4c73c719 5031:eec3e4a91663
2 =========================== 2 ===========================
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * New sample plugin: "DelayedDeletion" that will delete files from disk
8 asynchronously to speed up deletion of large studies.
7 * Lua: new "SetHttpTimeout" function 9 * Lua: new "SetHttpTimeout" function
8 * Lua: new "OnHeartBeat" callback called at regular interval provided that 10 * Lua: new "OnHeartBeat" callback called at regular interval provided that
9 you have configured "LuaHeartBeatPeriod" > 0. 11 you have configured "LuaHeartBeatPeriod" > 0.
10 12
11 13
22 -------- 24 --------
23 25
24 * API version upgraded to 18 26 * API version upgraded to 18
25 * /system is now reporting "DatabaseServerIdentifier" 27 * /system is now reporting "DatabaseServerIdentifier"
26 * Added an Asynchronous mode to /modalities/../move. 28 * Added an Asynchronous mode to /modalities/../move.
29
30 Plugins
31 -------
32
33 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier"
27 34
28 35
29 Version 1.11.0 (2022-05-09) 36 Version 1.11.0 (2022-05-09)
30 =========================== 37 ===========================
31 38