github-actions
released this
17 Jan 06:22
·
0 commits
to 0f2d934c46704c4eaafab2be8a10fd76cab727d8
since this release
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