Skip to content

Release/3.0.1

Latest
Compare
Choose a tag to compare
@github-actions 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
  • 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 <=