This release contains the following new features:
Script source is now available in script runtime exceptions & event log entries.
This release contains the following fixes:
Some services provided only to locally connected clients did not check all available alternative domains, providing the service only to clients connected to the main domain. This has been fixed.
The Chilean personal number (RUN) pattern has been fixed, to allow one digit in the first group.
This release contains the following fix:
XML schema validation could fail in cases where parallel validation ocurred using cached schema files. This was caused due to undocumented thread safety issue. XML file validation using such cached schemas are now streamlined to avoid parallel execution.
This release contains the following new features:
Public tokens now have a public web history view, accessible via the /NFH/TOKEN_ID
resource.
Special StateMachineException
and StateMachineErrorException
classes for state-machine related exceptions to better log exceptions in state-machine tokens.
Special ScriptRuntimeErrorException
Exception type for programmatic script errors using the Error
function.
This release also contains the following fixes:
Maintaining graph dimensions and settings during export & import.
Valid errors in state machines now do not report stack trace in profiling report.
This release contains the following fixes:
When rendering embedded graphs in Markdown, image size could be lost under certain conditions. This has been fixed.
Login javascript and gateway contains functions that simplify password hash calculation.