diff NEWS @ 5032:a3486b8e5d69

merge
author Alain Mazy <am@osimis.io>
date Tue, 21 Jun 2022 17:30:37 +0200
parents eec3e4a91663
children 877bc3b96476
line wrap: on
line diff
--- a/NEWS	Tue Jun 21 11:03:20 2022 +0200
+++ b/NEWS	Tue Jun 21 17:30:37 2022 +0200
@@ -4,6 +4,8 @@
 General
 -------
 
+* New sample plugin: "DelayedDeletion" that will delete files from disk
+  asynchronously to speed up deletion of large studies.
 * Lua: new "SetHttpTimeout" function
 * Lua: new "OnHeartBeat" callback called at regular interval provided that
        you have configured "LuaHeartBeatPeriod" > 0.
@@ -18,8 +20,17 @@
 * Improved HttpClient error logging (add method + url)
 
 
+REST API
+--------
+
+* API version upgraded to 18
+* /system is now reporting "DatabaseServerIdentifier"
 * Added an Asynchronous mode to /modalities/../move.
 
+Plugins
+-------
+
+* New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier"
 
 
 Version 1.11.0 (2022-05-09)