1. Home
  2. Docs
  3. Release notes
  4. CLEVR Dev Suite
  5. 1.2

1.2

MPK upload (Preview)

ACR now offers the option to scan a project from an uploaded mpk file. Use this to scan your changes before committing or as a faster alternative to downloading from the SDK. To get an mpk file open your project in Mendix Studio Pro and then click on Export Project Package in the File menu.

Improvements

  • For the rule “No multiple module roles per project role” the project role name is now mentioned in the violation description. This should make it easier to fix the violation. Thanks for the feedback. (#435366)
  • ACR now sandboxes individual rule checks. If a rule check fails unexpectedly this will no longer block other rule checks.
  • Support for Mendix version 8.4.1

New rules

Fixes

  • When using Sync Environments in CI/CD there was an error if long constants were used in the project. This is now fixed.
  • We fixed a bug where the first/oldest reviewed revision in a branch would always show a total of 0 violations and an empty dashboard.

Known issues

When comparing two revisions one of which is downloaded via the SDK and the other one is uploaded, there might be false differences in the JSON which do not reflect real changes in the model. We are working to eliminate these differences. For the time being, we recommend to only compare revisions if both are downloaded from the SDK or both are uploaded.