Mercurial > hg > orthanc-python
comparison NEWS @ 131:c55b0583084b
integration fix-leak->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Aug 2023 11:52:45 +0200 |
parents | cf6decdf9e15 35c0b2fc751c |
children | 69c9e376b73e |
comparison
equal
deleted
inserted
replaced
130:a3f77cf16396 | 131:c55b0583084b |
---|---|
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 * New functions from the SDK wrapped in Python: |
5 - orthanc.RegisterStorageCommitmentScpCallback() | 5 - orthanc.RegisterStorageCommitmentScpCallback() |
6 * New configuration section "Python" to group settings related to the plugin: | |
7 - "Python.Path" is an alias for global option "PythonScript" | |
8 - "Python.Verbose" is an alias for global option "PythonVerbose" | |
9 * New configuration option "Python.DisplayMemoryUsage" to periodically | |
10 display memory allocations that stem from Python plugins | |
6 | 11 |
7 Maintenance: | 12 Maintenance |
13 ----------- | |
14 | |
8 * Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods, | 15 * Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods, |
9 in IncomingHttpRequestFilter and in the CMove callback. | 16 in IncomingHttpRequestFilter and in the CMove callback. |
10 * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11 | 17 * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11 |
11 | 18 |
12 | 19 |