comparison NEWS @ 136:286368f6f019

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Aug 2023 14:53:01 +0200
parents 69c9e376b73e
children cc0765aae484
comparison
equal deleted inserted replaced
134:55de4be5608c 136:286368f6f019
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * New functions from the SDK wrapped in Python: 4
5 Version 4.1 (2023-08-30)
6 ========================
7
8 * New function from the SDK wrapped in Python:
5 - orthanc.RegisterStorageCommitmentScpCallback() 9 - orthanc.RegisterStorageCommitmentScpCallback()
6 * New configuration section "Python" to group settings related to the plugin: 10 * New configuration section "Python" to group settings related to the plugin:
7 - "Python.Path" is an alias for global option "PythonScript" 11 - "Python.Path" is an alias for global option "PythonScript"
8 - "Python.Verbose" is an alias for global option "PythonVerbose" 12 - "Python.Verbose" is an alias for global option "PythonVerbose"
9 * New configuration option "Python.DisplayMemoryUsage" to periodically 13 * New configuration option "Python.DisplayMemoryUsage" to periodically
10 display memory allocations that stem from Python plugins 14 display memory allocations that stem from Python plugins
11 15
12 Maintenance 16 Maintenance
13 ----------- 17 -----------
14 18
15 * Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods, 19 * Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling
16 in IncomingHttpRequestFilter and in the CMove callback. 20 methods, in IncomingHttpRequestFilter and in the CMove callback.
17 * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11 21 * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11
18 22
19 23
20 Version 4.0 (2022-02-23) 24 Version 4.0 (2022-02-23)
21 ======================== 25 ========================