Version 2021
Version 2021 Release 3
•Support for new JSON Schema Draft 2019-09 and Draft 2020-12 (Enterprise Edition only).
Version 2021 Release 2
•XSLT 3.0 is now supported as mapping language. See Generating XSLT Code. MapForce now includes new built-in functions that are supported when the mapping language is XSLT 3.0. For more information, see Function Library Reference.
•When generating C# code, you can select .NET Core 3.1 and .NET 5.0 as target frameworks from code generation options (this adds to existing support for .NET Framework projects). For details, see Generating C# code.
•Internal updates and optimizations.
Version 2021
•A MapForce mapping can read BLOB (binary large object) data from binary files and write binary files to the disk. This makes it possible, for example, to read BLOB fields from a database and save them as image files on the disk, or to read binary files such as PDFs from the disk and save them as xs:base64Binary fields within an XML file. See Binary Files for more information.
•New database versions are supported: MariaDB 10.4, 10.5
•New Eclipse versions are supported: 2019.09, 2019.12, 2020.03, 2020.06
•When joining multiple database tables or views using SQL join components in a mapping, you can set the join mode either as LEFT OUTER JOIN or INNER JOIN, see Changing the Join Mode.
•Internal updates and optimizations.