comparison NEWS @ 46:155eec0d4d3b

release notes
author Alain Mazy <am@osimis.io>
date Wed, 30 Nov 2022 11:54:05 +0100
parents f633b835c5bd
children 5915547fa6f2
comparison
equal deleted inserted replaced
45:f633b835c5bd 46:155eec0d4d3b
1 Pending changes in the mainline 1 Version 1.3 (2022-11-30)
2 =============================== 2 ========================
3 3
4 * new "SenderTransferID" option when creating a transfer. This id is added as an HTTP Header 4 * new "SenderTransferID" option when creating a transfer. This id is added as an HTTP Header
5 ("sender-transfer-id") in every outgoing request that relates to this transfer and can be used 5 ("sender-transfer-id") in every outgoing request that relates to this transfer and can be used
6 e.g, by a load balancer to route all requests from a single transfer to the same Orthanc. 6 e.g, by a load balancer to route all requests from a single transfer to the same Orthanc.
7 If no "SenderTransferID" is provided, a UUID is generated by the plugin. This header is only 7 If no "SenderTransferID" is provided, a UUID is generated by the plugin.
8 used in PushMode. 8 This header is only used in PushMode.
9 Note that, when generated by the plugin, the "sender-transfer-id" is NOT the job id (the job id 9 Note that, when generated by the plugin, the "sender-transfer-id" is NOT the job id (the job id
10 does not exists yet at this time) and is NOT the transaction id that is actually generated on the 10 does not exist yet at this time) and is NOT the transaction id that is actually generated on the
11 receiver side. 11 receiver side.
12 12
13 Version 1.2 (2022-07-12) 13 Version 1.2 (2022-07-12)
14 ======================== 14 ========================
15 15