Skip to content

Releases: INTO-CPS-Association/maestro

Release/4.0.2

01 Sep 09:46

Choose a tag to compare

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

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

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

87e0b45dc6e993c585510d1a3f8b2115 maestro/target/maestro-4.0.2-jar-with-dependencies.jar
9c899da842dbffe1a67a7218354cbe2c maestro-webapi/target/maestro-webapi-4.0.2-bundle.jar

Things that changed in this release

Uncategorized
  • enabled creation of instances from log and live variables also if no …
  • allow empty connections

Release/4.0.1

10 Jun 23:54

Choose a tag to compare

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

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

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

b39c4e348d7a13bed4d736fec43695d1 maestro/target/maestro-4.0.1-jar-with-dependencies.jar
579b75b562f5039f2f638ab955d9aaec maestro-webapi/target/maestro-webapi-4.0.1-bundle.jar

Things that changed in this release

Uncategorized
  • enabled creation of livestream field from graphs if missing on sg1 im…

Release/4.0.0

27 Mar 12:14

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

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

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

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

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

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

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

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