annotate NEWS @ 61:2bdb38da2562

contributing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 14 Aug 2023 10:20:13 +0200
parents bcffcce35890
children 5fb01c588287
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
bcffcce35890 back to mainline
Alain Mazy <am@osimis.io>
parents: 57
diff changeset
1 Pending changes in the mainline
bcffcce35890 back to mainline
Alain Mazy <am@osimis.io>
parents: 57
diff changeset
2 ===============================
bcffcce35890 back to mainline
Alain Mazy <am@osimis.io>
parents: 57
diff changeset
3
bcffcce35890 back to mainline
Alain Mazy <am@osimis.io>
parents: 57
diff changeset
4
bcffcce35890 back to mainline
Alain Mazy <am@osimis.io>
parents: 57
diff changeset
5
57
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
6 Version 1.4 (2023-02-06)
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
7 ========================
54
5915547fa6f2 upgraded SDK and framework to 1.11.3
Alain Mazy <am@osimis.io>
parents: 46
diff changeset
8
57
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
9 => Recommaneded SDK version: 1.11.2 <=
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
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
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
12 * updated to Orthanc Framework and SDK 1.11.3: improved HTTP Client logs + avoid possible
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
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
155eec0d4d3b release notes
Alain Mazy <am@osimis.io>
parents: 45
diff changeset
18 Version 1.3 (2022-11-30)
155eec0d4d3b release notes
Alain Mazy <am@osimis.io>
parents: 45
diff changeset
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
155eec0d4d3b release notes
Alain Mazy <am@osimis.io>
parents: 45
diff changeset
24 If no "SenderTransferID" is provided, a UUID is generated by the plugin.
155eec0d4d3b release notes
Alain Mazy <am@osimis.io>
parents: 45
diff changeset
25 This header is only used in PushMode.
45
Alain Mazy <am@osimis.io>
parents: 44
diff changeset
26 Note that, when generated by the plugin, the "sender-transfer-id" is NOT the job id (the job id
46
155eec0d4d3b release notes
Alain Mazy <am@osimis.io>
parents: 45
diff changeset
27 does not exist yet at this time) and is NOT the transaction id that is actually generated on the
45
Alain Mazy <am@osimis.io>
parents: 44
diff changeset
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
b4650bef03ac OrthancTransfers-1.2
Alain Mazy <am@osimis.io>
parents: 41
diff changeset
30 Version 1.2 (2022-07-12)
b4650bef03ac OrthancTransfers-1.2
Alain Mazy <am@osimis.io>
parents: 41
diff changeset
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
eb6edb022a00 fix transfer error
Alain Mazy <am@osimis.io>
parents: 40
diff changeset
35 * improved error reporting
eb6edb022a00 fix transfer error
Alain Mazy <am@osimis.io>
parents: 40
diff changeset
36 * fixed transfer error occuring when the resources to transfer did not fit inside the
eb6edb022a00 fix transfer error
Alain Mazy <am@osimis.io>
parents: 40
diff changeset
37 plugin cache (512 MB by default). The error generated high CPU usage on the sending side
eb6edb022a00 fix transfer error
Alain Mazy <am@osimis.io>
parents: 40
diff changeset
38 while compressing large files instead of a simple bucket and in NetworkProtocolError
eb6edb022a00 fix transfer error
Alain Mazy <am@osimis.io>
parents: 40
diff changeset
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
2f338445712b OrthancTransfers-1.1
Alain Mazy <am@osimis.io>
parents: 37
diff changeset
41 Version 1.1 (2022-06-22)
2f338445712b OrthancTransfers-1.1
Alain Mazy <am@osimis.io>
parents: 37
diff changeset
42 ========================
0
95226b754d9e initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
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
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 15
diff changeset
46 * Support of dynamic linking against the system-wide Orthanc framework library
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 15
diff changeset
47
0
95226b754d9e initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
48
15
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
49 Version 1.0 (2019-03-04)
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
50 ========================
0
95226b754d9e initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
51
95226b754d9e initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
52 * Initial release
15
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
53
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
54
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
55 2018-09-17
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
56 ==========
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
57
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
58 * Initial publication of the source code