changeset 46:155eec0d4d3b

release notes
author Alain Mazy <am@osimis.io>
date Wed, 30 Nov 2022 11:54:05 +0100
parents f633b835c5bd
children 7eecf6b0b2ae 5493447a0d28
files NEWS
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Oct 20 09:28:37 2022 +0200
+++ b/NEWS	Wed Nov 30 11:54:05 2022 +0100
@@ -1,13 +1,13 @@
-Pending changes in the mainline
-===============================
+Version 1.3 (2022-11-30)
+========================
 
 * 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.
+  If no "SenderTransferID" is provided, a UUID is generated by the plugin.  
+  This header is only used in PushMode.
   Note that, when generated by the plugin, the "sender-transfer-id" is NOT the job id (the job id
-  does not exists yet at this time) and is NOT the transaction id that is actually generated on the
+  does not exist yet at this time) and is NOT the transaction id that is actually generated on the
   receiver side.
 
 Version 1.2 (2022-07-12)