===== Version 3.10.359 (29.5.26) ===== ==== Creating a Type from a DLL ==== 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. ==== Masks in the AS2 Receive Channel ==== When the [[en:kommunikation:kanal:as2receive|]] is used by a [[en:prozessdefinition:automatisierungen:port|]] 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 [[en:kommunikation:kanal:as2receive|]]. ==== Masks in RestPush ==== 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. ==== Log output during manual analyze ==== Improved output during manual analyze, especially when manually analyzing files with multiple attachments.