comparison NEWS @ 5032:a3486b8e5d69

merge
author Alain Mazy <am@osimis.io>
date Tue, 21 Jun 2022 17:30:37 +0200
parents eec3e4a91663
children 877bc3b96476
comparison
equal deleted inserted replaced
5028:1ff06e0ea532 5032:a3486b8e5d69
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
16 * Added missing MOVEPatientRootQueryRetrieveInformationModel in 18 * Added missing MOVEPatientRootQueryRetrieveInformationModel in
17 DicomControlUserConnection::SetupPresentationContexts() 19 DicomControlUserConnection::SetupPresentationContexts()
18 * Improved HttpClient error logging (add method + url) 20 * Improved HttpClient error logging (add method + url)
19 21
20 22
23 REST API
24 --------
25
26 * API version upgraded to 18
27 * /system is now reporting "DatabaseServerIdentifier"
21 * Added an Asynchronous mode to /modalities/../move. 28 * Added an Asynchronous mode to /modalities/../move.
22 29
30 Plugins
31 -------
32
33 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier"
23 34
24 35
25 Version 1.11.0 (2022-05-09) 36 Version 1.11.0 (2022-05-09)
26 =========================== 37 ===========================
27 38