1. Home
  2. Docs
  3. Release notes
  4. CLEVR Dev Suite
  5. 3.3.1 and later

3.3.1 and later

July, 12th 2023

  • Support for Mendix 10
  • Timeout check on downloads
  • Rules that require fast actions now exclude async microflow calls and async java action calls
  • Some security updates
  • CI/CD restore job now can take backup of previous job or the latest
  • CI/CD Making jobs to get deployment package and code coverage using similar logic to get job by searching latest before of the proper type instead of via association
  • ACR app widgets select widget dialog improved

July, 7th 2023

  • Performance improvement Direct GIT download of models. Also a timeout of 2 hours instead of 1.
  • Update version node.js for SDK download.

July, 5th 2023

  • Support for Mendix 9.24
  • Security updates (Newer jars, latest platform LTS version)
  • Minor improvement of log messages for support purposes
  • Update version node.js for SDK download

March, 28th 2023

  • Fix error supporting ListOperation FindByExpression/FilterByExpression in created variables. This could lead to a changed amount of violations
  • Fix for migration SVN to GIT where people migrated before the March 1st release
  • Fix for library vulnerabilities

March, 14th 2023

  • Fix for CI/CD create deployment package of GIT app

March, 1st 2023

  • Building migration for when customers switch team server from SVN to GIT, see here
  • Update libraries vulnerability scan to 8.0.2
  • Update custom code review to 6.54
  • Improved error message for interactions with the Mendix cloud

As a consequence of the updates a review of the same model might give more (or less) violations.

January, 31st 2023

  • More (potential) fixes to reduce memory usage and improve performance

January, 24th 2023

  • Fix for out-of-memory issue that leads to bad performance
  • Rules commit in loop and heavy actions in loop now report per microflow instead of per action. This prevents duplicate indentical violations and might reduce the total amount of violations a little bit

January, 17th 2023

  • Fix check for latest App store version to find version after the current. So if module or widget is maintained for multiple Mendix versions and you are on 8.0.5 then if 7.0.6 is published at a later date it is not found, because 7.0.6 is not after 8.0.5!
  • New: annotation for caption in microflow parameter and exclusive split and inheritance split
  • Fix for ‘Declared variables should be used’ to exclude self usage of created variable in change variable
  • Fix sorting violations that differ in description (by name to not sort on unlimited char)
  • Better violation message for ‘Variable CurrentUser should only be used in a user context’
  • Fix annotations for caption in while loops
  • Fix rule ‘Variable CurrentUser should only be used in a user context’ for loops with annotated nodes
  • Fix predictable expressions with tokens
  • Fix Sprintr API not being encrypted before storing. Added autofix to encrypt existing unencrypted API keys.
  • Fix security error for license invite
  • Fix for rule ‘Variable CurrentUser should only be used in a user context’
  • Fix/improve prefix check for enums, layouts and snippets. Now uses CSV input and is case-sensitive
  • Fix declared variables should be used for import actions with parameters

December, 13th 2022

Bugfixes