Skip to content

Releases: INTO-CPS-Association/maestro

Release/4.0.0

27 Mar 12:14
Compare
Choose a tag to compare

Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro/maestro/4.0.0/jar
and https://search.maven.org/artifact/org.into-cps.maestro/maestro-webapi/4.0.0/jar:

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro</artifactId>
  <version>4.0.0</version>
</dependency>

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro-webapi</artifactId>
  <version>4.0.0</version>
</dependency>

8e5b60aad0f03bb2046d3c0c12ca5cfa maestro/target/maestro-4.0.0-jar-with-dependencies.jar
620454553ba2728c1f621aef595f5942 maestro-webapi/target/maestro-webapi-4.0.0-bundle.jar

Things that changed in this release

Uncategorized
  • Java21 upgrade

What's Changed

Full Changelog: Release/3.1.1...Release/4.0.0

Release/3.1.1

20 Mar 21:14
Compare
Choose a tag to compare

Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro/maestro/3.1.1/jar
and https://search.maven.org/artifact/org.into-cps.maestro/maestro-webapi/3.1.1/jar:

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro</artifactId>
  <version>3.1.1</version>
</dependency>

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro-webapi</artifactId>
  <version>3.1.1</version>
</dependency>

fd05cff0d006590c0597c143094161fa maestro/target/maestro-3.1.1-jar-with-dependencies.jar
bc59a3fd86981be5a42c4363d1c57bfc maestro-webapi/target/maestro-webapi-3.1.1-bundle.jar

Things that changed in this release

Uncategorized
  • Websocket web fix missing variables

What's Changed

Full Changelog: Release/3.1.0...Release/3.1.1

Release/3.1.0

20 Mar 10:38
Compare
Choose a tag to compare

Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro/maestro/3.1.0/jar
and https://search.maven.org/artifact/org.into-cps.maestro/maestro-webapi/3.1.0/jar:

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro-webapi</artifactId>
  <version>3.1.0</version>
</dependency>

1c5eef5ccd946c63fe7f3c28434ac5b3 maestro/target/maestro-3.1.0-jar-with-dependencies.jar
3faacaebac62f1786eacc572f9f02774 maestro-webapi/target/maestro-webapi-3.1.0-bundle.jar

Things that changed in this release

Uncategorized
  • Websocket livestreaming

Release/3.0.2

30 Jan 16:06
Compare
Choose a tag to compare

Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro/maestro/3.0.2/jar
and https://search.maven.org/artifact/org.into-cps.maestro/maestro-webapi/3.0.2/jar:

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro</artifactId>
  <version>3.0.2</version>
</dependency>

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro-webapi</artifactId>
  <version>3.0.2</version>
</dependency>

364da754b9d82d8b7e54d46c0e689ae5 maestro/target/maestro-3.0.2-jar-with-dependencies.jar
d52e3c2b8efe32143391e6439e504ec7 maestro-webapi/target/maestro-webapi-3.0.2-bundle.jar

Things that changed in this release

Uncategorized
  • Bugfix/fixed missing logger and dependency schema

What's Changed

  • Bugfix/fixed missing logger and dependency schema by @lausdahl in #434

Full Changelog: Release/3.0.1...Release/3.0.2

Release/3.0.1

17 Jan 06:22
Compare
Choose a tag to compare

Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro/maestro/3.0.1/jar
and https://search.maven.org/artifact/org.into-cps.maestro/maestro-webapi/3.0.1/jar:

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro</artifactId>
  <version>3.0.1</version>
</dependency>

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro-webapi</artifactId>
  <version>3.0.1</version>
</dependency>

bc9ea00c003f429ba545980a9f5ef27a maestro/target/maestro-3.0.1-jar-with-dependencies.jar
8549802491f228af1f4f757013f72f34 maestro-webapi/target/maestro-webapi-3.0.1-bundle.jar

Things that changed in this release

