Orthanc 1.4 Question

Will the new release affect LUA scripts written for previous version in any way? Such as JPEG2000 transcoding script for example?

Hello,

The programming interface of Lua scripting stays identical to Orthanc 1.3.2.

Possible deadlocks should hopefully have been solved:
https://bitbucket.org/sjodogne/orthanc/issues/25/deadlock-with-lua-scripts

POST and PUT calls to remote Web services containing a binary body have also been fixed:
https://bitbucket.org/sjodogne/orthanc/issues/77/lua-access-to-rest-api-is-null-terminated

HTH,
Sébastien-