diff PostgreSQL/NEWS @ 161:2ccde9c7311b optimized-routes

added new optimized REST routes. this is a temporary work to try to speed up some routes (used by LRO). This way, we avoid another app to access the Orthanc DB and we skip the plugin SDK update for a very specific route
author Alain Mazy <alain@mazy.be>
date Fri, 10 Jul 2020 13:26:47 +0200
parents 710537acb488
children
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Tue Jul 07 20:38:40 2020 +0200
+++ b/PostgreSQL/NEWS	Fri Jul 10 13:26:47 2020 +0200
@@ -5,7 +5,7 @@
 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure 
   the retries when connecting to the DB at startup
 * Support of dynamic linking against the system-wide Orthanc framework library
-
+* Added new optimized Rest API routes (work-in-progress)
 
 Release 3.2 (2019-03-01)
 ========================