# HG changeset patch # User Alain Mazy # Date 1669805645 -3600 # Node ID 155eec0d4d3b302ad16c37a633371f229b2e5fd8 # Parent f633b835c5bd2ded2decfe8ecf59da41b761e98e release notes diff -r f633b835c5bd -r 155eec0d4d3b NEWS --- 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)