Uncategorized
  • updated logging to match maestro v1
  • fixed issue with a duplicate renaming of lex tokens if fmu and instan…
  • fixed issue with bytes xff truncated to a signed byte of max 127
  • enable cpp export to used directory fmus and removed authority from u…
  • added schema documentation for sg1 import
  • Jacobian step builder missing last step. Changed < to <=

Release/3.0.0

21 Oct 10:15
Compare
Choose a tag to compare

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

Things that changed in this release

Uncategorized
  • Kel/fmi3 all types buffers
  • Adding support for FMI2 serialize commands
  • Kel/fmi3 clocks

Online test models

11 Apr 09:50
OnlineTestModels
Compare
Choose a tag to compare
Online test models Pre-release
Pre-release
OnlineTestModels

This tag does not point to the sources of the test models

Release/2.4.1

17 Mar 23:05
Compare
Choose a tag to compare

Highlights

  • Update of native libraries for FMU loading, specifically fixed dependency issues on windows
  • Fixed issue with boolean parameters when using numbers as values

Other
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro/maestro/2.4.1/jar
and https://search.maven.org/artifact/org.into-cps.maestro/maestro-webapi/2.4.1/jar:

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro</artifactId>
  <version>2.4.1</version>
</dependency>

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro-webapi</artifactId>
  <version>2.4.1</version>
</dependency>

65ab3543d232001e4872ddc4c5f92829 maestro/target/maestro-2.4.1-jar-with-dependencies.jar
6d8b8340016cbcf962215773c6da6261 maestro-webapi/target/maestro-webapi-2.4.1-bundle.jar

Things that changed in this release

Uncategorized
  • updating nexus-staging-maven-plugin to 1.6.13
  • fixed #441 boolean variables not parsed correctly from the model defi…
  • update-fmu-native-loader-1.4.1

Release/2.3.1

17 Mar 10:59
Compare
Choose a tag to compare

This is intact the 2.4.1 release just build with the wrong version number so dont use this.

Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro/maestro/2.3.1/jar
and https://search.maven.org/artifact/org.into-cps.maestro/maestro-webapi/2.3.1/jar:

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro</artifactId>
  <version>2.3.1</version>
</dependency>

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro-webapi</artifactId>
  <version>2.3.1</version>
</dependency>

9ba72430902117b304077afb57e8ba0c maestro/target/maestro-2.3.1-jar-with-dependencies.jar
6e497401987a90ea8a4dbc44771a5044 maestro-webapi/target/maestro-webapi-2.3.1-bundle.jar

Things that changed in this release

Uncategorized
  • updating nexus-staging-maven-plugin to 1.6.13
  • fixed #441 boolean variables not parsed correctly from the model defi…
  • update-fmu-native-loader-1.4.1

Release/2.4.0

14 Mar 09:01
87293a6
Compare
Choose a tag to compare

Highlights

  • Full deployment of maestro to maven central including all nested dependencies
  • Updated VDM FMI. Check
  • Updated scenario verifier
  • Fixed issue with initialisation from multimodal where some parameters was not set with the specified value
  • Enabled undefined endtime (infinite execution)

Other
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro/maestro/2.4.0/jar
and https://search.maven.org/artifact/org.into-cps.maestro/maestro-webapi/2.4.0/jar:

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro</artifactId>
  <version>2.4.0</version>
</dependency>

<dependency>
  <groupId>org.into-cps.maestro</groupId>
  <artifactId>maestro-webapi</artifactId>
  <version>2.4.0</version>
</dependency>

Things that changed in this release

  • Fixed issue with parameters not being set when include in sg1 import

📦 Dependencies

  • Bump commons-text from 1.9 to 1.10.0
  • Bump certifi from 2021.5.30 to 2023.7.22 in /external_tester
  • Bump requests from 2.25.1 to 2.31.0 in /external_tester
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.13.3 to 2.13.4.2
  • Bump urllib3 from 1.26.5 to 1.26.18 in /external_tester
Uncategorized
  • Feature enabled undefined endtime
  • Scenario verifier test
  • Update pom.xml

What's Changed

Full Changelog: Release/2.3.0...Release/2.4.0