Mercurial > hg > orthanc-python
diff NEWS @ 119:cf6decdf9e15
wrapped new SDK callback: orthanc.RegisterStorageCommitmentScpCallback()
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 28 Aug 2023 18:30:42 +0200 |
parents | 7f8f26ef5006 |
children | c55b0583084b |
line wrap: on
line diff
--- a/NEWS Mon Aug 28 16:44:41 2023 +0200 +++ b/NEWS Mon Aug 28 18:30:42 2023 +0200 @@ -1,6 +1,9 @@ Pending changes in the mainline =============================== +* New functions from the SDK wrapped in Python: + - orthanc.RegisterStorageCommitmentScpCallback() + Maintenance: * Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods, in IncomingHttpRequestFilter and in the CMove callback.