Mercurial > hg > orthanc-transfers
annotate NEWS @ 62:bb2842b670d1
fix windows resources
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 08 Sep 2023 14:27:17 +0200 |
parents | bcffcce35890 |
children | 5fb01c588287 |
rev | line source |
---|---|
58 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
4 | |
5 | |
57 | 6 Version 1.4 (2023-02-06) |
7 ======================== | |
54
5915547fa6f2
upgraded SDK and framework to 1.11.3
Alain Mazy <am@osimis.io>
parents:
46
diff
changeset
|
8 |
57 | 9 => Recommaneded SDK version: 1.11.2 <= |
10 => Minimum SDK version: 1.5.0 <= | |
54
5915547fa6f2
upgraded SDK and framework to 1.11.3
Alain Mazy <am@osimis.io>
parents:
46
diff
changeset
|
11 |
57 | 12 * updated to Orthanc Framework and SDK 1.11.3: improved HTTP Client logs + avoid possible |
13 crash in Job GetContent. | |
55
b09adb6aa199
new PeerConnectivityTimeout configuration
Alain Mazy <am@osimis.io>
parents:
54
diff
changeset
|
14 * new "PeerConnectivityTimeout" configuration to configure the HTTP Timeout when checking |
b09adb6aa199
new PeerConnectivityTimeout configuration
Alain Mazy <am@osimis.io>
parents:
54
diff
changeset
|
15 if a remote peer has the transfer plugin enabled in /transfers/peers GET route. |
b09adb6aa199
new PeerConnectivityTimeout configuration
Alain Mazy <am@osimis.io>
parents:
54
diff
changeset
|
16 Default value is 2 which was the hardcoded default value in previous versions. |
54
5915547fa6f2
upgraded SDK and framework to 1.11.3
Alain Mazy <am@osimis.io>
parents:
46
diff
changeset
|
17 |
46 | 18 Version 1.3 (2022-11-30) |
19 ======================== | |
44
f4e828607f02
Added 'SenderTransferID' option that is added as an HTTP header in outgoing requests in PushMode
Alain Mazy <am@osimis.io>
parents:
42
diff
changeset
|
20 |
f4e828607f02
Added 'SenderTransferID' option that is added as an HTTP header in outgoing requests in PushMode
Alain Mazy <am@osimis.io>
parents:
42
diff
changeset
|
21 * new "SenderTransferID" option when creating a transfer. This id is added as an HTTP Header |
f4e828607f02
Added 'SenderTransferID' option that is added as an HTTP header in outgoing requests in PushMode
Alain Mazy <am@osimis.io>
parents:
42
diff
changeset
|
22 ("sender-transfer-id") in every outgoing request that relates to this transfer and can be used |
f4e828607f02
Added 'SenderTransferID' option that is added as an HTTP header in outgoing requests in PushMode
Alain Mazy <am@osimis.io>
parents:
42
diff
changeset
|
23 e.g, by a load balancer to route all requests from a single transfer to the same Orthanc. |
46 | 24 If no "SenderTransferID" is provided, a UUID is generated by the plugin. |
25 This header is only used in PushMode. | |
45 | 26 Note that, when generated by the plugin, the "sender-transfer-id" is NOT the job id (the job id |
46 | 27 does not exist yet at this time) and is NOT the transaction id that is actually generated on the |
45 | 28 receiver side. |
44
f4e828607f02
Added 'SenderTransferID' option that is added as an HTTP header in outgoing requests in PushMode
Alain Mazy <am@osimis.io>
parents:
42
diff
changeset
|
29 |
42 | 30 Version 1.2 (2022-07-12) |
31 ======================== | |
40
1256194e1c08
sync orthanc + sdk 1.5.0 + added more info in error logs
Alain Mazy <am@osimis.io>
parents:
38
diff
changeset
|
32 |
1256194e1c08
sync orthanc + sdk 1.5.0 + added more info in error logs
Alain Mazy <am@osimis.io>
parents:
38
diff
changeset
|
33 => Minimum SDK version: 1.5.0 <= |
1256194e1c08
sync orthanc + sdk 1.5.0 + added more info in error logs
Alain Mazy <am@osimis.io>
parents:
38
diff
changeset
|
34 |
41 | 35 * improved error reporting |
36 * fixed transfer error occuring when the resources to transfer did not fit inside the | |
37 plugin cache (512 MB by default). The error generated high CPU usage on the sending side | |
38 while compressing large files instead of a simple bucket and in NetworkProtocolError | |
39 on the receiving side. | |
40
1256194e1c08
sync orthanc + sdk 1.5.0 + added more info in error logs
Alain Mazy <am@osimis.io>
parents:
38
diff
changeset
|
40 |
38 | 41 Version 1.1 (2022-06-22) |
42 ======================== | |
0 | 43 |
37
9708addb5a87
added 'Resources' and 'Originator' in the jobs 'Content'
Alain Mazy <am@osimis.io>
parents:
26
diff
changeset
|
44 * Added "Resources" and "Originator" in the jobs "Content". "Resources" |
9708addb5a87
added 'Resources' and 'Originator' in the jobs 'Content'
Alain Mazy <am@osimis.io>
parents:
26
diff
changeset
|
45 is copied directly from the query that created the job. |
26 | 46 * Support of dynamic linking against the system-wide Orthanc framework library |
47 | |
0 | 48 |
15 | 49 Version 1.0 (2019-03-04) |
50 ======================== | |
0 | 51 |
52 * Initial release | |
15 | 53 |
54 | |
55 2018-09-17 | |
56 ========== | |
57 | |
58 * Initial publication of the source code |