When generating types from a DLL, the MapExternalName was not correctly applied to complex fields. The generated type could not be compiled. The issue has been resolved.
When the AS2 receiving channel is used by a Port event listener with request bundling enabled, the masks were not replaced. This issue has been resolved. NOTE: Only node variables can be used in the masks during request bundling, since the channel is initialized before the job starts, see AS2 receiving channel.
In RestPush, the mask ${GetMessage()/@Oid} was evaluated as an empty string if the message did not contain any documents (e.g. because the message had not been parsed). This issue has been resolved: for messages without documents, the attachment is now passed for mask resolution, so that the mask ${GetMessage()/@Oid} can be evaluated.
Improved output during manual analyze, especially when manually analyzing files with multiple attachments.