github-actions
released this
21 Oct 10:15
·
0 commits
to 3248f165d4f9d5969098690d9add347c5d083129
since this release
This release updates includes a number of updates to maestro and its internal language:
- Native library updated to support FMI3
- Native library updated to support FMI2 serialize
- Mabl language updated with additional data types required for FMI3
- Interpreter updated to support FMI3
- Internal high level language updated with support for FMI3
Note that array variables are not supported in the internal high level language but can be used in MABL.
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro/maestro/3.0.0/jar
and https://search.maven.org/artifact/org.into-cps.maestro/maestro-webapi/3.0.0/jar:
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>maestro</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>maestro-webapi</artifactId>
<version>3.0.0</version>
</dependency>
122833dfd0a549c48a585f1c9dd94af2 maestro/target/maestro-3.0.0-jar-with-dependencies.jar
6973ad89c9f3987c93489bef5e49d24b maestro-webapi/target/maestro-webapi-3.0.0-bundle.jar