diff 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
line wrap: on
line diff
--- a/NEWS	Wed Aug 30 11:49:59 2023 +0200
+++ b/NEWS	Wed Aug 30 11:52:45 2023 +0200
@@ -3,8 +3,15 @@
 
 * New functions from the SDK wrapped in Python:
   - orthanc.RegisterStorageCommitmentScpCallback()
+* New configuration section "Python" to group settings related to the plugin:
+  - "Python.Path" is an alias for global option "PythonScript"
+  - "Python.Verbose" is an alias for global option "PythonVerbose"
+* New configuration option "Python.DisplayMemoryUsage" to periodically
+  display memory allocations that stem from Python plugins
 
-Maintenance:
+Maintenance
+-----------
+
 * Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods,
   in IncomingHttpRequestFilter and in the CMove callback.
 * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11