annotate NEWS @ 64:5fb01c588287

updated to Orthanc Framework 1.12.1
author Alain Mazy <am@osimis.io>
date Wed, 11 Oct 2023 15:58:27 +0200
parents bcffcce35890
children 0a18367a3358
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
64
5fb01c588287 updated to Orthanc Framework 1.12.1
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
4 => Recommaneded SDK version: 1.11.2 <=
5fb01c588287 updated to Orthanc Framework 1.12.1
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
5 => Minimum SDK version: 1.5.0 <=
5fb01c588287 updated to Orthanc Framework 1.12.1
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
6
5fb01c588287 updated to Orthanc Framework 1.12.1
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
7 * updated to Orthanc Framework 1.12.1
58
bcffcce35890 back to mainline
Alain Mazy <am@osimis.io>
parents: 57
diff changeset
8
bcffcce35890 back to mainline
Alain Mazy <am@osimis.io>
parents: 57
diff changeset
9
57
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
10 Version 1.4 (2023-02-06)
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
11 ========================
54
5915547fa6f2 upgraded SDK and framework to 1.11.3
Alain Mazy <am@osimis.io>
parents: 46
diff changeset
12
57
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
13 => Recommaneded SDK version: 1.11.2 <=
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
14 => 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
15
64
5fb01c588287 updated to Orthanc Framework 1.12.1
Alain Mazy <am@osimis.io>
parents: 58
diff changeset
16 * updated to Orthanc Framework and to SDK 1.11.3: improved HTTP Client logs + avoid possible
57
e4ee1b80f94a OrthancTransfers-1.4
Alain Mazy <am@osimis.io>
parents: 55
diff changeset
17 crash in Job GetContent.
55
b09adb6aa199 new PeerConnectivityTimeout configuration
Alain Mazy <am@osimis.io>
parents: 54
diff changeset
18 * new "PeerConnectivityTimeout" configuration to configure the HTTP Timeout when checking
b09adb6aa199 new PeerConnectivityTimeout configuration
Alain Mazy <am@osimis.io>
parents: 54
diff changeset
19 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
20 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
21
46
155eec0d4d3b release notes
Alain Mazy <am@osimis.io>
parents: 45
diff changeset
22 Version 1.3 (2022-11-30)
155eec0d4d3b release notes
Alain Mazy <am@osimis.io>
parents: 45
diff changeset
23 ========================
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
24
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
25 * 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
26 ("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
27 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
28 If no "SenderTransferID" is provided, a UUID is generated by the plugin.
155eec0d4d3b release notes
Alain Mazy <am@osimis.io>
parents: 45
diff changeset
29 This header is only used in PushMode.
45
Alain Mazy <am@osimis.io>
parents: 44
diff changeset
30 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
31 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
32 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
33
42
b4650bef03ac OrthancTransfers-1.2
Alain Mazy <am@osimis.io>
parents: 41
diff changeset
34 Version 1.2 (2022-07-12)
b4650bef03ac OrthancTransfers-1.2
Alain Mazy <am@osimis.io>
parents: 41
diff changeset
35 ========================
40
1256194e1c08 sync orthanc + sdk 1.5.0 + added more info in error logs
Alain Mazy <am@osimis.io>
parents: 38
diff changeset
36
1256194e1c08 sync orthanc + sdk 1.5.0 + added more info in error logs
Alain Mazy <am@osimis.io>
parents: 38
diff changeset
37 => 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
38
41
eb6edb022a00 fix transfer error
Alain Mazy <am@osimis.io>
parents: 40
diff changeset
39 * improved error reporting
eb6edb022a00 fix transfer error
Alain Mazy <am@osimis.io>
parents: 40
diff changeset
40 * 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
41 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
42 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
43 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
44
38
2f338445712b OrthancTransfers-1.1
Alain Mazy <am@osimis.io>
parents: 37
diff changeset
45 Version 1.1 (2022-06-22)
2f338445712b OrthancTransfers-1.1
Alain Mazy <am@osimis.io>
parents: 37
diff changeset
46 ========================
0
95226b754d9e initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
47
37
9708addb5a87 added 'Resources' and 'Originator' in the jobs 'Content'
Alain Mazy <am@osimis.io>
parents: 26
diff changeset
48 * 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
49 is copied directly from the query that created the job.
26
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 15
diff changeset
50 * Support of dynamic linking against the system-wide Orthanc framework library
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 15
diff changeset
51
0
95226b754d9e initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
52
15
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
53 Version 1.0 (2019-03-04)
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
54 ========================
0
95226b754d9e initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
55
95226b754d9e initial release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
56 * Initial release
15
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
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
59 2018-09-17
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
60 ==========
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
61
3eb5ccd37e31 OrthancTransfers-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
62 * Initial publication of the source code