diff NEWS @ 44:f4e828607f02

Added 'SenderTransferID' option that is added as an HTTP header in outgoing requests in PushMode
author Alain Mazy <am@osimis.io>
date Wed, 19 Oct 2022 21:12:57 +0200
parents b4650bef03ac
children f633b835c5bd
line wrap: on
line diff
--- a/NEWS	Tue Jul 12 17:49:40 2022 +0200
+++ b/NEWS	Wed Oct 19 21:12:57 2022 +0200
@@ -1,3 +1,12 @@
+Pending changes in the mainline
+===============================
+
+* new "SenderTransferID" option when creating a transfer.  This id is added as an HTTP Header
+  ("sender-transfer-id") in every outgoing request that relates to this transfer and can be used 
+  e.g, by a load balancer to route all requests from a single transfer to the same Orthanc.
+  If no "SenderTransferID" is provided, a UUID is generated by the plugin.  This header is only 
+  used in PushMode
+
 Version 1.2 (2022-07-12)
 ========================