Skip to main content

Release 2.4.0

Release date

4 October 2023

Supported Mendix versions

Menditect supports the Mendix Long-Term Support Version (LTS) and Medium-Term Support Version (MTS). The current highest release that is supported is 9.24.9. For support levels on MTS/LTS and monthly releases, read the SLA. Mendix 10 support is monthly release based. Read more about MTS/LTS versions at https://docs.mendix.com/releasenotes/studio-pro/lts-mts.

Highlights in this release

  • Implemented CI/CD Version 2!
  • Restore a Test Configuration to a previous revision!

New functionality

IDMTA-1034
New functionalityImplemented CI/CD Version 2. See reference guide for details.
Release actionsNone.

IDMTA-1537
New functionalityRecover a Test Configuration to the previously used revision. This allows to undo the Adapt of Test Suites to the revision.
Release actionsNone.

IDMTA-1484
New functionalityShow the delay on a Test Case or Teststep in the Test Run results.
Release actionsNone.

IDMTA-1561
New functionalityChanged asynchronous microflow execution management to use separate threadpools per microflow, instead of one threadpool for the whole application. Therefore the "NumberOfThreadsParallel" MTA constant is no longer used.
Release actionsNone.

IDMTA-1482
New functionalityImplemented a more user-friendly message when constants in the MTA Plugin module are not correctly initialized.
Release actionsNone.

IDN/A
New functionalityIncluded Google Exo Font package and Font Awesome package in the MTA delivery package to prevent MTA from becoming unusable when Google.com or Fontawesome.com are down.
Release actionsNone.

Bug fixes

IDMTA-1515
ProblemMTA switches microflows when adapting to a revision containing 2 microflows with the same name (in different modules).
SolutionMTA uses the fully qualified name of the microflow in a revision so using the same name twice is no longer a problem.
Release actionsNone.

IDMTA-1498
ProblemRetrieve teststep by association with "Equals" filter on decimal attribute does not return any objects.
SolutionRetrieve teststep by association with "Equals" filter returns the correct objects.
Release actionsNone.

IDMTA-1553
ProblemExcluding an attribute after it was first included in datavariation leads to an error on Save.
SolutionExcluding an attribute after it was first included in datavariation no longer leads to an error on Save.
Release actionsNone.

IDMTA-1474
ProblemDue to a breaking change in Mendix 9.24.4, the Recorder function was broken in Runtime versions 9.24.4 and higher.
SolutionAfter a fix implemented by Mendix in 9.24.8, the Recorder function is working again in LTS Mendix 9 minor versions.
Release actionsNone.