Releases: INTO-CPS-Association/maestro
Release/4.0.0
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
- PR: #437
What's Changed
Full Changelog: Release/3.1.1...Release/4.0.0
Release/3.1.1
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
- PR: #436
What's Changed
Full Changelog: Release/3.1.0...Release/3.1.1
Release/3.1.0
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
- PR: #435
Release/3.0.2
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
- PR: #434
What's Changed
Full Changelog: Release/3.0.1...Release/3.0.2
Release/3.0.1
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
- PR: #428
- fixed issue with a duplicate renaming of lex tokens if fmu and instan…
- PR: #429
- fixed issue with bytes xff truncated to a signed byte of max 127
- PR: #430
- enable cpp export to used directory fmus and removed authority from u…
- PR: #431
- added schema documentation for sg1 import
- PR: #432
- Jacobian step builder missing last step. Changed < to <=
- PR: #433
Release/3.0.0
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
Online test models
OnlineTestModels This tag does not point to the sources of the test models
Release/2.4.1
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
Release/2.3.1
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
Release/2.4.0
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
- PR: #404
- Bump certifi from 2021.5.30 to 2023.7.22 in /external_tester
- PR: #412
- Bump requests from 2.25.1 to 2.31.0 in /external_tester
- PR: #405
- Bump com.fasterxml.jackson.core:jackson-databind from 2.13.3 to 2.13.4.2
- PR: #417
- Bump urllib3 from 1.26.5 to 1.26.18 in /external_tester
- PR: #416
Uncategorized
What's Changed
- Feature enabled undefined endtime by @lausdahl in #401
- Scenario verifier test by @SimplisticCode in #413
- Bump commons-text from 1.9 to 1.10.0 by @dependabot in #404
- Bump certifi from 2021.5.30 to 2023.7.22 in /external_tester by @dependabot in #412
- Bump requests from 2.25.1 to 2.31.0 in /external_tester by @dependabot in #405
- Bump com.fasterxml.jackson.core:jackson-databind from 2.13.3 to 2.13.4.2 by @dependabot in #417
- Update pom.xml by @lausdahl in #409
- Bump urllib3 from 1.26.5 to 1.26.18 in /external_tester by @dependabot in #416
Full Changelog: Release/2.3.0...Release/2.4.0