Mercurial > hg > orthanc-python
comparison 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 |
comparison
equal
deleted
inserted
replaced
118:7f8f26ef5006 | 119:cf6decdf9e15 |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | |
4 * New functions from the SDK wrapped in Python: | |
5 - orthanc.RegisterStorageCommitmentScpCallback() | |
3 | 6 |
4 Maintenance: | 7 Maintenance: |
5 * Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods, | 8 * Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods, |
6 in IncomingHttpRequestFilter and in the CMove callback. | 9 in IncomingHttpRequestFilter and in the CMove callback. |
7 * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11 | 10 * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11 |