comparison NEWS @ 4650:9804d6490872

Reduced memory consumption of HTTP/REST plugins calls on POST/PUT if chunked transfer is disabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 May 2021 10:57:42 +0200
parents e915102093de
children 9f7eef20bc7d
comparison
equal deleted inserted replaced
4649:e915102093de 4650:9804d6490872
6 - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 6 - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2
7 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled 7 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled
8 * Fix regression in the handling of "DicomCheckModalityHost" configuration option 8 * Fix regression in the handling of "DicomCheckModalityHost" configuration option
9 introduced by changeset 4182 in Orthanc 1.7.4 9 introduced by changeset 4182 in Orthanc 1.7.4
10 * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua 10 * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
11 * Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and
12 "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled
11 13
12 14
13 Version 1.9.2 (2021-04-22) 15 Version 1.9.2 (2021-04-22)
14 ========================== 16 ==========================
15 17